MCP Crypto Wallet EVM

by dcSpark
Verified
MIT License
30
2
  • Apple
  • Linux

provider_get_storage_at

Get the storage at a position for an address

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to get storage from
blockTagNoOptional block tag (latest, pending, etc.)
positionYesThe storage position

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address to get storage from", "type": "string" }, "blockTag": { "description": "Optional block tag (latest, pending, etc.)", "type": "string" }, "position": { "description": "The storage position", "type": "string" } }, "required": [ "address", "position" ], "type": "object" }