getCode
Returns the compiled smart contract code, if any, at a given address.
REQUEST
HEADER
REQUEST PARAMS
ADDRESS
[required] - a string representing the address (20 bytes) of the codeBLOCK PARAMETER
[required] - an integer block number, or the string "latest", "earliest" or "pending", see the default block parameter
EXAMPLE
RESPONSE
RESULT FIELDS
CODE
- a hex of the code at the given address
BODY
Last updated