Functions

Retrieves all the functions which were called at the specified block number or hash.

👍

Blockchains Supported

This endpoint supports Ethereum.

Response Data

FieldTypeDescription
blockNumberstringThe block number of the block containing this functions.
code
contractCodeAddressstringThe address of the contract.
depthnumberThe call stack depth of the function call.
errorstringThe error message if applicable—empty if there is no error.
fromstringAddress from which the function originated.
initialGasstringThe gas amount before executing the function code.
inputstringThe input data to the function.
leftOverGasstringThe gas amount remaining after executing the function code.
messageIndexnumberInternal identification for the function calls of a transaction.
opcodestringThe name of opcode.
returnValuestringThe return value of the function.
timestampnumberTime when the function call was executed.
tostringThe address of the contract executing the code.
transactionHashstringThe hash of the transaction that contains this function.
transactionTypeIdnumberThe type of transaction. See (transaction-types)
valuestringThe value of the transaction in the smallest unit of the blockchain. For instance, wei with Ethereum. See full value conversion reference here.
Language
Authorization
Header
Click Try It! to start a request and see the response here!