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 602da4e2886b58874e44e4f59ff7a4b2f9019c033ee081cc4e9980708344900d
0x602da4e2886b5887...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #135,:sequence 32,:command (def state (deploy (quote (do (def frozen? false) (def parent *caller*) (defn parent? [] (= *caller* parent)) (def state {}) (defn ^{:callable true} swap! [afn & args] (cond (not (parent?)) (fail :TRUST (str *caller* " not authorised to update state on behalf of parent " parent)) (not (#{"dissoc","assoc"} (str afn))) (fail :ARGUMENT (str "Argument must be either assoc or dissoc. Not allowed: " afn)) :else (def state (apply afn state args)))) (defn ^{:callable true} upgrade [code] (if frozen? (fail :STATE "Cannot upgrade. The tipper logic has been frozen.") (if (not (parent?)) (fail :TRUST "Not authorised to upgrade") (eval code))))))))}CVX representation of the transaction
Storage Size1134Bytes consumed by transaction data
Transaction Result
FieldValueNotes
StatusSUCCESSTransaction executed successfully
Return Value#141Value returned by transaction
Juice Used26055Computational cost in juice units
Fees Paid
            0.100438287
Transaction fees paid in Convex Coins
Memory Used934Memory allocated/deallocated (bytes)
Log Entries (0)

No log entries were generated during transaction execution