| Address | | Origin address of transaction |
| Account Key |  0x7a033e78d6111f85...
| Ed25519 public key of the signer |
| Transaction Hash |  0xc852fb0fada869b0...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #157,:sequence 3,:command (do (defn create-actor-account [controller-address] (let [code (quasiquote (do (defn init [] (def admin *caller*)) (assert *caller*) (init) (set-controller (unquote controller-address)))) addr (deploy code)] addr)) (def controller-address nil) (dotimes [i 2] (create-actor-account controller-address)))} | CVX representation of the transaction |
| Storage Size | 626 | Bytes consumed by transaction data |