Name | Type | Description | Notes |
---|---|---|---|
nativeTransaction | AllOfTransactionDetailsNativeTransaction | The native (top-level) transaction details. | |
erc20Transfers | List<Erc20TransferDetails> | The list of ERC-20 transfers. | [optional] |
erc721Transfers | List<Erc721TransferDetails> | The list of ERC-721 transfers. | [optional] |
erc1155Transfers | List<Erc1155TransferDetails> | The list of ERC-1155 transfers. | [optional] |
internalTransactions | List<InternalTransactionDetails> | The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2 calls. Use a client provider to recieve a full debug trace of the transaction. | [optional] |