Versions in this module Expand all Collapse all v0 v0.1.2 May 15, 2026 Changes in this version + var BatchDepositContractABI = BatchDepositContractMetaData.ABI + var BatchDepositContractBin = BatchDepositContractMetaData.Bin + var BatchDepositContractMetaData = &bind.MetaData + type BatchDepositContract struct + func DeployBatchDepositContract(auth *bind.TransactOpts, backend bind.ContractBackend, ...) (common.Address, *types.Transaction, *BatchDepositContract, error) + func NewBatchDepositContract(address common.Address, backend bind.ContractBackend) (*BatchDepositContract, error) + type BatchDepositContractCaller struct + func NewBatchDepositContractCaller(address common.Address, caller bind.ContractCaller) (*BatchDepositContractCaller, error) + func (_BatchDepositContract *BatchDepositContractCaller) DepositContract(opts *bind.CallOpts) (common.Address, error) + type BatchDepositContractCallerRaw struct + Contract *BatchDepositContractCaller + func (_BatchDepositContract *BatchDepositContractCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type BatchDepositContractCallerSession struct + CallOpts bind.CallOpts + Contract *BatchDepositContractCaller + func (_BatchDepositContract *BatchDepositContractCallerSession) DepositContract() (common.Address, error) + type BatchDepositContractFilterer struct + func NewBatchDepositContractFilterer(address common.Address, filterer bind.ContractFilterer) (*BatchDepositContractFilterer, error) + type BatchDepositContractRaw struct + Contract *BatchDepositContract + func (_BatchDepositContract *BatchDepositContractRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_BatchDepositContract *BatchDepositContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_BatchDepositContract *BatchDepositContractRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type BatchDepositContractSession struct + CallOpts bind.CallOpts + Contract *BatchDepositContract + TransactOpts bind.TransactOpts + func (_BatchDepositContract *BatchDepositContractSession) BatchDeposit(pubkeys []byte, signatures []byte, dataRoots [][32]byte, ...) (*types.Transaction, error) + func (_BatchDepositContract *BatchDepositContractSession) DepositContract() (common.Address, error) + type BatchDepositContractTransactor struct + func NewBatchDepositContractTransactor(address common.Address, transactor bind.ContractTransactor) (*BatchDepositContractTransactor, error) + func (_BatchDepositContract *BatchDepositContractTransactor) BatchDeposit(opts *bind.TransactOpts, pubkeys []byte, signatures []byte, ...) (*types.Transaction, error) + type BatchDepositContractTransactorRaw struct + Contract *BatchDepositContractTransactor + func (_BatchDepositContract *BatchDepositContractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_BatchDepositContract *BatchDepositContractTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type BatchDepositContractTransactorSession struct + Contract *BatchDepositContractTransactor + TransactOpts bind.TransactOpts + func (_BatchDepositContract *BatchDepositContractTransactorSession) BatchDeposit(pubkeys []byte, signatures []byte, dataRoots [][32]byte, ...) (*types.Transaction, error)