Module Strings

Module Strings 

Source
Expand description

Generated by the following Solidity interface…

interface Strings {
    error StringsInsufficientHexLength(uint256 value, uint256 length);
}

…which was generated by the following JSON ABI:

[
  {
    "type": "error",
    "name": "StringsInsufficientHexLength",
    "inputs": [
      {
        "name": "value",
        "type": "uint256",
        "internalType": "uint256"
      },
      {
        "name": "length",
        "type": "uint256",
        "internalType": "uint256"
      }
    ]
  }
]

Structs§

StringsInstance
A Strings instance.
StringsInsufficientHexLength
Custom error with signature StringsInsufficientHexLength(uint256,uint256) and selector 0xe22e27eb.

Enums§

StringsErrors
Container for all the Strings custom errors.

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 Strings contract instance.