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 290f6b9c3eb57575c0cdf225641d077db2876088b4233653a5758a4246734747
0x290f6b9c3eb57575...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #157,:sequence 1,: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 [] (do (def *state* (init-state)) (defn is-admin? [] (has-role? *state* *caller* ADMIN-ROLE)) (export (quote is-admin?)))) (deploy (create-actor-account)))}CVX representation of the transaction
Storage Size675Bytes 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 Used21300Computational cost in juice units
Fees Paid
            0.000333600
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