| Address | | Origin address of transaction |
| Account Key |  0xd5480327810648c5...
| Ed25519 public key of the signer |
| Transaction Hash |  0x06bb88d9c1e09bb5...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #222,:sequence 1,:command (do (defn create-and-set-controller [controller-address] (let [code (quasiquote (do (assert *caller*) (set-key 0x44f846a2c05bbace7ff92cc643b9aced272d6eb0895116b221e3e7e8e2b517ea) (set-controller (unquote controller-address)))) addr (deploy code)] addr)) (def controller-address #222) (dotimes [i 11] (create-and-set-controller controller-address)))} | CVX representation of the transaction |
| Storage Size | 635 | Bytes consumed by transaction data |