Convex

Convex

Transaction 1 / 1
FieldValueNotes
AddressOrigin address of transaction
Account Key
Identicon for 5abb7143b3a48328300f99c5e0e711f829ce4bba8be328a40de2e410b2496d38
0x5abb7143b3a48328...
Ed25519 public key of the signer
Transaction Hash
Identicon for 9fc5aaac996fd1682d456afff34217e27a7b8b09eb1ed293c0e6ac2df46ca385
0x9fc5aaac996fd168...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #135,:sequence 95,:command (call #162 (admin (quote (do (def actor-name "state") (def state {}) (defn ^{:callable true} swap! [afn & args] (let [user-key *caller*] (def state (assoc state user-key (apply afn (get state user-key {}) args))))) (defn ^{:callable true} deref [] (get state *caller* {})) (defn ^{:callable true} deref-as [as-account] (get state as-account {})) (def disabled? false) (def disbled? false) (def admin-account *caller*) (defn ^{:callable true} admin [code] (if disabled? (fail :STATE "Administrative access is permenantly disabled.") (if (not (= *caller* admin-account)) (fail :TRUST (str *caller* " is not authorised to administrate on behalf of parent " admin-account)) (eval code))))))))}CVX representation of the transaction
Storage Size1271Bytes consumed by transaction data
Transaction Result
FieldValueNotes
StatusERRORTransaction failed with error
Error Message"disbled?"Error message from failed transaction
Error Code:UNDECLAREDAccessed an undeclared symbol
Juice Used2795Computational cost in juice units
Fees Paid
            0.000254950
Transaction fees paid in Convex Coins
Stack Trace["Calling Actor #162 with function (admin ...)" "In core function: call*" "In expression: (call* #162 0 admin (do (def actor-name \"state\") (def state {}) (defn ^{:callable true} swap! [afn & args] (let [user-key *caller*] (def state (assoc state user-key (apply afn (get state user-key {}) args))))) (defn ^{:callable true} deref [] (get state *caller* {})) (defn ^{:callable true} deref-as [as-account] (get state as-account {})) (def disabled? false) (def disbled? false) (def admin-account *caller*) (defn ^{:callable true} admin [code] (if disabled? (fail :STATE \"Administrative access is permenantly disabled.\") (if (not (= *caller* admin-account)) (fail :TRUST (str *caller* \" is not authorised to administrate on behalf of parent \" admin-account)) (eval code))))))"]Stack trace for error location
Log Entries (0)

No log entries were generated during transaction execution