Basic EVM structure table function
There are five basic EVM structure table function supported on BlockDuck:
Blocks
Transactions
Logs
Traces
Latest block number
Understanding BlockDuck’s EVM Structures
BlockDuck provides a streamlined approach to interacting with Ethereum Virtual Machine (EVM) data through five main table functions:
Blocks: This table includes detailed information about each block within the blockchain, such as block number, timestamp, and miner details.
Transactions: Contains data on every transaction made, including transaction hash, value, and gas used.
Logs: Provides log data generated during transaction execution, useful for tracking events emitted by smart contracts.
Traces: Offers insights into the internal operations during transactions, allowing a deep dive into computation steps and message calls.
Latest Block Number: Displays the most recent block number, helping users stay updated with the latest blockchain state.
These structures facilitate efficient data retrieval and analysis, crucial for developers and analysts working with blockchain data.
Last updated