Convex

Convex

Account #157
Account 158 / 14299
FieldValueNotes
Account Key
Identicon for 7a033e78d6111f85a42aadc98d17210312b3128aa228f7884ccdea13cbfae1bc
0x7a033e78d6111f85...
Ed25519 public key (null for actors)
Balance
            0.986814974
Convex coin balance
Account Fields
FieldValueDescription
:sequence4Number of transactions executed by this account to date.
:key
Identicon for 7a033e78d6111f85a42aadc98d17210312b3128aa228f7884ccdea13cbfae1bc
0x7a033e78d6111f85a42aadc98d17210312b3128aa228f7884ccdea13cbfae1bc
Ed25519 public key of this account. If nil, account cannot execute external transactions (e.g. an actor).
:balance
            0.986814974
CVM balance of account. This is used for transaction fees and may be freely transferred.
:allowance28Memory 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#11Account 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!
:environment2 value(s)Symbols defined in this account. Typically used to store data or executable code.
:metadata1 value(s)Metadata attached to symbols defined in this account.
:parentnilParent account. This defines fallback values for symbols not defined in this account.
Environment (2)

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

SymbolValueDescription
create-actor-account(fn [] (let [code (do (defn init [] (def admin *caller*)) (assert (> (balance *caller*) 1000)) (init)) addr (deploy %0) ] %1))nil
controller-addressnilnil
Holdings (Empty)

Holdings track token balances and other indexed values by address.

AddressValue