Versions in this module Expand all Collapse all v0 v0.0.1 Dec 19, 2024 Changes in this version + var ClaimcompressorABI = ClaimcompressorMetaData.ABI + var ClaimcompressorBin = ClaimcompressorMetaData.Bin + var ClaimcompressorMetaData = &bind.MetaData + type ClaimCompressorCompressClaimCallData struct + Amount *big.Int + DestinationAddress common.Address + GlobalIndex *big.Int + IsMessage bool + Metadata []byte + OriginAddress common.Address + OriginNetwork uint32 + SmtProofLocalExitRoot [32][32]byte + SmtProofRollupExitRoot [32][32]byte + type Claimcompressor struct + func DeployClaimcompressor(auth *bind.TransactOpts, backend bind.ContractBackend, ...) (common.Address, *types.Transaction, *Claimcompressor, error) + func NewClaimcompressor(address common.Address, backend bind.ContractBackend) (*Claimcompressor, error) + type ClaimcompressorCaller struct + func NewClaimcompressorCaller(address common.Address, caller bind.ContractCaller) (*ClaimcompressorCaller, error) + func (_Claimcompressor *ClaimcompressorCaller) CompressClaimCall(opts *bind.CallOpts, mainnetExitRoot [32]byte, rollupExitRoot [32]byte, ...) ([]byte, error) + type ClaimcompressorCallerRaw struct + Contract *ClaimcompressorCaller + func (_Claimcompressor *ClaimcompressorCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type ClaimcompressorCallerSession struct + CallOpts bind.CallOpts + Contract *ClaimcompressorCaller + func (_Claimcompressor *ClaimcompressorCallerSession) CompressClaimCall(mainnetExitRoot [32]byte, rollupExitRoot [32]byte, ...) ([]byte, error) + type ClaimcompressorFilterer struct + func NewClaimcompressorFilterer(address common.Address, filterer bind.ContractFilterer) (*ClaimcompressorFilterer, error) + type ClaimcompressorRaw struct + Contract *Claimcompressor + func (_Claimcompressor *ClaimcompressorRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Claimcompressor *ClaimcompressorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Claimcompressor *ClaimcompressorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type ClaimcompressorSession struct + CallOpts bind.CallOpts + Contract *Claimcompressor + TransactOpts bind.TransactOpts + func (_Claimcompressor *ClaimcompressorSession) CompressClaimCall(mainnetExitRoot [32]byte, rollupExitRoot [32]byte, ...) ([]byte, error) + func (_Claimcompressor *ClaimcompressorSession) SendCompressedClaims(compressedClaimCalls []byte) (*types.Transaction, error) + type ClaimcompressorTransactor struct + func NewClaimcompressorTransactor(address common.Address, transactor bind.ContractTransactor) (*ClaimcompressorTransactor, error) + func (_Claimcompressor *ClaimcompressorTransactor) SendCompressedClaims(opts *bind.TransactOpts, compressedClaimCalls []byte) (*types.Transaction, error) + type ClaimcompressorTransactorRaw struct + Contract *ClaimcompressorTransactor + func (_Claimcompressor *ClaimcompressorTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Claimcompressor *ClaimcompressorTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type ClaimcompressorTransactorSession struct + Contract *ClaimcompressorTransactor + TransactOpts bind.TransactOpts + func (_Claimcompressor *ClaimcompressorTransactorSession) SendCompressedClaims(compressedClaimCalls []byte) (*types.Transaction, error)