:sequence | 1 | Number of transactions executed by this account to date. |
:key |  0xd622f4df1b5696f33b8b707823e4b1cb0cc7e19698ccfa034f4a173f3fc89f88
| Ed25519 public key of this account. If nil, account cannot execute external transactions (e.g. an actor). |
:balance | 133,199.999956350
| CVM balance of account. This is used for transaction fees and may be freely transferred. |
:allowance | 9971 | Memory allowance credit on the CVM. If positive, the account may allocated up to this amount of memory before incurring fees for additional memory. |
:holdings | 0 value(s) | Storage for holdings data referenced by other accounts. |
:controller | #7 | Account 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! |
:environment | 0 value(s) | Symbols defined in this account. Typically used to store data or executable code. |
:metadata | 0 value(s) | Metadata attached to symbols defined in this account. |
:parent | nil | Parent account. This defines fallback values for symbols not defined in this account. |