Simplified contract management UI
Web3 Connection
ADDRESS: {{connection.address}}
network: {{connection?.network?.name}} ({{connection.network?.chainId}})

Contract Deploy or Connect

To deploy, paste in the build JSON output (from Waffle, Hardhat, Truffle, etc) that includes the contract bytecode property.

To connect to an existing contract, paste in the build JSON output (from Waffle, Hardhat, Truffle, etc) that includes the contract abi property and enter the contract address.

{{ errors }}
Contract connected to: {{ this.connection.contract.address }}

Contract Interaction

No Function Inputs

Returned Data

Status: {{selectedContractFunctionReturn?.status ? "Success" : "Failure" }}
Data: {{selectedContractFunctionReturn?.data}}