Convex

Convex

Transaction 1 / 1
FieldValueNotes
AddressOrigin address of transaction
Account Key
Identicon for 7a033e78d6111f85a42aadc98d17210312b3128aa228f7884ccdea13cbfae1bc
0x7a033e78d6111f85...
Ed25519 public key of the signer
Transaction Hash
Identicon for 7c12f3b77e9b721ae51856dc2965a155269a5a1005b587555f9bd1fe19951f1e
0x7c12f3b77e9b721a...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #157,:sequence 2,:command (do (def ADMIN-ROLE :admin) (defn has-role? [state addr role] (contains? (get-in state [:roles role]) addr)) (defn init-state [] {:roles {ADMIN-ROLE #{*caller*}}}) (defn create-actor-account [] (let [initial-state (init-state)] (do (def *state* initial-state) (defn is-admin? [] (has-role? *state* *caller* ADMIN-ROLE)) (export (quote is-admin?))))) (deploy (create-actor-account)))}CVX representation of the transaction
Storage Size714Bytes consumed by transaction data
Transaction Result
FieldValueNotes
StatusERRORTransaction failed with error
Error Message"export"Error message from failed transaction
Error Code:UNDECLAREDAccessed an undeclared symbol
Juice Used23255Computational cost in juice units
Fees Paid
            0.000360950
Transaction fees paid in Convex Coins
Stack Trace["In expression: (#157/create-actor-account)"]Stack trace for error location
Log Entries (0)

No log entries were generated during transaction execution