Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 664 Bytes

ContractWithAbiDto.md

File metadata and controls

19 lines (11 loc) · 664 Bytes

ContractWithAbiDto

Properties

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