ThirdwebContract.Create

Create an instance of ThirdwebContract to start interacting with a deployed smart contract. You can read data from and write data to the blockchain using this contract instance. If the ABI is not provided, it will attempt to fetch it automatically if available.

Usage

var contract = await ThirdwebContract.Create(client, "contractAddress", chainId, "optionalAbi");