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 769d4a6608f11ba585aedd15742fe8ab60e9c44aae76ac8470430834b2c44ae6
0x769d4a6608f11ba5...
Hash code of the transaction object
TypeInvokeType of transaction. Most common is 'Invoke' for general purpose execution.
Transaction Data{:origin #135,:sequence 8,: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 (= *caller* owner) (eval code) (fail :TRUST "Not authorised to upgrade"))))))))}CVX representation of the transaction
Storage Size587Bytes consumed by transaction data
Transaction Result
FieldValueNotes
StatusSUCCESSTransaction executed successfully
Return Value#138Value returned by transaction
Juice Used11920Computational cost in juice units
Fees Paid
            0.047931797
Transaction fees paid in Convex Coins
Memory Used324Memory allocated/deallocated (bytes)
Log Entries (0)

No log entries were generated during transaction execution