We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gas_used
gas
StreamingFast & Dune uses gas_used
input
data
Quicknode & Dune uses data https://www.quicknode.com/guides/ethereum-development/smart-contracts/a-dive-into-evm-architecture-and-opcodes#understanding-evm-transaction-execution Erigon uses GetData type https://github.com/erigontech/erigon/blob/820abe5b7928cf487e7e44dfd0b18d985979e008/core/types/transaction.go#L79C2-L79C9
Quicknode & Dune uses data https://www.quicknode.com/guides/ethereum-development/smart-contracts/a-dive-into-evm-architecture-and-opcodes#understanding-evm-transaction-execution
Erigon uses GetData type https://github.com/erigontech/erigon/blob/820abe5b7928cf487e7e44dfd0b18d985979e008/core/types/transaction.go#L79C2-L79C9
GetData
0x
""
provide 0x if data is stored as binary, "" if type is String
index
subtraces
suicide
selfdestruct
address
trace_address
gas_consumed
sub_traces
would require to drop transaction from those tables
transaction
delta_value
amount
old_value
old_balance
new_value
new_balance
new_value: 6113231490000000000 old_value: 6101024403000000000 delta_value: 12207087000000000
The text was updated successfully, but these errors were encountered:
Update schema
7fad07a
ref: #1
DenisCarriere
No branches or pull requests
Transactions
gas_used
or?gas
orinput
data
?input
is empty,or0x
""
(blank)?Traces (calls)
index
or?subtraces
suicide
or?selfdestruct
address
or?trace_address
gas_consumed
or?gas_used
index
orsub_traces
System Traces
Do we include extra tables(e.g. logs, balance_changes, storage_changes, code_changes, account_creations, nonce_changes, gas_changes)?Balance Changes
ordelta_value
amount
?orold_value
old_balance
?ornew_value
new_balance
?The text was updated successfully, but these errors were encountered: