| Address | | Origin address of transaction |
| Account Key |  0x5abb7143b3a48328...
| Ed25519 public key of the signer |
| Transaction Hash |  0xe0f44fecb4524973...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #135,:sequence 27,:command (call tipper 0 (upgrade) (quote (defn ^{:callable true} collect [artifact] (let [recipient (get-in tips [artifact :recipient])] (if ((lookup (resolve convex.trust) trusted?) recipient *caller*) (let [amount (or (get-in tips [artifact :amount]) 0)] (def tips (dissoc tips artifact)) (transfer *caller* amount)) (fail :TRUST "Not authorised to collect funds"))))))} | CVX representation of the transaction |
| Storage Size | 752 | Bytes consumed by transaction data |