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 88dc8c353ae5bc34ed24edf172db96addbb781e51938df5b5f8ad0361ea72e67
0x88dc8c353ae5bc34...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #135,:sequence 115,:command (call tipper6 (admin (quote (do (defn ^{:callable true} add-amount [artifact amount] (let [tips (call state (deref)) sender (:sender (get tips artifact))] (cond (not (= *caller* sender)) (fail :TRUST (str *caller* " not authorised to add amount on behalf of " sender)) (not (> amount 0)) (fail :FUNDS "No tip offered!") :else (do (accept amount) (transfer tip-state amount) (call state (swap! assoc-in [artifact :amount] amount)) (return "Thanks for the tip!")))))))))}CVX representation of the transaction
Storage Size964Bytes consumed by transaction data
Transaction Result
FieldValueNotes
StatusSUCCESSTransaction executed successfully
Return Value(fn [artifact amount] (let [tips (call* #170/state 0 deref) sender (:sender (get %2 %0)) ] (cond (not (= *caller* %3)) (fail :TRUST (str *caller* " not authorised to add amount on behalf of " %3)) (not (> %1 0)) (fail :FUNDS "No tip offered!") :else (do (accept %1) (transfer #170/tip-state %1) (call* #170/state 0 swap! assoc-in (vector %0 :amount) %1) (return "Thanks for the tip!")))))Value returned by transaction
Juice Used23820Computational cost in juice units
Fees Paid
            0.000403800
Transaction fees paid in Convex Coins
Log Entries (0)

No log entries were generated during transaction execution