Versions in this module Expand all Collapse all v0 v0.0.38 May 15, 2024 Changes in this version + var SimplestorageABI = SimplestorageMetaData.ABI + var SimplestorageMetaData = &bind.MetaData + type Simplestorage struct + func NewSimplestorage(address common.Address, backend bind.ContractBackend) (*Simplestorage, error) + type SimplestorageCaller struct + func NewSimplestorageCaller(address common.Address, caller bind.ContractCaller) (*SimplestorageCaller, error) + func (_Simplestorage *SimplestorageCaller) Bad(opts *bind.CallOpts) error + func (_Simplestorage *SimplestorageCaller) Get(opts *bind.CallOpts) (*big.Int, error) + type SimplestorageCallerRaw struct + Contract *SimplestorageCaller + func (_Simplestorage *SimplestorageCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type SimplestorageCallerSession struct + CallOpts bind.CallOpts + Contract *SimplestorageCaller + func (_Simplestorage *SimplestorageCallerSession) Bad() error + func (_Simplestorage *SimplestorageCallerSession) Get() (*big.Int, error) + type SimplestorageFilterer struct + func NewSimplestorageFilterer(address common.Address, filterer bind.ContractFilterer) (*SimplestorageFilterer, error) + func (_Simplestorage *SimplestorageFilterer) FilterSetEvent(opts *bind.FilterOpts) (*SimplestorageSetEventIterator, error) + func (_Simplestorage *SimplestorageFilterer) ParseSetEvent(log types.Log) (*SimplestorageSetEvent, error) + func (_Simplestorage *SimplestorageFilterer) WatchSetEvent(opts *bind.WatchOpts, sink chan<- *SimplestorageSetEvent) (event.Subscription, error) + type SimplestorageRaw struct + Contract *Simplestorage + func (_Simplestorage *SimplestorageRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Simplestorage *SimplestorageRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Simplestorage *SimplestorageRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type SimplestorageSession struct + CallOpts bind.CallOpts + Contract *Simplestorage + TransactOpts bind.TransactOpts + func (_Simplestorage *SimplestorageSession) Bad() error + func (_Simplestorage *SimplestorageSession) Get() (*big.Int, error) + func (_Simplestorage *SimplestorageSession) Set(value *big.Int) (*types.Transaction, error) + type SimplestorageSetEvent struct + Raw types.Log + Value *big.Int + type SimplestorageSetEventIterator struct + Event *SimplestorageSetEvent + func (it *SimplestorageSetEventIterator) Close() error + func (it *SimplestorageSetEventIterator) Error() error + func (it *SimplestorageSetEventIterator) Next() bool + type SimplestorageTransactor struct + func NewSimplestorageTransactor(address common.Address, transactor bind.ContractTransactor) (*SimplestorageTransactor, error) + func (_Simplestorage *SimplestorageTransactor) Set(opts *bind.TransactOpts, value *big.Int) (*types.Transaction, error) + type SimplestorageTransactorRaw struct + Contract *SimplestorageTransactor + func (_Simplestorage *SimplestorageTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Simplestorage *SimplestorageTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type SimplestorageTransactorSession struct + Contract *SimplestorageTransactor + TransactOpts bind.TransactOpts + func (_Simplestorage *SimplestorageTransactorSession) Set(value *big.Int) (*types.Transaction, error)