Module DeployPeriphery

Module DeployPeriphery 

Source
Expand description

Generated by the following Solidity interface…

interface DeployPeriphery {
    function IS_SCRIPT() external view returns (bool);
    function run() external;
    function setUp() external;
}

…which was generated by the following JSON ABI:

[
  {
    "type": "function",
    "name": "IS_SCRIPT",
    "inputs": [],
    "outputs": [
      {
        "name": "",
        "type": "bool",
        "internalType": "bool"
      }
    ],
    "stateMutability": "view"
  },
  {
    "type": "function",
    "name": "run",
    "inputs": [],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "setUp",
    "inputs": [],
    "outputs": [],
    "stateMutability": "nonpayable"
  }
]

Structs§

DeployPeripheryInstance
A DeployPeriphery instance.
IS_SCRIPTCall
Function with signature IS_SCRIPT() and selector 0xf8ccbf47.
IS_SCRIPTReturn
Container type for the return parameters of the IS_SCRIPT() function.
runCall
Function with signature run() and selector 0xc0406226.
runReturn
Container type for the return parameters of the run() function.
setUpCall
Function with signature setUp() and selector 0x0a9254e4.
setUpReturn
Container type for the return parameters of the setUp() function.

Enums§

DeployPeripheryCalls
Container for all the DeployPeriphery 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 DeployPeriphery contract instance.