Documentation ¶
Index ¶
- Variables
- type TriggerErrors
- type TriggerErrorsCaller
- type TriggerErrorsCallerRaw
- type TriggerErrorsCallerSession
- type TriggerErrorsFilterer
- type TriggerErrorsRaw
- func (_TriggerErrors *TriggerErrorsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_TriggerErrors *TriggerErrorsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_TriggerErrors *TriggerErrorsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type TriggerErrorsSession
- func (_TriggerErrors *TriggerErrorsSession) Count() (*big.Int, error)
- func (_TriggerErrors *TriggerErrorsSession) OutOfCountersKeccaks() ([32]byte, error)
- func (_TriggerErrors *TriggerErrorsSession) OutOfCountersPoseidon() (*types.Transaction, error)
- func (_TriggerErrors *TriggerErrorsSession) OutOfCountersSteps() error
- func (_TriggerErrors *TriggerErrorsSession) OutOfGas() (*types.Transaction, error)
- type TriggerErrorsTransactor
- type TriggerErrorsTransactorRaw
- type TriggerErrorsTransactorSession
Constants ¶
This section is empty.
Variables ¶
var TriggerErrorsABI = TriggerErrorsMetaData.ABI
TriggerErrorsABI is the input ABI used to generate the binding from. Deprecated: Use TriggerErrorsMetaData.ABI instead.
var TriggerErrorsBin = TriggerErrorsMetaData.Bin
TriggerErrorsBin is the compiled bytecode used for deploying new contracts. Deprecated: Use TriggerErrorsMetaData.Bin instead.
var TriggerErrorsMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"count\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"outOfCountersKeccaks\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"test\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"outOfCountersPoseidon\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"outOfCountersSteps\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"outOfGas\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
Bin: "0x60806040526000805534801561001457600080fd5b5061016c806100246000396000f3fe608060405234801561001057600080fd5b50600436106100575760003560e01c806306661abd1461005c5780632621002a1461007757806331fe52e8146100835780638bd7b5381461008d578063cb4e8cd114610095575b600080fd5b61006560005481565b60405190815260200160405180910390f35b620f4240600020610065565b61008b61009d565b005b61008b6100c3565b61008b6100e9565b60005b60648110156100c0578060005580806100b89061010d565b9150506100a0565b50565b60005b620186a08110156100c0576104d2600052806100e18161010d565b9150506100c6565b60005b61c3508110156100c0578060005580806101059061010d565b9150506100ec565b600060001982141561012f57634e487b7160e01b600052601160045260246000fd5b506001019056fea264697066735822122097beacfaa873e4896937143dfea406cc278b929a28023f7e7020b6dea6e9fc7364736f6c634300080c0033",
}
TriggerErrorsMetaData contains all meta data concerning the TriggerErrors contract.
Functions ¶
This section is empty.
Types ¶
type TriggerErrors ¶
type TriggerErrors struct { TriggerErrorsCaller // Read-only binding to the contract TriggerErrorsTransactor // Write-only binding to the contract TriggerErrorsFilterer // Log filterer for contract events }
TriggerErrors is an auto generated Go binding around an Ethereum contract.
func DeployTriggerErrors ¶
func DeployTriggerErrors(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *TriggerErrors, error)
DeployTriggerErrors deploys a new Ethereum contract, binding an instance of TriggerErrors to it.
func NewTriggerErrors ¶
func NewTriggerErrors(address common.Address, backend bind.ContractBackend) (*TriggerErrors, error)
NewTriggerErrors creates a new instance of TriggerErrors, bound to a specific deployed contract.
type TriggerErrorsCaller ¶
type TriggerErrorsCaller struct {
// contains filtered or unexported fields
}
TriggerErrorsCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewTriggerErrorsCaller ¶
func NewTriggerErrorsCaller(address common.Address, caller bind.ContractCaller) (*TriggerErrorsCaller, error)
NewTriggerErrorsCaller creates a new read-only instance of TriggerErrors, bound to a specific deployed contract.
func (*TriggerErrorsCaller) Count ¶
Count is a free data retrieval call binding the contract method 0x06661abd.
Solidity: function count() view returns(uint256)
func (*TriggerErrorsCaller) OutOfCountersKeccaks ¶
func (_TriggerErrors *TriggerErrorsCaller) OutOfCountersKeccaks(opts *bind.CallOpts) ([32]byte, error)
OutOfCountersKeccaks is a free data retrieval call binding the contract method 0x2621002a.
Solidity: function outOfCountersKeccaks() pure returns(bytes32 test)
func (*TriggerErrorsCaller) OutOfCountersSteps ¶
func (_TriggerErrors *TriggerErrorsCaller) OutOfCountersSteps(opts *bind.CallOpts) error
OutOfCountersSteps is a free data retrieval call binding the contract method 0x8bd7b538.
Solidity: function outOfCountersSteps() pure returns()
type TriggerErrorsCallerRaw ¶
type TriggerErrorsCallerRaw struct {
Contract *TriggerErrorsCaller // Generic read-only contract binding to access the raw methods on
}
TriggerErrorsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*TriggerErrorsCallerRaw) Call ¶
func (_TriggerErrors *TriggerErrorsCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
type TriggerErrorsCallerSession ¶
type TriggerErrorsCallerSession struct { Contract *TriggerErrorsCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
TriggerErrorsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*TriggerErrorsCallerSession) Count ¶
func (_TriggerErrors *TriggerErrorsCallerSession) Count() (*big.Int, error)
Count is a free data retrieval call binding the contract method 0x06661abd.
Solidity: function count() view returns(uint256)
func (*TriggerErrorsCallerSession) OutOfCountersKeccaks ¶
func (_TriggerErrors *TriggerErrorsCallerSession) OutOfCountersKeccaks() ([32]byte, error)
OutOfCountersKeccaks is a free data retrieval call binding the contract method 0x2621002a.
Solidity: function outOfCountersKeccaks() pure returns(bytes32 test)
func (*TriggerErrorsCallerSession) OutOfCountersSteps ¶
func (_TriggerErrors *TriggerErrorsCallerSession) OutOfCountersSteps() error
OutOfCountersSteps is a free data retrieval call binding the contract method 0x8bd7b538.
Solidity: function outOfCountersSteps() pure returns()
type TriggerErrorsFilterer ¶
type TriggerErrorsFilterer struct {
// contains filtered or unexported fields
}
TriggerErrorsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewTriggerErrorsFilterer ¶
func NewTriggerErrorsFilterer(address common.Address, filterer bind.ContractFilterer) (*TriggerErrorsFilterer, error)
NewTriggerErrorsFilterer creates a new log filterer instance of TriggerErrors, bound to a specific deployed contract.
type TriggerErrorsRaw ¶
type TriggerErrorsRaw struct {
Contract *TriggerErrors // Generic contract binding to access the raw methods on
}
TriggerErrorsRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*TriggerErrorsRaw) Call ¶
func (_TriggerErrors *TriggerErrorsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
func (*TriggerErrorsRaw) Transact ¶
func (_TriggerErrors *TriggerErrorsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*TriggerErrorsRaw) Transfer ¶
func (_TriggerErrors *TriggerErrorsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type TriggerErrorsSession ¶
type TriggerErrorsSession struct { Contract *TriggerErrors // Generic contract binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
TriggerErrorsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*TriggerErrorsSession) Count ¶
func (_TriggerErrors *TriggerErrorsSession) Count() (*big.Int, error)
Count is a free data retrieval call binding the contract method 0x06661abd.
Solidity: function count() view returns(uint256)
func (*TriggerErrorsSession) OutOfCountersKeccaks ¶
func (_TriggerErrors *TriggerErrorsSession) OutOfCountersKeccaks() ([32]byte, error)
OutOfCountersKeccaks is a free data retrieval call binding the contract method 0x2621002a.
Solidity: function outOfCountersKeccaks() pure returns(bytes32 test)
func (*TriggerErrorsSession) OutOfCountersPoseidon ¶
func (_TriggerErrors *TriggerErrorsSession) OutOfCountersPoseidon() (*types.Transaction, error)
OutOfCountersPoseidon is a paid mutator transaction binding the contract method 0xcb4e8cd1.
Solidity: function outOfCountersPoseidon() returns()
func (*TriggerErrorsSession) OutOfCountersSteps ¶
func (_TriggerErrors *TriggerErrorsSession) OutOfCountersSteps() error
OutOfCountersSteps is a free data retrieval call binding the contract method 0x8bd7b538.
Solidity: function outOfCountersSteps() pure returns()
func (*TriggerErrorsSession) OutOfGas ¶
func (_TriggerErrors *TriggerErrorsSession) OutOfGas() (*types.Transaction, error)
OutOfGas is a paid mutator transaction binding the contract method 0x31fe52e8.
Solidity: function outOfGas() returns()
type TriggerErrorsTransactor ¶
type TriggerErrorsTransactor struct {
// contains filtered or unexported fields
}
TriggerErrorsTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewTriggerErrorsTransactor ¶
func NewTriggerErrorsTransactor(address common.Address, transactor bind.ContractTransactor) (*TriggerErrorsTransactor, error)
NewTriggerErrorsTransactor creates a new write-only instance of TriggerErrors, bound to a specific deployed contract.
func (*TriggerErrorsTransactor) OutOfCountersPoseidon ¶
func (_TriggerErrors *TriggerErrorsTransactor) OutOfCountersPoseidon(opts *bind.TransactOpts) (*types.Transaction, error)
OutOfCountersPoseidon is a paid mutator transaction binding the contract method 0xcb4e8cd1.
Solidity: function outOfCountersPoseidon() returns()
func (*TriggerErrorsTransactor) OutOfGas ¶
func (_TriggerErrors *TriggerErrorsTransactor) OutOfGas(opts *bind.TransactOpts) (*types.Transaction, error)
OutOfGas is a paid mutator transaction binding the contract method 0x31fe52e8.
Solidity: function outOfGas() returns()
type TriggerErrorsTransactorRaw ¶
type TriggerErrorsTransactorRaw struct {
Contract *TriggerErrorsTransactor // Generic write-only contract binding to access the raw methods on
}
TriggerErrorsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*TriggerErrorsTransactorRaw) Transact ¶
func (_TriggerErrors *TriggerErrorsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*TriggerErrorsTransactorRaw) Transfer ¶
func (_TriggerErrors *TriggerErrorsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type TriggerErrorsTransactorSession ¶
type TriggerErrorsTransactorSession struct { Contract *TriggerErrorsTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
TriggerErrorsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*TriggerErrorsTransactorSession) OutOfCountersPoseidon ¶
func (_TriggerErrors *TriggerErrorsTransactorSession) OutOfCountersPoseidon() (*types.Transaction, error)
OutOfCountersPoseidon is a paid mutator transaction binding the contract method 0xcb4e8cd1.
Solidity: function outOfCountersPoseidon() returns()
func (*TriggerErrorsTransactorSession) OutOfGas ¶
func (_TriggerErrors *TriggerErrorsTransactorSession) OutOfGas() (*types.Transaction, error)
OutOfGas is a paid mutator transaction binding the contract method 0x31fe52e8.
Solidity: function outOfGas() returns()