| Address | | Origin address of transaction |
| Account Key |  0x5abb7143b3a48328...
| Ed25519 public key of the signer |
| Transaction Hash |  0xc7f1592f331374c4...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #135,:sequence 39,:command (def dummy (deploy (quote (do (defn ^{:callable true} forward-swap! [afn & args] (call #143 (swap! afn args))) (def frozen?) (defn ^{:callable true} upgrade [code] (if frozen? (fail :STATE "Cannot upgrade. The tipper logic has been frozen.") (if (not (parent?)) (fail :TRUST "Not authorised to upgrade") (eval code))))))))} | CVX representation of the transaction |
| Storage Size | 701 | Bytes consumed by transaction data |