Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.5 KB

File metadata and controls

19 lines (16 loc) · 1.5 KB

Ghost

Properties

Name Type Description Notes
type str Type of the account, `ghost` - contract that has been met among token holders, but hasn't been originated [optional]
address str Address of the contract [optional]
alias str 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]
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]
metadata object Metadata of the ghost contract (alias, logo, website, contacts, etc) [optional]

[Back to Model list] [Back to API list] [Back to README]