Docs

# Transactions

Ethereum transactions are messages that are sent between accounts on the Ethereum blockchain. Transactions can be used to transfer ether, interact with smart contracts, and more.

# Transaction attributes

# transaction_hash

The transaction_hash attribute is a unique string that identifies each transaction on the blockchain.

# from_address

The from_address attribute specifies the Ethereum address that initiated the transaction.

# to_address

The to_address attribute indicates the Ethereum address that is the recipient of the transaction.

# ethereum_block_id

The ethereum_block_id attribute designates the number of the block that includes the transaction.

# gas_price

The gas_price attribute represents the price per unit of gas paid by the sender to process the transaction.

# gas_used

The gas_used attribute indicates the total amount of gas consumed during the execution of the transaction.

# failed

The failed attribute is a boolean value that determines whether a transaction was unsuccessful.

# occurred_at

The occurred_at attribute records the timestamp of the transaction.