Creates an instance of the Contract class.
The contract's address.
The contract's ABI (JSON ABI or Interface instance).
The account or provider for interaction.
The account associated with the contract, if available.
A collection of functions available on the contract.
The unique contract identifier.
The contract's ABI interface.
The provider for interacting with the contract.
Build a function invocation scope for the provided function fragment.
The function fragment to build a scope for.
A function that creates a FunctionInvocationScope.
Create a multi-call invocation scope for the provided function invocation scopes.
An array of FunctionInvocationScopes to execute in a batch.
A MultiCallInvocationScope instance.
Contract
provides a way to interact with the contract program type.