Transaction Details
Hash
000043E728EF1E41F937C1F5BA4508A84930ECA9000D461C75C8DBB943AFB5B4365F
Success
Type
TRANSFER
Timestamp
Apr 17, 2026 15:04:20
(14 days ago)
Transaction Fee
0 NUG
Movements
0
Content
0 B
Inputs
0
| Previous Key: | 000196441C45CB51DE1DBB9929F23AA838F1A85E25AFB6CE49D9FDCEB26FD3B7A7A5 |
| Proof of Work: | 0101040D14FBB9CBA0D12132DEDECC7F6A87AE4CBA276702E1404E37C5BFB576F774D0BCD709B7DD2A45813B9FFCF869C4AC86C3CE55D9EE85131D9EA7E4913D1BE3FA |
| Proof of Integrity: | 00F2C6369B8A96E776FB1F269FDB3379ABD9EC2FFD2E1049D5A9ACA3C7ECF95305 |
| Coordinator Sig: | 0D2E59433267E76AAA2692E137E8883412B833316C4D299BDF24DA34F05C349831E0AF52662DB7DFFC4557FD141BF8B40760E80EA82A8A3CC98E338E6584AD04 |
| Validator #1: | 0001CDA69818FED44F7FE98386E43C3991BE756A64835C3CBCAD0B58CE21F625F6D3 |
| Origin Signature: | 3045022056B2BB6E98A74CCDBDB15B2EA29FE3502CF45A204401C7F7FA65223D2AAE9806022100C86DA6B74F9428E9C3496AAF95354B65CF6B14790C65F8176A4C90371C2D752E |
| Previous Signature: | E81D55F701EFBFD5B6E1D58A918AA49968A416F788F325F5170FB418CA20484F6269ABB18C05FACFE940C88053E84336B4C52FEB8F65D20DCCD2E6A552B16700 |
No transfers
No inputs
| From | Type | Amount | Timestamp |
|---|---|---|---|
| 000043E7...365F | TOKEN | 999,999,997 0000DC3A...0F27 | Apr 17, 2026 15:04 |
WASM
33.35 KB
Immutable
Functions
| Name | Type | Input | Output |
|---|---|---|---|
| add_supported_chain | action | chainId: u64 evmPool: string | - |
| claim_lock | action | evmChainId: u64 lockIndex: u64 sig: string | - |
| debug_worker_hash | publicFunction | workerGenesis: string | {"baked":"string","bytecodeLen":"u32","computed":"string","error":"string","match":"bool"} |
| get_evm_signer_address | publicFunction | - | string |
| get_pending_evm_txs | publicFunction | - | string |
| get_signed_lock | publicFunction | evmChainId: u64 lockIndex: u64 | {"amount":"u64","evmSender":"string","found":"bool","reason":"string","recipient":"string","sig":"string","swapId":"string"} |
| get_state | publicFunction | - | {"htlcTemplateAddress":"string","supportedChains":[{"chainId":"u64","evmPool":"string","lastCheckedIndex":"u64"}]} |
| lock_for_bridge | action | chainId: u64 evmRecipient: string token: string | - |
| mark_outbox_completed | action | evmTxHash: string outboxId: string | - |
| mark_outbox_submitted | action | evmTxHash: string outboxId: string | - |
| scan_evm_locks | action | - | - |
| set_htlc_template | action | htlcTemplateAddress: string | - |
Raw manifest
{
"abi": {
"anstore": {
"afterData": [],
"databases": [
{
"description": "ATSHI Bridge Pool data",
"maxTables": 3,
"name": "bridge_pool"
}
],
"onData": [],
"roles": [],
"tables": [
{
"access": {
"delete": {
"mode": "none"
},
"insert": {
"mode": "owner_only"
},
"read": {
"mode": "public"
},
"update": {
"mode": "owner_only"
}
},
"database": "bridge_pool",
"indexes": [
"status",
"chainId"
],
"mode": "CHAIN",
"name": "evm_outbox",
"schema": {
"amount": {
"required": true,
"type": "INTEGER"
},
"atshiHTLCAddress": {
"type": "STRING"
},
"chainId": {
"required": true,
"type": "INTEGER"
},
"createdAt": {
"required": true,
"type": "TIMESTAMP"
},
"evmPool": {
"required": true,
"type": "STRING"
},
"evmRecipient": {
"required": true,
"type": "STRING"
},
"id": {
"required": true,
"type": "STRING",
"unique": true
},
"lockTime": {
"required": true,
"type": "INTEGER"
},
"secretHash": {
"required": true,
"type": "STRING"
},
"signatureR": {
"required": true,
"type": "STRING"
},
"signatureS": {
"required": true,
"type": "STRING"
},
"signatureV": {
"required": true,
"type": "INTEGER"
},
"status": {
"type": "ENUM",
"values": [
"ready",
"submitted",
"completed",
"expired"
]
}
}
},
{
"access": {
"delete": {
"mode": "none"
},
"insert": {
"mode": "owner_only"
},
"read": {
"mode": "public"
},
"update": {
"mode": "owner_only"
}
},
"database": "bridge_pool",
"indexes": [
"hash"
],
"mode": "CHAIN",
"name": "processed_locks",
"schema": {
"direction": {
"required": true,
"type": "STRING"
},
"hash": {
"required": true,
"type": "STRING",
"unique": true
},
"status": {
"required": true,
"type": "STRING"
},
"timestamp": {
"required": true,
"type": "TIMESTAMP"
}
}
}
]
},
"functions": {
"add_supported_chain": {
"input": {
"chainId": "u64",
"evmPool": "string"
},
"triggerType": "transaction",
"type": "action"
},
"claim_lock": {
"input": {
"evmChainId": "u64",
"lockIndex": "u64",
"sig": "string"
},
"triggerType": "transaction",
"type": "action"
},
"debug_worker_hash": {
"input": {
"workerGenesis": "string"
},
"output": {
"baked": "string",
"bytecodeLen": "u32",
"computed": "string",
"error": "string",
"match": "bool"
},
"type": "publicFunction"
},
"get_evm_signer_address": {
"input": "null",
"output": "string",
"type": "publicFunction"
},
"get_pending_evm_txs": {
"input": "null",
"output": "string",
"type": "publicFunction"
},
"get_signed_lock": {
"input": {
"evmChainId": "u64",
"lockIndex": "u64"
},
"output": {
"amount": "u64",
"evmSender": "string",
"found": "bool",
"reason": "string",
"recipient": "string",
"sig": "string",
"swapId": "string"
},
"type": "publicFunction"
},
"get_state": {
"input": "null",
"output": {
"htlcTemplateAddress": "string",
"supportedChains": [
{
"chainId": "u64",
"evmPool": "string",
"lastCheckedIndex": "u64"
}
]
},
"type": "publicFunction"
},
"lock_for_bridge": {
"input": {
"chainId": "u64",
"evmRecipient": "string",
"token": "string"
},
"triggerType": "transaction",
"type": "action"
},
"mark_outbox_completed": {
"input": {
"evmTxHash": "string",
"outboxId": "string"
},
"triggerType": "transaction",
"type": "action"
},
"mark_outbox_submitted": {
"input": {
"evmTxHash": "string",
"outboxId": "string"
},
"triggerType": "transaction",
"type": "action"
},
"scan_evm_locks": {
"input": "null",
"triggerArgument": "*/2 * * * *",
"triggerType": "interval",
"type": "action"
},
"set_htlc_template": {
"input": {
"htlcTemplateAddress": "string"
},
"triggerType": "transaction",
"type": "action"
}
},
"state": {
"htlcTemplateAddress": "string",
"supportedChains": [
{
"chainId": "u64",
"evmPool": "string",
"lastCheckedIndex": "u64"
}
]
}
}
}
Contract State
{
"_anstore": {
"bridge_config:chains": {
"docs": [],
"meta": {
"access": "public_read",
"encrypted": false,
"mode": "chain"
},
"roles": []
},
"bridge_config:swap_log": {
"docs": [
{
"created_at": 1776433387878,
"data": "{\"id\":\"0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97\",\"direction\":\"evm_to_atshi\",\"chainId\":11155111,\"token\":\"ATSHI\",\"amount\":1000000000000000000,\"sender\":\"0x99fa2e8001cad4e42e2f05e1b13be705741bb050\",\"recipient\":\"0000c2b1986d9dc854ebe99faebe267433a60176dbc9bc5cb06ce59f161a32635c70\",\"status\":\"completed\",\"timestamp\":1776437652,\"evmTxHash\":\"\",\"atshiTxHash\":\"\",\"error\":\"\"}",
"deleted": false,
"id": "0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97",
"updated_at": 1776437653054,
"version": 3
},
{
"created_at": 1776438250952,
"data": "{\"id\":\"0x8f034f96aa0efe59c71381119def143fe7fcc7f04106b300ccda7a4e2eefb67c\",\"direction\":\"evm_to_atshi\",\"chainId\":11155111,\"token\":\"ATSHI\",\"amount\":1000000000000000000,\"sender\":\"0x99fa2e8001cad4e42e2f05e1b13be705741bb050\",\"recipient\":\"0000c2b1986d9dc854ebe99faebe267433a60176dbc9bc5cb06ce59f161a32635c70\",\"status\":\"completed\",\"timestamp\":1776438255,\"evmTxHash\":\"\",\"atshiTxHash\":\"\",\"error\":\"\"}",
"deleted": false,
"id": "0x8f034f96aa0efe59c71381119def143fe7fcc7f04106b300ccda7a4e2eefb67c",
"updated_at": 1776438256065,
"version": 2
},
{
"created_at": 1776438261155,
"data": "{\"id\":\"0xf17c3637ec2eee0d5cae84945c331aba9439d6fc6e0d715e28ae500de61cd790\",\"direction\":\"evm_to_atshi\",\"chainId\":11155111,\"token\":\"ATSHI\",\"amount\":1000000000000000000,\"sender\":\"0x99fa2e8001cad4e42e2f05e1b13be705741bb050\",\"recipient\":\"0000c2b1986d9dc854ebe99faebe267433a60176dbc9bc5cb06ce59f161a32635c70\",\"status\":\"completed\",\"timestamp\":1776438260,\"evmTxHash\":\"\",\"atshiTxHash\":\"\",\"error\":\"\"}",
"deleted": false,
"id": "0xf17c3637ec2eee0d5cae84945c331aba9439d6fc6e0d715e28ae500de61cd790",
"updated_at": 1776438261155,
"version": 1
}
],
"meta": {
"access": "public_read",
"encrypted": false,
"mode": "shard"
},
"roles": []
},
"bridge_config:tokens": {
"docs": [],
"meta": {
"access": "public_read",
"encrypted": false,
"mode": "chain"
},
"roles": []
},
"bridge_pool:evm_outbox": {
"docs": [],
"meta": {
"access": "public_read",
"encrypted": false,
"mode": "chain"
},
"roles": []
},
"bridge_pool:processed_locks": {
"docs": [
{
"created_at": 1776438260286,
"data": "{\"hash\":\"0xf17c3637ec2eee0d5cae84945c331aba9439d6fc6e0d715e28ae500de61cd790\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776438243}",
"deleted": false,
"id": "D1E0C7D38BC24D6FE8CBE36D29265BF5",
"updated_at": 1776438260286,
"version": 1
},
{
"created_at": 1776438249951,
"data": "{\"hash\":\"0x8f034f96aa0efe59c71381119def143fe7fcc7f04106b300ccda7a4e2eefb67c\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776438243}",
"deleted": false,
"id": "068992A5C0FE42B30F35CDF2CDB0EA9E",
"updated_at": 1776438249951,
"version": 1
},
{
"created_at": 1776432962959,
"data": "{\"hash\":\"0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776432958}",
"deleted": false,
"id": "3F3D6E6DFEAD175BC6F06954D824A290",
"updated_at": 1776432962959,
"version": 1
},
{
"created_at": 1776433387130,
"data": "{\"hash\":\"0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776433382}",
"deleted": false,
"id": "00FBE98AC66837AF517D44506497B9D6",
"updated_at": 1776433387130,
"version": 1
},
{
"created_at": 1776432696078,
"data": "{\"hash\":\"0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776432691}",
"deleted": false,
"id": "DAAC827B6B1EEC9DC02BB55D13080DC6",
"updated_at": 1776432696078,
"version": 1
},
{
"created_at": 1776437647579,
"data": "{\"hash\":\"0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776437642}",
"deleted": false,
"id": "8954715A23BEE7F04AF12DC46AB5EF8D",
"updated_at": 1776437647579,
"version": 1
},
{
"created_at": 1776436632244,
"data": "{\"hash\":\"0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776436627}",
"deleted": false,
"id": "7F30997C9DBF7D08379139BB76D616D3",
"updated_at": 1776436632244,
"version": 1
},
{
"created_at": 1776438265182,
"data": "{\"hash\":\"0xf17c3637ec2eee0d5cae84945c331aba9439d6fc6e0d715e28ae500de61cd790\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776438260}",
"deleted": false,
"id": "B002B586F7408A692FBBEC453BE6972C",
"updated_at": 1776438265182,
"version": 1
},
{
"created_at": 1776433391967,
"data": "{\"hash\":\"0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776433387}",
"deleted": false,
"id": "CF204FF47B24AC1BA95FF2228E9975AF",
"updated_at": 1776433391967,
"version": 1
},
{
"created_at": 1776438250118,
"data": "{\"hash\":\"0xf17c3637ec2eee0d5cae84945c331aba9439d6fc6e0d715e28ae500de61cd790\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776438243}",
"deleted": false,
"id": "A42B8FBA569719CBDDB5238D16523D49",
"updated_at": 1776438250118,
"version": 1
},
{
"created_at": 1776438255041,
"data": "{\"hash\":\"0x8f034f96aa0efe59c71381119def143fe7fcc7f04106b300ccda7a4e2eefb67c\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776438250}",
"deleted": false,
"id": "7F5E1D3ED081AD0CDDA1D88095D816B3",
"updated_at": 1776438255041,
"version": 1
},
{
"created_at": 1776437652380,
"data": "{\"hash\":\"0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776437647}",
"deleted": false,
"id": "7E6E0145AD3279B3170675D896DD26DC",
"updated_at": 1776437652380,
"version": 1
},
{
"created_at": 1776436627467,
"data": "{\"hash\":\"0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776433382}",
"deleted": false,
"id": "1F8D429E96DFFDA6DB8A48FBB9EFF04B",
"updated_at": 1776436627467,
"version": 1
}
],
"meta": {
"access": "public_read",
"encrypted": false,
"mode": "chain"
},
"roles": []
}
},
"_anstore_mutations": [
{
"database": "bridge_pool",
"operation": "insert",
"payload": {
"document": "{\"hash\":\"0xf17c3637ec2eee0d5cae84945c331aba9439d6fc6e0d715e28ae500de61cd790\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776438260}",
"id": "B002B586F7408A692FBBEC453BE6972C"
},
"table": "processed_locks",
"timestamp": 1776438265182
}
],
"htlcTemplateAddress": "",
"supportedChains": [
{
"chainId": 11155111,
"evmPool": "0x57Fb4A6BA7942a4491b80E42ee9bA8f5871D0fEB",
"lastCheckedIndex": 0
}
]
}
Empty