package
0.10.2
Repository: https://github.com/streamingfast/sf-ethereum.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Used on chain(s) where some Ether burning happens.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
direct? what's the name for `Call` alone?.
No description provided by the author
create2 ? any other form of calls?.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Added in Berlin fork (Geth 1.10+).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
makes speculative traces available on a PENDING transaction.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Enum value maps for BalanceChange_Reason.
Enum value maps for BalanceChange_Reason.
Enum value maps for CallType.
Enum value maps for CallType.
No description provided by the author
Enum value maps for GasChange_Reason.
Enum value maps for GasChange_Reason.
Enum value maps for GasEvent_Id.
Enum value maps for GasEvent_Id.
Enum value maps for TransactionState_State.
Enum value maps for TransactionState_State.
Enum value maps for TransactionState_Transition.
Enum value maps for TransactionState_Transition.
Enum value maps for TransactionTraceStatus.
Enum value maps for TransactionTraceStatus.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BlockWithRefs is a lightweight block, with traces and transactions purged from the `block` within, and only.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The gas change model represents the reason why some gas cost has occurred.
Gas events are emitted to faciliate gas tracking avoid the execution call stack that happens while processing a transaction on the chain.
HeaderOnlyBlock is a standard [Block] structure where all other fields are removed so that hydrating that object from a [Block] bytes payload will drastically reduced allocated memory required to hold the full block.
No description provided by the author
No description provided by the author
No description provided by the author
A Transaction not yet in block.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TransactionTraceWithBlockRef.
No description provided by the author

# Type aliases

Obtain all balanche change reasons under deep mind repository: ```shell ack -ho 'BalanceChangeReason\(".*"\)' | grep -Eo '".*"' | sort | uniq ```.
No description provided by the author
Obtain all gas change reasons under deep mind repository: ```shell ack -ho 'GasChangeReason\(".*"\)' | grep -Eo '".*"' | sort | uniq ```.
Obtain all gas change reasons under deep mind repository: ```shell ack -ho 'GasEventID\(".*"\)' | grep -Eo '".*"' | sort | uniq ```.
No description provided by the author
No description provided by the author
No description provided by the author