curl --request POST \ --url https://api.uniblock.dev/uni/v1/json-rpc?chainId=56 \ --header 'content-type: application/json' \ --data '{ "id": 1, "jsonrpc": "2.0", "method": "eth_createAccessList", "params": [ { "from": "0xaeA8F8f781326bfE6A7683C2BD48Dd6AA4d3Ba63", "to": "0xa02457e5dfd32bda5fc7e1f1b008aa5979568150", "data": "0x608060806080608155" }, "pending" ] }'
{ "jsonrpc": "2.0", "id": 1, "result": { "accessList": [ { "address": "0xa02457e5dfd32bda5fc7e1f1b008aa5979568150", "storageKeys": [ "..." ] } ], "gasUsed": "0x125f8" } }
eth_createAccessList
params[0]
params[1]
Show properties
Show items