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 0e8db7b4d313993e26613037528e1e86308c90aab8eb7d0b2ea981d57e528c46
0x0e8db7b4d313993e...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #135,:sequence 112,: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 amt) (call state (swap! assoc-in [artifact :amount] amount)) (return "Thanks for the tip!")))))))))}CVX representation of the transaction
Storage Size961Bytes 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 #170/amt) (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.003692439
Transaction fees paid in Convex Coins
Memory Used34Memory allocated/deallocated (bytes)
Log Entries (0)

No log entries were generated during transaction execution