Unit ID
ccBMvuJ30deecoIaI5nKDNfkMVKJVta5RGDtj+XAnos=
Received
15.08.2019 21:18:01
Confirmation delay (full node)
5 minutes 19 seconds
Confirmation delay (light node)
10 minutes 8 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_proof}", "init": "{ if (var[$secret_hashed_key]) bounce ("Safe already exists"); }", "messages": [ { "app": "state", "state": "{ var[$secret_hashed_key] = trigger.data.set_proof; 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,708 bytes
(353 headers, 1355 payload)
Level:1002069
Witnessed level:1002062
Main chain index:1000887
Latest included mc index:1000886
Status:stable/confirmed/final