year | INTEGER | Calendar year of the block (partition column) |
month | INTEGER | Calendar month of the block (partition column) |
section | VARCHAR | The pallet (module) of the top-level call (e.g. Balances, Staking) |
method | VARCHAR | The method name within the pallet (e.g. transferKeepAlive, nominate) |
block_time | TIMESTAMP | The timestamp of the block containing this extrinsic |
block_number | BIGINT | The sequential number of the block containing this extrinsic |
extrinsic_id | VARCHAR | Unique identifier for this extrinsic (format: blockNumber-extrinsicIndex) |
hash | VARBINARY | Hash of this extrinsic |
block_hash | VARBINARY | Hash of the block containing this extrinsic |
lifetime | VARCHAR | Validity period of the extrinsic (mortal/immortal era) |
params | VARCHAR | JSON-encoded parameters of the top-level call |
fee | DOUBLE | Transaction fee paid for this extrinsic |
weight | BIGINT | Execution weight consumed by this extrinsic |
signed | BOOLEAN | Whether this extrinsic includes a cryptographic signature |
signer_ss58 | VARCHAR | SS58-encoded address of the signer |
signer_pub_key | VARBINARY | Public key of the signer |
status | BOOLEAN | Whether the extrinsic executed successfully (true) or failed (false) |
updated_at | TIMESTAMP | When this record was last updated in the database |
ingested_at | TIMESTAMP | When this record was first ingested into the database |