Versions in this module Expand all Collapse all v0 v0.0.1 Dec 19, 2024 Changes in this version + var DepositcontractABI = DepositcontractMetaData.ABI + var DepositcontractBin = DepositcontractMetaData.Bin + var DepositcontractMetaData = &bind.MetaData + type Depositcontract struct + func DeployDepositcontract(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Depositcontract, error) + func NewDepositcontract(address common.Address, backend bind.ContractBackend) (*Depositcontract, error) + type DepositcontractCaller struct + func NewDepositcontractCaller(address common.Address, caller bind.ContractCaller) (*DepositcontractCaller, error) + func (_Depositcontract *DepositcontractCaller) DepositCount(opts *bind.CallOpts) (*big.Int, error) + func (_Depositcontract *DepositcontractCaller) GetDepositRoot(opts *bind.CallOpts) ([32]byte, error) + func (_Depositcontract *DepositcontractCaller) GetLeafValue(opts *bind.CallOpts, leafType uint8, originNetwork uint32, ...) ([32]byte, error) + func (_Depositcontract *DepositcontractCaller) VerifyMerkleProof(opts *bind.CallOpts, leafHash [32]byte, smtProof [32][32]byte, index uint32, ...) (bool, error) + type DepositcontractCallerRaw struct + Contract *DepositcontractCaller + func (_Depositcontract *DepositcontractCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type DepositcontractCallerSession struct + CallOpts bind.CallOpts + Contract *DepositcontractCaller + func (_Depositcontract *DepositcontractCallerSession) DepositCount() (*big.Int, error) + func (_Depositcontract *DepositcontractCallerSession) GetDepositRoot() ([32]byte, error) + func (_Depositcontract *DepositcontractCallerSession) GetLeafValue(leafType uint8, originNetwork uint32, originAddress common.Address, ...) ([32]byte, error) + func (_Depositcontract *DepositcontractCallerSession) VerifyMerkleProof(leafHash [32]byte, smtProof [32][32]byte, index uint32, root [32]byte) (bool, error) + type DepositcontractFilterer struct + func NewDepositcontractFilterer(address common.Address, filterer bind.ContractFilterer) (*DepositcontractFilterer, error) + func (_Depositcontract *DepositcontractFilterer) FilterInitialized(opts *bind.FilterOpts) (*DepositcontractInitializedIterator, error) + func (_Depositcontract *DepositcontractFilterer) ParseInitialized(log types.Log) (*DepositcontractInitialized, error) + func (_Depositcontract *DepositcontractFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *DepositcontractInitialized) (event.Subscription, error) + type DepositcontractInitialized struct + Raw types.Log + Version uint8 + type DepositcontractInitializedIterator struct + Event *DepositcontractInitialized + func (it *DepositcontractInitializedIterator) Close() error + func (it *DepositcontractInitializedIterator) Error() error + func (it *DepositcontractInitializedIterator) Next() bool + type DepositcontractRaw struct + Contract *Depositcontract + func (_Depositcontract *DepositcontractRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Depositcontract *DepositcontractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Depositcontract *DepositcontractRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type DepositcontractSession struct + CallOpts bind.CallOpts + Contract *Depositcontract + TransactOpts bind.TransactOpts + func (_Depositcontract *DepositcontractSession) DepositCount() (*big.Int, error) + func (_Depositcontract *DepositcontractSession) GetDepositRoot() ([32]byte, error) + func (_Depositcontract *DepositcontractSession) GetLeafValue(leafType uint8, originNetwork uint32, originAddress common.Address, ...) ([32]byte, error) + func (_Depositcontract *DepositcontractSession) VerifyMerkleProof(leafHash [32]byte, smtProof [32][32]byte, index uint32, root [32]byte) (bool, error) + type DepositcontractTransactor struct + func NewDepositcontractTransactor(address common.Address, transactor bind.ContractTransactor) (*DepositcontractTransactor, error) + type DepositcontractTransactorRaw struct + Contract *DepositcontractTransactor + func (_Depositcontract *DepositcontractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Depositcontract *DepositcontractTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type DepositcontractTransactorSession struct + Contract *DepositcontractTransactor + TransactOpts bind.TransactOpts