π Security Data Glossary
camelCase for v1, v2. sanke_case for v3 and above for the same term
This document provides details on the security-related attributes of a token.
π Token Security Data Fields
Name | Type | Definition |
---|---|---|
| String | The wallet address of the token's owner. If not |
| Boolean | Indicates whether the token's metadata can be modified. If |
| Boolean | Derived from |
| Address | The account address with authority to freeze the token |
| Boolean | Indicates whether the token can be frozen.
|
| Boolean | Indicates whether the token follows the Token2022 standard. |
| Boolean | Specifies whether
|
| Contains transfer fee details (e.g., fee amount, epoch, maxFee, etc.). | |
| Boolean | Indicates whether token can be transferred.
|
π Example Data
{
"ownerAddress": null,
"mutableMetadata": true,
"renounced": true,
"freezeAuthority": "11111111111111111111111111111111",
"freezeable": false,
"isToken2022": true,
"transferFeeEnable": false,
"transferFeeData": {},
"nonTransferable": true
}
Updated 26 days ago