| Address | | Origin address of transaction |
| Account Key |  0xb8e64c63464c047f...
| Ed25519 public key of the signer |
| Transaction Hash |  0x50762b56d6e8c727...
| Hash code of the transaction object |
| Type | Invoke | Type of transaction. Most common is 'Invoke' for general purpose execution. |
| Transaction Data | {:origin #132,:sequence 100,: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) (call my-token (transfer *address* 210210000000)) {:market ((lookup torus get-market) my-token),:token my-token})} | CVX representation of the transaction |
| Storage Size | 533 | Bytes consumed by transaction data |