Transaction Details
Hash
00003CA575B1C7707861424BEF7E67DD622A9D25B8CB47D7BC1AD55F8EFD17D72B77
Success
Type
TRANSFER
Timestamp
Apr 17, 2026 14:54:07
(15 days ago)
Transaction Fee
0 NUG
Movements
0
Content
0 B
Inputs
0
| Previous Key: | 00014BA7B7C05E861EA1E2D6854FA97585AED739FD82B591E0C8465A41F4015F1DC2 |
| Proof of Work: | 0101040D14FBB9CBA0D12132DEDECC7F6A87AE4CBA276702E1404E37C5BFB576F774D0BCD709B7DD2A45813B9FFCF869C4AC86C3CE55D9EE85131D9EA7E4913D1BE3FA |
| Proof of Integrity: | 0080ABED531F41C2303AE9F22F757F97F9696959EC05F0B21A35FA6E3F999B7947 |
| Coordinator Sig: | 8A9E372D5C4BBABFED2D26C4DC15EDADEEED73CAF9BE18B0323C28CF0E18F6C3DC7FBDD124DC31028D12895657B5ECEE9CCA2E958C8A7E4A55B1D1B2EEA1FF00 |
| Validator #1: | 0001CDA69818FED44F7FE98386E43C3991BE756A64835C3CBCAD0B58CE21F625F6D3 |
| Origin Signature: | 3045022100C2F6E3AC28E1FDD8AE9A21BFB75AD53551CA9201BFF5531C341DA1B1B155E750022069F181D621069E49A33457ACFB9462DC3B3FC3080AD73A796A94DDAE190BD0BB |
| Previous Signature: | B418388EAA84E4F2C01EB979487EBE070F4C828AD0B420465B1355090367514BD91AF7C440714298077311B32FB0C3BF380969A22EA888268E2CF6C2DBDFD906 |
No transfers
No inputs
| From | Type | Amount | Timestamp |
|---|---|---|---|
| 00003CA5...2B77 | TOKEN | 999,999,999 0000DC3A...0F27 | Apr 17, 2026 14:54 |
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\":1776437647,\"evmTxHash\":\"\",\"atshiTxHash\":\"\",\"error\":\"\"}",
"deleted": false,
"id": "0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97",
"updated_at": 1776437648364,
"version": 2
}
],
"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": 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": 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\":\"0x09ba1ec869cda49b91f3efd485cfe697fb6203442b6590c441c62afa517ada97\",\"direction\":\"evm_to_atshi\",\"status\":\"completed\",\"timestamp\":1776437647}",
"id": "7E6E0145AD3279B3170675D896DD26DC"
},
"table": "processed_locks",
"timestamp": 1776437652380
}
],
"htlcTemplateAddress": "",
"supportedChains": [
{
"chainId": 11155111,
"evmPool": "0x57Fb4A6BA7942a4491b80E42ee9bA8f5871D0fEB",
"lastCheckedIndex": 0
}
]
}
Empty