Skip to content

PublicTx

Example

{
    "from": "0x0000000000000000000000000000000000000000",
    "nonce": "0x0",
    "created": 0,
    "transactionHash": null
}

Field Descriptions

Field Name Description Type
to The target contract address (optional) EthAddress
data The pre-encoded calldata (optional) HexBytes
from The sender's Ethereum address EthAddress
nonce The transaction nonce HexUint64
created The creation time Timestamp
completedAt The completion time (optional) Timestamp
transactionHash The transaction hash (optional) Bytes32
success The transaction success status (optional) bool
revertData The revert data (optional) HexBytes
submissions The submission data (optional) PublicTxSubmissionData[]
activity The transaction activity records (optional) TransactionActivityRecord[]
gas The gas limit for the transaction (optional) HexUint64
value The value transferred in the transaction (optional) HexUint256
maxPriorityFeePerGas The maximum priority fee per gas (optional) HexUint256
maxFeePerGas The maximum fee per gas (optional) HexUint256
gasPrice The gas price (optional) HexUint256

PublicTxSubmissionData

Field Name Description Type
time The submission time Timestamp
transactionHash The transaction hash Bytes32
maxPriorityFeePerGas The maximum priority fee per gas (optional) HexUint256
maxFeePerGas The maximum fee per gas (optional) HexUint256
gasPrice The gas price (optional) HexUint256

TransactionActivityRecord

Field Name Description Type
time Time the record occurred Timestamp
message Activity message string