Cosmos Events
Chain
Echelon CosmosDataset name
echelon_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_3473852D6F35D8518D2220403785C88266E2504F143DE1D6B324441685461734_5 | message | [{"key": "action", "value": "/cosmos.authz.v1beta1.MsgExec"}, {"key": "sender", "value": "init1k364cd6tkwnpym009dtw44mh6ry9qqwrrju5tr"}, {"key": "module", "value": "authz"}, {"key": "msg_index", "value": "0"}] | 32925D1C91E80036DADA1B7D8E8BD7BB9A7F79DBFC13D056D9705C8273A34CDD | 355200 | 3473852D6F35D8518D2220403785C88266E2504F143DE1D6B324441685461734 | 1743578317 |
| cosmos_event_90F03CE41768B5F21010F2A77AE908E2C3A2646468C11AE39E0BEB52EC9D400C_1 | update_feegrant | [{"key": "granter", "value": "init1m7ryuasf4qzje46q7wjgqmc22y7wa4mh4fdupg"}, {"key": "grantee", "value": "init1k364cd6tkwnpym009dtw44mh6ry9qqwrrju5tr"}] | ACF9DA7B4ADA982B10A64CA46A5782D9A456981AF87537ED3D2C94CC4FC6FA2A | 355025 | 90F03CE41768B5F21010F2A77AE908E2C3A2646468C11AE39E0BEB52EC9D400C | 1743577954 |
| cosmos_event_12500B228C19898F1582CDD7924CFDEEC2DF94F0C0A25DAAFC7923F3F2CB2D81_4 | tx | [{"key": "signature", "value": "146D9gYA3gP8kqKm/zgxSbY4qfaXwf/aqbUAT9lfVvFQvXO3IoylMxLd4f5Jm4w1pDeFEf5FM+INURgm8fDg/A=="}] | BD8CF96859CD8EDCDDC331BD6930FDE247D218F120565240474526099B07DA59 | 355300 | 12500B228C19898F1582CDD7924CFDEEC2DF94F0C0A25DAAFC7923F3F2CB2D81 | 1743578538 |
Schema
| Column | Type |
|---|---|
| id | string |
| event_type | string |
| attributes | string |
| tx_hash | string |
| block_height | long |
| block_hash | string |
| block_timestamp | long |