Versions in this module Expand all Collapse all v0 v0.0.1 Aug 28, 2022 Changes in this version + const GreeterABI + type Greeter struct + func NewGreeter(address common.Address, backend bind.ContractBackend) (*Greeter, error) + type GreeterCaller struct + func NewGreeterCaller(address common.Address, caller bind.ContractCaller) (*GreeterCaller, error) + func (_Greeter *GreeterCaller) GetNGreeting(opts *bind.CallOpts) (*big.Int, error) + func (_Greeter *GreeterCaller) Greet(opts *bind.CallOpts) (string, error) + func (_Greeter *GreeterCaller) Ngreeting(opts *bind.CallOpts) (*big.Int, error) + func (_Greeter *GreeterCaller) Owner(opts *bind.CallOpts) (common.Address, error) + func (_Greeter *GreeterCaller) Xgreeting(opts *bind.CallOpts) (string, error) + type GreeterCallerRaw struct + Contract *GreeterCaller + func (_Greeter *GreeterCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + type GreeterCallerSession struct + CallOpts bind.CallOpts + Contract *GreeterCaller + func (_Greeter *GreeterCallerSession) GetNGreeting() (*big.Int, error) + func (_Greeter *GreeterCallerSession) Greet() (string, error) + func (_Greeter *GreeterCallerSession) Ngreeting() (*big.Int, error) + func (_Greeter *GreeterCallerSession) Owner() (common.Address, error) + func (_Greeter *GreeterCallerSession) Xgreeting() (string, error) + type GreeterFilterer struct + func NewGreeterFilterer(address common.Address, filterer bind.ContractFilterer) (*GreeterFilterer, error) + func (_Greeter *GreeterFilterer) FilterReportGreetingChangedEvent(opts *bind.FilterOpts) (*GreeterReportGreetingChangedEventIterator, error) + func (_Greeter *GreeterFilterer) FilterReportGreetingEvent(opts *bind.FilterOpts) (*GreeterReportGreetingEventIterator, error) + func (_Greeter *GreeterFilterer) WatchReportGreetingChangedEvent(opts *bind.WatchOpts, sink chan<- *GreeterReportGreetingChangedEvent) (event.Subscription, error) + func (_Greeter *GreeterFilterer) WatchReportGreetingEvent(opts *bind.WatchOpts, sink chan<- *GreeterReportGreetingEvent) (event.Subscription, error) + type GreeterRaw struct + Contract *Greeter + func (_Greeter *GreeterRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + func (_Greeter *GreeterRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Greeter *GreeterRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type GreeterReportGreetingChangedEvent struct + Greeting string + Raw types.Log + type GreeterReportGreetingChangedEventIterator struct + Event *GreeterReportGreetingChangedEvent + func (it *GreeterReportGreetingChangedEventIterator) Close() error + func (it *GreeterReportGreetingChangedEventIterator) Error() error + func (it *GreeterReportGreetingChangedEventIterator) Next() bool + type GreeterReportGreetingEvent struct + Greeting string + Raw types.Log + type GreeterReportGreetingEventIterator struct + Event *GreeterReportGreetingEvent + func (it *GreeterReportGreetingEventIterator) Close() error + func (it *GreeterReportGreetingEventIterator) Error() error + func (it *GreeterReportGreetingEventIterator) Next() bool + type GreeterSession struct + CallOpts bind.CallOpts + Contract *Greeter + TransactOpts bind.TransactOpts + func (_Greeter *GreeterSession) GetGreeting() (*types.Transaction, error) + func (_Greeter *GreeterSession) GetNGreeting() (*big.Int, error) + func (_Greeter *GreeterSession) Greet() (string, error) + func (_Greeter *GreeterSession) Greeter(_greeting string) (*types.Transaction, error) + func (_Greeter *GreeterSession) Kill() (*types.Transaction, error) + func (_Greeter *GreeterSession) Ngreeting() (*big.Int, error) + func (_Greeter *GreeterSession) Owner() (common.Address, error) + func (_Greeter *GreeterSession) SetGreeting(_greeting string) (*types.Transaction, error) + func (_Greeter *GreeterSession) SetNGreeting(_greeting *big.Int) (*types.Transaction, error) + func (_Greeter *GreeterSession) Test01(aNum *big.Int) (*types.Transaction, error) + func (_Greeter *GreeterSession) Withdraw() (*types.Transaction, error) + func (_Greeter *GreeterSession) WithdrawAmount(_amt *big.Int) (*types.Transaction, error) + func (_Greeter *GreeterSession) Xgreeting() (string, error) + type GreeterTransactor struct + func NewGreeterTransactor(address common.Address, transactor bind.ContractTransactor) (*GreeterTransactor, error) + func (_Greeter *GreeterTransactor) GetGreeting(opts *bind.TransactOpts) (*types.Transaction, error) + func (_Greeter *GreeterTransactor) Greeter(opts *bind.TransactOpts, _greeting string) (*types.Transaction, error) + func (_Greeter *GreeterTransactor) Kill(opts *bind.TransactOpts) (*types.Transaction, error) + func (_Greeter *GreeterTransactor) SetGreeting(opts *bind.TransactOpts, _greeting string) (*types.Transaction, error) + func (_Greeter *GreeterTransactor) SetNGreeting(opts *bind.TransactOpts, _greeting *big.Int) (*types.Transaction, error) + func (_Greeter *GreeterTransactor) Test01(opts *bind.TransactOpts, aNum *big.Int) (*types.Transaction, error) + func (_Greeter *GreeterTransactor) Withdraw(opts *bind.TransactOpts) (*types.Transaction, error) + func (_Greeter *GreeterTransactor) WithdrawAmount(opts *bind.TransactOpts, _amt *big.Int) (*types.Transaction, error) + type GreeterTransactorRaw struct + Contract *GreeterTransactor + func (_Greeter *GreeterTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Greeter *GreeterTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type GreeterTransactorSession struct + Contract *GreeterTransactor + TransactOpts bind.TransactOpts + func (_Greeter *GreeterTransactorSession) GetGreeting() (*types.Transaction, error) + func (_Greeter *GreeterTransactorSession) Greeter(_greeting string) (*types.Transaction, error) + func (_Greeter *GreeterTransactorSession) Kill() (*types.Transaction, error) + func (_Greeter *GreeterTransactorSession) SetGreeting(_greeting string) (*types.Transaction, error) + func (_Greeter *GreeterTransactorSession) SetNGreeting(_greeting *big.Int) (*types.Transaction, error) + func (_Greeter *GreeterTransactorSession) Test01(aNum *big.Int) (*types.Transaction, error) + func (_Greeter *GreeterTransactorSession) Withdraw() (*types.Transaction, error) + func (_Greeter *GreeterTransactorSession) WithdrawAmount(_amt *big.Int) (*types.Transaction, error)