| Address | | Origin address of transaction |
| Account Key |  0x8223ac5a71f2dfa5...
| Ed25519 public key of the signer |
| Transaction Hash |  0x715615fcd97c3253...
| Hash code of the transaction object |
| Type | Invoke | Type 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 Size | 1227 | Bytes consumed by transaction data |