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 6c91ce986ad03659eedb8ab193ec11b1a05391c65222f833030767f13fed698e
0x6c91ce986ad03659...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #135,:sequence 111,:command (call tipper6 (upgrade (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 Size963Bytes consumed by transaction data
Transaction Result
FieldValueNotes
StatusERRORTransaction failed with error
Error Message"Account #170 does not define Symbol: upgrade"Error message from failed transaction
Error Code:STATEOperation failed due to invalid state - check pre-conditions
Juice Used2790Computational cost in juice units
Fees Paid
            0.000193300
Transaction fees paid in Convex Coins
Stack Trace["In core function: call*" "In expression: (call* #135/tipper6 0 upgrade (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!\")))))))"]Stack trace for error location
Log Entries (0)

No log entries were generated during transaction execution