| Status | ERROR | Transaction failed with error |
| Error Message | "Account #170 does not define Symbol: upgrade" | Error message from failed transaction |
| Error Code | :STATE | Operation failed due to invalid state - check pre-conditions |
| Juice Used | 2790 | Computational 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 |