Transfers view
UTXO view
Obyte.org
Unit Legend
- not on main chain, not stable
- main chain, not stable
- bad unit
- not on main chain, stable/confirmed/final
- main chain, stable/confirmed/final
- not on main chain, selected
- main chain, selected
Close
Close
Unit ID
wLZsOpqgVGyLwjPjbX0P2qKUN0oWMs72nrchuSEZXxY=
Received
14.08.2025 18:57:11
Confirmation delay (full node)
21 minutes 55 seconds
Confirmation delay (light node)
31 minutes 47 seconds
Authors
TH22XC6RYLFUJALRKNE3ZHF5Q7WA5RI6
Children
E3/Pae4wNeN97378b0k1FhkijdFj9lRWyLzeS905eko=
Parents
WFFKbCadd2yEjr5iSTOqjrAS2Hl5/ZTciPch3utx3wc=
Messages
Definition
Address:
IBPZHH5MMPHSTRVMAL472VIOMA5PMU6T
Definition:
[ "autonomous agent", { "getters": "{ $is_unlocked = () => timestamp_to_string(timestamp, 'date') >= params.unlock_date; }", "messages": { "cases": [ { "if": "{ trigger.data.withdraw }", "init": "{ require(params.owner, "owner not set in params"); require(params.unlock_date, "unlock_date not set in params"); // Nur der Owner darf abheben require(trigger.address == params.owner, "only owner can withdraw"); // Datum prüfen require($is_unlocked(), "balance unlocks on " || params.unlock_date); // Asset frei wählbar, Standard: base $asset = trigger.data.asset OTHERWISE 'base'; // Betrag: leer = alles $requested = trigger.data.amount OTHERWISE ''; if (!$requested) { $bal = balance[$asset]; require($bal > 0, "nothing to withdraw"); $amount_to_send = $bal; } else { require(is_valid_amount($requested), "invalid amount"); $amount_to_send = $requested; require(balance[$asset] >= $amount_to_send, "insufficient balance"); } }", "messages": [ { "app": "payment", "payload": { "asset": "{ $asset }", "outputs": [ { "address": "{ params.owner }", "amount": "{ $amount_to_send }" } ] } }, { "app": "state", "state": "{ response['message'] = 'withdrawn'; response['asset'] = $asset; response['amount'] = $amount_to_send; }" } ] }, { "messages": [ { "app": "state", "state": "{ response['message'] = 'deposit accepted'; }" } ] } ] } } ]
Technical information
Fees:
2,245
bytes
(405 headers, 1840 payload)
TPS fee:
0
bytes
Actual TPS fee:
0
bytes
Level:
11890771
Witnessed level:
11890756
Last ball unit:
ehYuXmRfSckfguHzLKel/nQOmdxM0SEUayhasqFck7Y=
Main chain index:
11494929
Latest included mc index:
11494928
Status:
stable/confirmed/final