Expand description
Generated by the following Solidity interface…
interface EmptyContract {
function foo() external pure returns (uint256);
}…which was generated by the following JSON ABI:
[
{
"type": "function",
"name": "foo",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "pure"
}
]Structs§
- Empty
Contract Instance - A
EmptyContractinstance. - fooCall
- Function with signature
foo()and selector0xc2985578. - fooReturn
- Container type for the return parameters of the
foo()function.
Enums§
- Empty
Contract Calls - Container for all the
EmptyContractfunction calls.
Statics§
- BYTECODE
- The creation / init bytecode of the contract.
- DEPLOYED_
BYTECODE - The runtime bytecode of the contract, as deployed on the network.
Functions§
- deploy
- Deploys this contract using the given
providerand constructor arguments, if any. - deploy_
builder - Creates a
RawCallBuilderfor deploying this contract using the givenproviderand constructor arguments, if any. - new
- Creates a new wrapper around an on-chain
EmptyContractcontract instance.