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 0ad246eb7ed657fbe86209ceab9d72b2c6eb779d7290fe7e38422c0292865658
0x0ad246eb7ed657fb...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #135,:sequence 41,:command (def state (deploy (quote (do (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))))) (def frozen? false) (def parent *caller*) (defn ^{:callable true} admin [code] (if frozen? (fail :STATE "Administrative access is permenantly disabled.") (if (not (= *caller* parent)) (fail :TRUST (str *caller* " is not authorised to administrate on behalf of parent " parent)) (eval code))))))))}CVX representation of the transaction
Storage Size1075Bytes consumed by transaction data
Transaction Result
FieldValueNotes
StatusSUCCESSTransaction executed successfully
Return Value#145Value returned by transaction
Juice Used20475Computational cost in juice units
Fees Paid
            0.056599170
Transaction fees paid in Convex Coins
Memory Used527Memory allocated/deallocated (bytes)
Log Entries (0)

No log entries were generated during transaction execution