Transaction Details
Hash
00004FB77A6239A709AFFB684CFE1AA18D3E22C476C1CBEC00D082FD276EE1B6ACAC
Success
Type
TRANSFER
Timestamp
Apr 17, 2026 15:04:10
(15 days ago)
Transaction Fee
0 NUG
Movements
0
Content
0 B
Inputs
0
| Previous Key: | 00017257DB445E688367A7FF1046363B7E8B26DE920E36D1BC3301C357A5E90008F9 |
| Proof of Work: | 0101040D14FBB9CBA0D12132DEDECC7F6A87AE4CBA276702E1404E37C5BFB576F774D0BCD709B7DD2A45813B9FFCF869C4AC86C3CE55D9EE85131D9EA7E4913D1BE3FA |
| Proof of Integrity: | 0026302ADBB10AB7C20333A3BFB5ADC9590C630EE7CD98E1B41C92350981A53475 |
| Coordinator Sig: | F95785C281B6CA02E05535B6C0E2C467544B8619076CE576396B550045AC07B2CE17043FB87D4985D74332931C16819F7E13AA402786A2EDF7A438C148AC6500 |
| Validator #1: | 0001CDA69818FED44F7FE98386E43C3991BE756A64835C3CBCAD0B58CE21F625F6D3 |
| Origin Signature: | 30450221009F2B813666A3DC6DF16E28674C1739D212C0C8B7F4751D72B5CBB7E7AC11B6C502201665B6342C2EEA75CA7E0716E11DBABF7FCC625E375DB409F5FEA8E97564E30B |
| Previous Signature: | 266D2E0A08D1D66DF003BC5ED92CCF69593F64F5FDC52564CE9E0C092F158A07C89E301B302139E7A66EF273E20451E780A8CAB14FC50EDB56EB6A4141C7D90B |
No transfers
No inputs
| From | Type | Amount | Timestamp |
|---|---|---|---|
| 00004FB7...ACAC | TOKEN | 999,999,998 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\":1776438250,\"evmTxHash\":\"\",\"atshiTxHash\":\"\",\"error\":\"\"}",
"deleted": false,
"id": "0x8f034f96aa0efe59c71381119def143fe7fcc7f04106b300ccda7a4e2eefb67c",
"updated_at": 1776438250952,
"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": 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": 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\":\"0x8f034f96aa0efe59c71381119def143fe7fcc7f04106b300ccda7a4e2eefb67c\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776438250}",
"id": "7F5E1D3ED081AD0CDDA1D88095D816B3"
},
"table": "processed_locks",
"timestamp": 1776438255041
}
],
"htlcTemplateAddress": "",
"supportedChains": [
{
"chainId": 11155111,
"evmPool": "0x57Fb4A6BA7942a4491b80E42ee9bA8f5871D0fEB",
"lastCheckedIndex": 0
}
]
}
Empty