Name | Type | Description | Notes |
---|---|---|---|
id | int | Internal TzKT id | [optional] |
type | string | Type of the account, `ghost` - contract that has been met among token holders, but hasn't been originated | [optional] |
address | string | Address of the contract | [optional] |
alias | string | Name of the ghost contract | [optional] |
active_tokens_count | int | Number of account tokens with non-zero balances | [optional] |
token_balances_count | int | Number of tokens the account ever had | [optional] |
token_transfers_count | int | Number of token transfers from/to the account | [optional] |
active_tickets_count | int | Number of tickets the account owns. | [optional] |
ticket_balances_count | int | Number of tickets the account ever owned. | [optional] |
ticket_transfers_count | int | Number of ticket transfers from/to the account. | [optional] |
first_activity | int | Block height at which the ghost contract appeared first time | [optional] |
first_activity_time | \DateTime | Block datetime at which the ghost contract appeared first time (ISO 8601, e.g. `2020-02-20T02:40:57Z`) | [optional] |
last_activity | int | Height of the block in which the ghost contract state was changed last time | [optional] |
last_activity_time | \DateTime | Datetime of the block in which the ghost contract state was changed last time (ISO 8601, e.g. `2020-02-20T02:40:57Z`) | [optional] |
extras | mixed | Off-chain extras | [optional] |
metadata | mixed | [DEPRECATED] | [optional] |