Skip to main content

EthDecodedMethodData

No description

type EthDecodedMethodData {
id: String!
signature: String!
params: [EthDecodedParameter!]!
}

Fields

EthDecodedMethodData.id ● String! non-null scalar

The keccak hash of method signature in hex string 4 bytes for decodedInput ("0x" + 8 hex strings) 32 bytes for decodedEvents ("0x" + 64 hex strings)

EthDecodedMethodData.signature ● String! non-null scalar

The signature of the method the transaction invoked (i.e. transfer(address to, uint256 amount))

EthDecodedMethodData.params ● [EthDecodedParameter!]! non-null interface

The decoded parameters of the method

Member Of

ChainRawEthereumTransaction object