Versions in this module Expand all Collapse all v1 v1.1.3 Jan 20, 2025 v1.1.2 Jan 20, 2025 Changes in this version + var CallerABI = CallerMetaData.ABI + var CallerBin = CallerMetaData.Bin + var CallerMetaData = &bind.MetaData + type Caller struct + func DeployCaller(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Caller, error) + func NewCaller(address common.Address, backend bind.ContractBackend) (*Caller, error) + type CallerCaller struct + func NewCallerCaller(address common.Address, caller bind.ContractCaller) (*CallerCaller, error) + type CallerCallerRaw struct + Contract *CallerCaller + func (_Caller *CallerCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type CallerCallerSession struct + CallOpts bind.CallOpts + Contract *CallerCaller + type CallerFilterer struct + func NewCallerFilterer(address common.Address, filterer bind.ContractFilterer) (*CallerFilterer, error) + type CallerRaw struct + Contract *Caller + func (_Caller *CallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Caller *CallerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Caller *CallerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type CallerSession struct + CallOpts bind.CallOpts + Contract *Caller + TransactOpts bind.TransactOpts + func (_Caller *CallerSession) Call(_contract common.Address, _num *big.Int) (*types.Transaction, error) + func (_Caller *CallerSession) DelegateCall(_contract common.Address, _num *big.Int) (*types.Transaction, error) + func (_Caller *CallerSession) InvalidStaticCallLessParameters(_contract common.Address) (*types.Transaction, error) + func (_Caller *CallerSession) InvalidStaticCallMoreParameters(_contract common.Address) (*types.Transaction, error) + func (_Caller *CallerSession) InvalidStaticCallWithInnerCall(_contract common.Address) (*types.Transaction, error) + func (_Caller *CallerSession) MultiCall(_contract common.Address, _num *big.Int) (*types.Transaction, error) + func (_Caller *CallerSession) PreEcrecover0() (*types.Transaction, error) + func (_Caller *CallerSession) StaticCall(_contract common.Address) (*types.Transaction, error) + type CallerTransactor struct + func NewCallerTransactor(address common.Address, transactor bind.ContractTransactor) (*CallerTransactor, error) + func (_Caller *CallerTransactor) Call(opts *bind.TransactOpts, _contract common.Address, _num *big.Int) (*types.Transaction, error) + func (_Caller *CallerTransactor) DelegateCall(opts *bind.TransactOpts, _contract common.Address, _num *big.Int) (*types.Transaction, error) + func (_Caller *CallerTransactor) InvalidStaticCallLessParameters(opts *bind.TransactOpts, _contract common.Address) (*types.Transaction, error) + func (_Caller *CallerTransactor) InvalidStaticCallMoreParameters(opts *bind.TransactOpts, _contract common.Address) (*types.Transaction, error) + func (_Caller *CallerTransactor) InvalidStaticCallWithInnerCall(opts *bind.TransactOpts, _contract common.Address) (*types.Transaction, error) + func (_Caller *CallerTransactor) MultiCall(opts *bind.TransactOpts, _contract common.Address, _num *big.Int) (*types.Transaction, error) + func (_Caller *CallerTransactor) PreEcrecover0(opts *bind.TransactOpts) (*types.Transaction, error) + func (_Caller *CallerTransactor) StaticCall(opts *bind.TransactOpts, _contract common.Address) (*types.Transaction, error) + type CallerTransactorRaw struct + Contract *CallerTransactor + func (_Caller *CallerTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Caller *CallerTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type CallerTransactorSession struct + Contract *CallerTransactor + TransactOpts bind.TransactOpts + func (_Caller *CallerTransactorSession) Call(_contract common.Address, _num *big.Int) (*types.Transaction, error) + func (_Caller *CallerTransactorSession) DelegateCall(_contract common.Address, _num *big.Int) (*types.Transaction, error) + func (_Caller *CallerTransactorSession) InvalidStaticCallLessParameters(_contract common.Address) (*types.Transaction, error) + func (_Caller *CallerTransactorSession) InvalidStaticCallMoreParameters(_contract common.Address) (*types.Transaction, error) + func (_Caller *CallerTransactorSession) InvalidStaticCallWithInnerCall(_contract common.Address) (*types.Transaction, error) + func (_Caller *CallerTransactorSession) MultiCall(_contract common.Address, _num *big.Int) (*types.Transaction, error) + func (_Caller *CallerTransactorSession) PreEcrecover0() (*types.Transaction, error) + func (_Caller *CallerTransactorSession) StaticCall(_contract common.Address) (*types.Transaction, error)