hmyv2_getStorageAt

POST https://rpc.s0.t.hmny.io

Parameters

  • String : Smart contract address

  • String : Hex representation of storage location

  • Number : Block number

Result

String - Data stored at the smart contract location

Request Body

{"jsonrpc"=>"2.0", "id"=>1, "method"=>"hmyv2_getStorageAt", "params"=>["0x295a70b2de5e3953354a6a8344e616ed314d7251", "0x0", 370000]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"jsonrpc":"2.0","id":1,"result":"0x0000000000000000000000000000000000000000000000000000000000000000"}