Cosmos Events
Chain
Echelon Testnet CosmosDataset name
echelon_testnet_cosmos.raw_eventsVersion
1.0.0Description
Raw event data emitted by contracts on the Movement chain, including event type and associated data.
Example data
| id | event_type | attributes | tx_hash | block_height | block_hash | block_timestamp |
|---|---|---|---|---|---|---|
| cosmos_event_7AFA19A1A09CB3B59BE55F9EB8F21ED33AA75CD5C594DCF726CB4C1679B3781C_8 | message | [{"key": "sender", "value": "init1v6xugw9aw8ekt50f4cu6eyhnt4wvmcpa6cahdw"}] | FB9C2BC376F347334D8E05DB11B7F2C38744E2A00D028799D6BB2535FE789FB9 | 4499 | 7AFA19A1A09CB3B59BE55F9EB8F21ED33AA75CD5C594DCF726CB4C1679B3781C | 1740728086 |
| cosmos_event_7D32CB9C6858EDA2AE592D85C3DEA98B22EF7FECAA4958685C77006EF6AEA434_0 | execute | [{"key": "sender", "value": "0x1,0x668dc438bd71f365d1e9ae39ac92f35d5ccde03d"}, {"key": "module_addr", "value": "0x1"}, {"key": "module_name", "value": "coin"}, {"key": "function_name", "value": "sudo_transfer"}] | BEA740A29F2A64BA321DDD07F0BDBAC5DD16B7B8392AAC6402D7D96B6B91F730 | 4549 | 7D32CB9C6858EDA2AE592D85C3DEA98B22EF7FECAA4958685C77006EF6AEA434 | 1740730497 |
| cosmos_event_FBBAF4E1E79D4604C8022A6E0372894C063459EFAB125625DE9413092BD6EB9E_3 | tx | [{"key": "acc_seq", "value": "init1k6z93d27vhpxhw3yztp3cgthv40jr5ncx9g98y/98"}] | 0C08687652D8F79087DEC3C4BCA1945BE6FFE0A6BD194B8F30F8E86789065B9B | 4774 | FBBAF4E1E79D4604C8022A6E0372894C063459EFAB125625DE9413092BD6EB9E | 1740732389 |
Schema
| Column | Type |
|---|---|
| id | string |
| event_type | string |
| attributes | string |
| tx_hash | string |
| block_height | long |
| block_hash | string |
| block_timestamp | long |