Module EmptyContract

Module EmptyContract 

Source
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§

EmptyContractInstance
A EmptyContract instance.
fooCall
Function with signature foo() and selector 0xc2985578.
fooReturn
Container type for the return parameters of the foo() function.

Enums§

EmptyContractCalls
Container for all the EmptyContract function 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 provider and constructor arguments, if any.
deploy_builder
Creates a RawCallBuilder for deploying this contract using the given provider and constructor arguments, if any.
new
Creates a new wrapper around an on-chain EmptyContract contract instance.