Unit ID
xkBsuB/eXLYfMkHuLTt3FGVUgYab7k03A/32QCTKsi4=
Received
15.08.2019 21:27:40
Confirmation delay (full node)
4 minutes 20 seconds
Confirmation delay (light node)
7 minutes 45 seconds
Messages
Definition
Definition: [ "autonomous agent", { "init": "{ $f = 1000; if(!trigger.data.safe) bounce ('please specifcy a safe name'); $balance_key = 'balance_' || trigger.data.safe; $secret_hashed_key = 'secret_' || trigger.data.safe; $input = trigger.output[[asset=base]]; }", "messages": { "cases": [ { "if": "{trigger.data.set}", "init": "{ if (var[$secret_hashed_key]) bounce ("Safe already exists"); }", "messages": [ { "app": "state", "state": "{ var[$secret_hashed_key] = trigger.data.set; response['sec'] = 'Secret set for account' || trigger.data.safe; var[$balance_key] = var[$balance_key] + $input; response['message'] = 'accepted on account ' || trigger.data.safe || ': ' || $input || ' bytes'; }" } ] }, { "if": "{trigger.data.secret}", "init": "{ if (!var[$secret_hashed_key]) bounce ("safe doesn't exists"); if (sha256(trigger.data.secret) != var[$secret_hashed_key]) bounce ("Wrong secret!"); }", "messages": [ { "init": "{ $total = var[$balance_key] + $input - $f; }", "app": "payment", "payload": { "asset": "base", "outputs": [ { "address": "{trigger.address}", "amount": "{$total}" } ] } }, { "app": "state", "state": "{ var[$balance_key] = 0; var[$secret_hashed_key] = false; response['message'] = 'withdrawn from account ' || trigger.data.safe || '. '; }" } ] } ] } } ]
Technical information
Fees:
1,696 bytes
(353 headers, 1343 payload)
Level:1002093
Witnessed level:1002086
Main chain index:1000911
Latest included mc index:1000910
Status:stable/confirmed/final