eth_getCode
Returns the code at given address at given time (block number)
Last updated
Returns the code at given address at given time (block number)
Last updated
The address to get the code from.
(optional) If you pass this parameter it will not use the default block set with . Pre-defined block numbers as "earliest"
, "latest"
and "pending"
can also be used.
Optional callback, returns an error object as first parameter and the result as second.
The data at given address address