| Address | | Origin address of transaction |
| Account Key |  0x5abb7143b3a48328...
| Ed25519 public key of the signer |
| Transaction Hash |  0x769d4a6608f11ba5...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #135,:sequence 8,:command (def test-upgradable-actor (deploy (quote (do (def owner *caller*) (def enabled? true) (defn ^{:callable true} upgrade [code] (if (not enabled?) (fail :STATE "No longer enabled for upgrade") (if (= *caller* owner) (eval code) (fail :TRUST "Not authorised to upgrade"))))))))} | CVX representation of the transaction |
| Storage Size | 587 | Bytes consumed by transaction data |