{ "id": 1, "jsonrpc": "2.0", "method": "eth_getCode", "params": [ "0xa0b86a33e6776e1e627e5c82df4c0cf77b8bb0c9", "latest" ] }
{ "id": 1, "jsonrpc": "2.0", "result": "0x608060405234801561001057600080fd5b50600436106100365760003560e01c..." }
Get the bytecode at a given address
Was this page helpful?