Convex

Convex

Account #70
Account 71 / 14299
FieldValueNotes
Account KeynullEd25519 public key (null for actors)
Balance
            0.000000000
Convex coin balance
Account Fields
FieldValueDescription
:sequence0Number of transactions executed by this account to date.
:keynilEd25519 public key of this account. If nil, account cannot execute external transactions (e.g. an actor).
:balance
            0.000000000
CVM balance of account. This is used for transaction fees and may be freely transferred.
:allowance0Memory allowance credit on the CVM. If positive, the account may allocated up to this amount of memory before incurring fees for additional memory.
:holdings0 value(s)Storage for holdings data referenced by other accounts.
:controller#6Account controller. If set, the controller can execute code in this account (e.g. change the key). If you don't trust the controller, don't trust the account!
:environment6 value(s)Symbols defined in this account. Typically used to store data or executable code.
:metadata6 value(s)Metadata attached to symbols defined in this account.
:parentnilParent account. This defines fallback values for symbols not defined in this account.
Environment (6)

The Environment contains symbols defined in this account. These may be referenced like: #45/symbol-name

SymbolValueDescription
create(fn ([] (#70/create #69)) ([actor] (call* %0 0 create)))"Creates a new box and returns its id."
asset-lib#65nil
burn(fn ([set-box-ids] (#70/burn #69 %0)) ([actor set-box-ids] (call* %0 0 burn %1)))"Destroys a set of box ids which must be owned and empty."
box.actor#69nil
remove(fn ([box asset] (call* %0 0 remove %1)))"Removes an asset from the given box."
insert(fn ([box asset] (#65/transfer %0 %1)))"Inserts an asset into a box."
Holdings (Empty)

Holdings track token balances and other indexed values by address.

AddressValue