A Contract object is an abstraction of a contract (EVM bytecode) deployed on the Ethereum network. It allows for a simple way to serialize calls and transactions to an on-chain contract and deserialize their results and emitted logs.
A ContractFactory is an abstraction of a contract's bytecode and facilitates deploying a contract.
The content of this site is licensed under the Creative Commons License. Generated on April 6, 2023, 1:54am.