| Name | Type | Description | Notes |
|---|---|---|---|
| contractAddress | String | The address of the contract | |
| baseAssetId | String | The blockchain base assetId | |
| name | String | The name of the contract | |
| abi | List<AbiFunction> | The ABI of the contract | |
| isProxy | Boolean | Whether the contract is a proxy contract | [optional] |
| implementation | String | The implementation contract address | [optional] |
| isPublic | Boolean | Whether the contract ABI is public |