Convex

Convex

Transaction 1 / 1
FieldValueNotes
AddressOrigin address of transaction
Account Key
Identicon for 8223ac5a71f2dfa5e209e26395913119bd6d67e5a82fc75a1ad868d7227296ed
0x8223ac5a71f2dfa5...
Ed25519 public key of the signer
Transaction Hash
Identicon for 715615fcd97c3253fae9cc6e5ecc7e06bed44f250ad6fd93fe364ea246564a12
0x715615fcd97c3253...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #14278,:sequence 32,:command (def charity-box (deploy (quote ((def all-donations {}) (defn ^{:callable true} donate [cause] (let [donation *offer*] (if (> donation 0) (let [prev-donations (get all-donations cause 0)] (accept donation) (set! all-donations (assoc all-donations cause (+ prev-donations donation))) (return "Thanks for your donation")) (fail :FUNDS "No donation offered!")))) (defn ^{:callable true} collect [cause] (if ((lookup (resolve convex.trust) trusted?) cause *caller*) (let [amt (get all-donations cause 0)] (set! all-donations (dissoc all-donations cause)) (transfer *caller* amt)) (fail :TRUST "Not authorised to collect funds")))))))}CVX representation of the transaction
Storage Size1227Bytes consumed by transaction data
Transaction Result
FieldValueNotes
StatusSUCCESSTransaction executed successfully
Return Value#14283Value returned by transaction
Juice Used27935Computational cost in juice units
Fees Paid
            0.004038745
Transaction fees paid in Convex Coins
Memory Used1079Memory allocated/deallocated (bytes)
Log Entries (0)

No log entries were generated during transaction execution