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 59c188ec50ad9bccb669cfc6ba31a6d774659b0a2f4cacc66402169d89e4de01
0x59c188ec50ad9bcc...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #135,:sequence 7,:command (def test-upgradable-actor (deploy (quote (do (def owner *caller*) (def enabled? true) (defn ^{:callable true} upgrade [code] (if-not enabled? (fail :STATE "No longer enabled for upgrade")) (if (and enabled? (= *caller* owner)) (eval code) (fail :TRUST "Not authorised to upgrade")))))))}CVX representation of the transaction
Storage Size568Bytes consumed by transaction data
Transaction Result
FieldValueNotes
StatusSUCCESSTransaction executed successfully
Return Value#137Value returned by transaction
Juice Used13250Computational cost in juice units
Fees Paid
            0.056021575
Transaction fees paid in Convex Coins
Memory Used379Memory allocated/deallocated (bytes)
Log Entries (0)

No log entries were generated during transaction execution