| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The contract name. | [optional] |
| symbol | String | The contract symbol. | [optional] |
| decimals | BigDecimal | The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation. | [optional] |
| logoUri | String | The logo uri for the address. | [optional] |
| address | String | A wallet or contract address in mixed-case checksum encoding. |