| Address | | Origin address of transaction |
| Account Key |  0xb8e64c63464c047f...
| Ed25519 public key of the signer |
| Transaction Hash |  0xf2a4abd80e0415ef...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #132,:sequence 99,:command (do (import convex.fungible :as fungible) (import torus.exchange :as torus) (def my-token (deploy ((lookup fungible build-token) {:supply 420420000000}))) ((lookup torus add-liquidity) my-token 210210000000 1000000000) (transfer my-token 210210000000) {:market ((lookup torus get-market) my-token),:token my-token})} | CVX representation of the transaction |
| Storage Size | 514 | Bytes consumed by transaction data |