# Functions
DeployController deploys a new Ethereum contract, binding an instance of Controller to it.
DeployHolder deploys a new Ethereum contract, binding an instance of Holder to it.
DeployLicence deploys a new Ethereum contract, binding an instance of Licence to it.
DeployOracle deploys a new Ethereum contract, binding an instance of Oracle to it.
DeployTokenWhitelist deploys a new Ethereum contract, binding an instance of TokenWhitelist to it.
DeployWallet deploys a new Ethereum contract, binding an instance of Wallet to it.
DeployWalletCache deploys a new Ethereum contract, binding an instance of WalletCache to it.
DeployWalletDeployer deploys a new Ethereum contract, binding an instance of WalletDeployer to it.
NewController creates a new instance of Controller, bound to a specific deployed contract.
NewControllerCaller creates a new read-only instance of Controller, bound to a specific deployed contract.
NewControllerFilterer creates a new log filterer instance of Controller, bound to a specific deployed contract.
NewControllerTransactor creates a new write-only instance of Controller, bound to a specific deployed contract.
NewHolder creates a new instance of Holder, bound to a specific deployed contract.
NewHolderCaller creates a new read-only instance of Holder, bound to a specific deployed contract.
NewHolderFilterer creates a new log filterer instance of Holder, bound to a specific deployed contract.
NewHolderTransactor creates a new write-only instance of Holder, bound to a specific deployed contract.
NewLicence creates a new instance of Licence, bound to a specific deployed contract.
NewLicenceCaller creates a new read-only instance of Licence, bound to a specific deployed contract.
NewLicenceFilterer creates a new log filterer instance of Licence, bound to a specific deployed contract.
NewLicenceTransactor creates a new write-only instance of Licence, bound to a specific deployed contract.
NewOracle creates a new instance of Oracle, bound to a specific deployed contract.
NewOracleCaller creates a new read-only instance of Oracle, bound to a specific deployed contract.
NewOracleFilterer creates a new log filterer instance of Oracle, bound to a specific deployed contract.
NewOracleTransactor creates a new write-only instance of Oracle, bound to a specific deployed contract.
NewTokenWhitelist creates a new instance of TokenWhitelist, bound to a specific deployed contract.
NewTokenWhitelistCaller creates a new read-only instance of TokenWhitelist, bound to a specific deployed contract.
NewTokenWhitelistFilterer creates a new log filterer instance of TokenWhitelist, bound to a specific deployed contract.
NewTokenWhitelistTransactor creates a new write-only instance of TokenWhitelist, bound to a specific deployed contract.
NewWallet creates a new instance of Wallet, bound to a specific deployed contract.
NewWalletCache creates a new instance of WalletCache, bound to a specific deployed contract.
NewWalletCacheCaller creates a new read-only instance of WalletCache, bound to a specific deployed contract.
NewWalletCacheFilterer creates a new log filterer instance of WalletCache, bound to a specific deployed contract.
NewWalletCacheTransactor creates a new write-only instance of WalletCache, bound to a specific deployed contract.
NewWalletCaller creates a new read-only instance of Wallet, bound to a specific deployed contract.
NewWalletDeployer creates a new instance of WalletDeployer, bound to a specific deployed contract.
NewWalletDeployerCaller creates a new read-only instance of WalletDeployer, bound to a specific deployed contract.
NewWalletDeployerFilterer creates a new log filterer instance of WalletDeployer, bound to a specific deployed contract.
NewWalletDeployerTransactor creates a new write-only instance of WalletDeployer, bound to a specific deployed contract.
NewWalletFilterer creates a new log filterer instance of Wallet, bound to a specific deployed contract.
NewWalletTransactor creates a new write-only instance of Wallet, bound to a specific deployed contract.
# Constants
ControllerABI is the input ABI used to generate the binding from.
HolderABI is the input ABI used to generate the binding from.
LicenceABI is the input ABI used to generate the binding from.
OracleABI is the input ABI used to generate the binding from.
TokenWhitelistABI is the input ABI used to generate the binding from.
WalletABI is the input ABI used to generate the binding from.
WalletCacheABI is the input ABI used to generate the binding from.
WalletDeployerABI is the input ABI used to generate the binding from.
# Variables
ControllerBin is the compiled bytecode used for deploying new contracts.
HolderBin is the compiled bytecode used for deploying new contracts.
LicenceBin is the compiled bytecode used for deploying new contracts.
OracleBin is the compiled bytecode used for deploying new contracts.
TokenWhitelistBin is the compiled bytecode used for deploying new contracts.
WalletBin is the compiled bytecode used for deploying new contracts.
WalletCacheBin is the compiled bytecode used for deploying new contracts.
WalletDeployerBin is the compiled bytecode used for deploying new contracts.
# Structs
Controller is an auto generated Go binding around an Ethereum contract.
ControllerAddedAdmin represents a AddedAdmin event raised by the Controller contract.
ControllerAddedAdminIterator is returned from FilterAddedAdmin and is used to iterate over the raw logs and unpacked data for AddedAdmin events raised by the Controller contract.
ControllerAddedController represents a AddedController event raised by the Controller contract.
ControllerAddedControllerIterator is returned from FilterAddedController and is used to iterate over the raw logs and unpacked data for AddedController events raised by the Controller contract.
ControllerCaller is an auto generated read-only Go binding around an Ethereum contract.
ControllerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ControllerCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ControllerClaimed represents a Claimed event raised by the Controller contract.
ControllerClaimedIterator is returned from FilterClaimed and is used to iterate over the raw logs and unpacked data for Claimed events raised by the Controller contract.
ControllerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ControllerLockedOwnership represents a LockedOwnership event raised by the Controller contract.
ControllerLockedOwnershipIterator is returned from FilterLockedOwnership and is used to iterate over the raw logs and unpacked data for LockedOwnership events raised by the Controller contract.
ControllerRaw is an auto generated low-level Go binding around an Ethereum contract.
ControllerRemovedAdmin represents a RemovedAdmin event raised by the Controller contract.
ControllerRemovedAdminIterator is returned from FilterRemovedAdmin and is used to iterate over the raw logs and unpacked data for RemovedAdmin events raised by the Controller contract.
ControllerRemovedController represents a RemovedController event raised by the Controller contract.
ControllerRemovedControllerIterator is returned from FilterRemovedController and is used to iterate over the raw logs and unpacked data for RemovedController events raised by the Controller contract.
ControllerSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ControllerStarted represents a Started event raised by the Controller contract.
ControllerStartedIterator is returned from FilterStarted and is used to iterate over the raw logs and unpacked data for Started events raised by the Controller contract.
ControllerStopped represents a Stopped event raised by the Controller contract.
ControllerStoppedIterator is returned from FilterStopped and is used to iterate over the raw logs and unpacked data for Stopped events raised by the Controller contract.
ControllerTransactor is an auto generated write-only Go binding around an Ethereum contract.
ControllerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ControllerTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ControllerTransferredOwnership represents a TransferredOwnership event raised by the Controller contract.
ControllerTransferredOwnershipIterator is returned from FilterTransferredOwnership and is used to iterate over the raw logs and unpacked data for TransferredOwnership events raised by the Controller contract.
Holder is an auto generated Go binding around an Ethereum contract.
HolderCaller is an auto generated read-only Go binding around an Ethereum contract.
HolderCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
HolderCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
HolderCashAndBurned represents a CashAndBurned event raised by the Holder contract.
HolderCashAndBurnedIterator is returned from FilterCashAndBurned and is used to iterate over the raw logs and unpacked data for CashAndBurned events raised by the Holder contract.
HolderClaimed represents a Claimed event raised by the Holder contract.
HolderClaimedIterator is returned from FilterClaimed and is used to iterate over the raw logs and unpacked data for Claimed events raised by the Holder contract.
HolderFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
HolderRaw is an auto generated low-level Go binding around an Ethereum contract.
HolderReceived represents a Received event raised by the Holder contract.
HolderReceivedIterator is returned from FilterReceived and is used to iterate over the raw logs and unpacked data for Received events raised by the Holder contract.
HolderSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
HolderTransactor is an auto generated write-only Go binding around an Ethereum contract.
HolderTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
HolderTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
Licence is an auto generated Go binding around an Ethereum contract.
LicenceCaller is an auto generated read-only Go binding around an Ethereum contract.
LicenceCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
LicenceCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
LicenceClaimed represents a Claimed event raised by the Licence contract.
LicenceClaimedIterator is returned from FilterClaimed and is used to iterate over the raw logs and unpacked data for Claimed events raised by the Licence contract.
LicenceFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
LicenceRaw is an auto generated low-level Go binding around an Ethereum contract.
LicenceSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
LicenceTransactor is an auto generated write-only Go binding around an Ethereum contract.
LicenceTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
LicenceTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
LicenceTransferredToCryptoFloat represents a TransferredToCryptoFloat event raised by the Licence contract.
LicenceTransferredToCryptoFloatIterator is returned from FilterTransferredToCryptoFloat and is used to iterate over the raw logs and unpacked data for TransferredToCryptoFloat events raised by the Licence contract.
LicenceTransferredToTokenHolder represents a TransferredToTokenHolder event raised by the Licence contract.
LicenceTransferredToTokenHolderIterator is returned from FilterTransferredToTokenHolder and is used to iterate over the raw logs and unpacked data for TransferredToTokenHolder events raised by the Licence contract.
LicenceUpdatedCryptoFloat represents a UpdatedCryptoFloat event raised by the Licence contract.
LicenceUpdatedCryptoFloatIterator is returned from FilterUpdatedCryptoFloat and is used to iterate over the raw logs and unpacked data for UpdatedCryptoFloat events raised by the Licence contract.
LicenceUpdatedLicenceAmount represents a UpdatedLicenceAmount event raised by the Licence contract.
LicenceUpdatedLicenceAmountIterator is returned from FilterUpdatedLicenceAmount and is used to iterate over the raw logs and unpacked data for UpdatedLicenceAmount events raised by the Licence contract.
LicenceUpdatedLicenceDAO represents a UpdatedLicenceDAO event raised by the Licence contract.
LicenceUpdatedLicenceDAOIterator is returned from FilterUpdatedLicenceDAO and is used to iterate over the raw logs and unpacked data for UpdatedLicenceDAO events raised by the Licence contract.
LicenceUpdatedTKNContractAddress represents a UpdatedTKNContractAddress event raised by the Licence contract.
LicenceUpdatedTKNContractAddressIterator is returned from FilterUpdatedTKNContractAddress and is used to iterate over the raw logs and unpacked data for UpdatedTKNContractAddress events raised by the Licence contract.
LicenceUpdatedTokenHolder represents a UpdatedTokenHolder event raised by the Licence contract.
LicenceUpdatedTokenHolderIterator is returned from FilterUpdatedTokenHolder and is used to iterate over the raw logs and unpacked data for UpdatedTokenHolder events raised by the Licence contract.
Oracle is an auto generated Go binding around an Ethereum contract.
OracleCaller is an auto generated read-only Go binding around an Ethereum contract.
OracleCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
OracleCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
OracleClaimed represents a Claimed event raised by the Oracle contract.
OracleClaimedIterator is returned from FilterClaimed and is used to iterate over the raw logs and unpacked data for Claimed events raised by the Oracle contract.
OracleFailedUpdateRequest represents a FailedUpdateRequest event raised by the Oracle contract.
OracleFailedUpdateRequestIterator is returned from FilterFailedUpdateRequest and is used to iterate over the raw logs and unpacked data for FailedUpdateRequest events raised by the Oracle contract.
OracleFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
OracleRaw is an auto generated low-level Go binding around an Ethereum contract.
OracleRequestedUpdate represents a RequestedUpdate event raised by the Oracle contract.
OracleRequestedUpdateIterator is returned from FilterRequestedUpdate and is used to iterate over the raw logs and unpacked data for RequestedUpdate events raised by the Oracle contract.
OracleSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
OracleSetCryptoComparePublicKey represents a SetCryptoComparePublicKey event raised by the Oracle contract.
OracleSetCryptoComparePublicKeyIterator is returned from FilterSetCryptoComparePublicKey and is used to iterate over the raw logs and unpacked data for SetCryptoComparePublicKey events raised by the Oracle contract.
OracleSetGasPrice represents a SetGasPrice event raised by the Oracle contract.
OracleSetGasPriceIterator is returned from FilterSetGasPrice and is used to iterate over the raw logs and unpacked data for SetGasPrice events raised by the Oracle contract.
OracleTransactor is an auto generated write-only Go binding around an Ethereum contract.
OracleTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
OracleTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
OracleVerifiedProof represents a VerifiedProof event raised by the Oracle contract.
OracleVerifiedProofIterator is returned from FilterVerifiedProof and is used to iterate over the raw logs and unpacked data for VerifiedProof events raised by the Oracle contract.
TokenWhitelist is an auto generated Go binding around an Ethereum contract.
TokenWhitelistAddedExclusiveMethod represents a AddedExclusiveMethod event raised by the TokenWhitelist contract.
TokenWhitelistAddedExclusiveMethodIterator is returned from FilterAddedExclusiveMethod and is used to iterate over the raw logs and unpacked data for AddedExclusiveMethod events raised by the TokenWhitelist contract.
TokenWhitelistAddedMethodId represents a AddedMethodId event raised by the TokenWhitelist contract.
TokenWhitelistAddedMethodIdIterator is returned from FilterAddedMethodId and is used to iterate over the raw logs and unpacked data for AddedMethodId events raised by the TokenWhitelist contract.
TokenWhitelistAddedToken represents a AddedToken event raised by the TokenWhitelist contract.
TokenWhitelistAddedTokenIterator is returned from FilterAddedToken and is used to iterate over the raw logs and unpacked data for AddedToken events raised by the TokenWhitelist contract.
TokenWhitelistCaller is an auto generated read-only Go binding around an Ethereum contract.
TokenWhitelistCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
TokenWhitelistCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
TokenWhitelistClaimed represents a Claimed event raised by the TokenWhitelist contract.
TokenWhitelistClaimedIterator is returned from FilterClaimed and is used to iterate over the raw logs and unpacked data for Claimed events raised by the TokenWhitelist contract.
TokenWhitelistFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
TokenWhitelistRaw is an auto generated low-level Go binding around an Ethereum contract.
TokenWhitelistRemovedExclusiveMethod represents a RemovedExclusiveMethod event raised by the TokenWhitelist contract.
TokenWhitelistRemovedExclusiveMethodIterator is returned from FilterRemovedExclusiveMethod and is used to iterate over the raw logs and unpacked data for RemovedExclusiveMethod events raised by the TokenWhitelist contract.
TokenWhitelistRemovedMethodId represents a RemovedMethodId event raised by the TokenWhitelist contract.
TokenWhitelistRemovedMethodIdIterator is returned from FilterRemovedMethodId and is used to iterate over the raw logs and unpacked data for RemovedMethodId events raised by the TokenWhitelist contract.
TokenWhitelistRemovedToken represents a RemovedToken event raised by the TokenWhitelist contract.
TokenWhitelistRemovedTokenIterator is returned from FilterRemovedToken and is used to iterate over the raw logs and unpacked data for RemovedToken events raised by the TokenWhitelist contract.
TokenWhitelistSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
TokenWhitelistTransactor is an auto generated write-only Go binding around an Ethereum contract.
TokenWhitelistTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
TokenWhitelistTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
TokenWhitelistUpdatedTokenLoadable represents a UpdatedTokenLoadable event raised by the TokenWhitelist contract.
TokenWhitelistUpdatedTokenLoadableIterator is returned from FilterUpdatedTokenLoadable and is used to iterate over the raw logs and unpacked data for UpdatedTokenLoadable events raised by the TokenWhitelist contract.
TokenWhitelistUpdatedTokenRate represents a UpdatedTokenRate event raised by the TokenWhitelist contract.
TokenWhitelistUpdatedTokenRateIterator is returned from FilterUpdatedTokenRate and is used to iterate over the raw logs and unpacked data for UpdatedTokenRate events raised by the TokenWhitelist contract.
TokenWhitelistUpdatedTokenRedeemable represents a UpdatedTokenRedeemable event raised by the TokenWhitelist contract.
TokenWhitelistUpdatedTokenRedeemableIterator is returned from FilterUpdatedTokenRedeemable and is used to iterate over the raw logs and unpacked data for UpdatedTokenRedeemable events raised by the TokenWhitelist contract.
Wallet is an auto generated Go binding around an Ethereum contract.
WalletAddedToWhitelist represents a AddedToWhitelist event raised by the Wallet contract.
WalletAddedToWhitelistIterator is returned from FilterAddedToWhitelist and is used to iterate over the raw logs and unpacked data for AddedToWhitelist events raised by the Wallet contract.
WalletBulkTransferred represents a BulkTransferred event raised by the Wallet contract.
WalletBulkTransferredIterator is returned from FilterBulkTransferred and is used to iterate over the raw logs and unpacked data for BulkTransferred events raised by the Wallet contract.
WalletCache is an auto generated Go binding around an Ethereum contract.
WalletCacheCachedWallet represents a CachedWallet event raised by the WalletCache contract.
WalletCacheCachedWalletIterator is returned from FilterCachedWallet and is used to iterate over the raw logs and unpacked data for CachedWallet events raised by the WalletCache contract.
WalletCacheCaller is an auto generated read-only Go binding around an Ethereum contract.
WalletCacheCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
WalletCacheCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
WalletCacheFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
WalletCacheRaw is an auto generated low-level Go binding around an Ethereum contract.
WalletCacheSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
WalletCacheTransactor is an auto generated write-only Go binding around an Ethereum contract.
WalletCacheTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
WalletCacheTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
WalletCaller is an auto generated read-only Go binding around an Ethereum contract.
WalletCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
WalletCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
WalletCancelledWhitelistAddition represents a CancelledWhitelistAddition event raised by the Wallet contract.
WalletCancelledWhitelistAdditionIterator is returned from FilterCancelledWhitelistAddition and is used to iterate over the raw logs and unpacked data for CancelledWhitelistAddition events raised by the Wallet contract.
WalletCancelledWhitelistRemoval represents a CancelledWhitelistRemoval event raised by the Wallet contract.
WalletCancelledWhitelistRemovalIterator is returned from FilterCancelledWhitelistRemoval and is used to iterate over the raw logs and unpacked data for CancelledWhitelistRemoval events raised by the Wallet contract.
WalletDeployer is an auto generated Go binding around an Ethereum contract.
WalletDeployerCaller is an auto generated read-only Go binding around an Ethereum contract.
WalletDeployerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
WalletDeployerCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
WalletDeployerDeployedWallet represents a DeployedWallet event raised by the WalletDeployer contract.
WalletDeployerDeployedWalletIterator is returned from FilterDeployedWallet and is used to iterate over the raw logs and unpacked data for DeployedWallet events raised by the WalletDeployer contract.
WalletDeployerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
WalletDeployerMigratedWallet represents a MigratedWallet event raised by the WalletDeployer contract.
WalletDeployerMigratedWalletIterator is returned from FilterMigratedWallet and is used to iterate over the raw logs and unpacked data for MigratedWallet events raised by the WalletDeployer contract.
WalletDeployerRaw is an auto generated low-level Go binding around an Ethereum contract.
WalletDeployerSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
WalletDeployerTransactor is an auto generated write-only Go binding around an Ethereum contract.
WalletDeployerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
WalletDeployerTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
WalletExecutedRelayedTransaction represents a ExecutedRelayedTransaction event raised by the Wallet contract.
WalletExecutedRelayedTransactionIterator is returned from FilterExecutedRelayedTransaction and is used to iterate over the raw logs and unpacked data for ExecutedRelayedTransaction events raised by the Wallet contract.
WalletExecutedTransaction represents a ExecutedTransaction event raised by the Wallet contract.
WalletExecutedTransactionIterator is returned from FilterExecutedTransaction and is used to iterate over the raw logs and unpacked data for ExecutedTransaction events raised by the Wallet contract.
WalletFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
WalletLoadedTokenCard represents a LoadedTokenCard event raised by the Wallet contract.
WalletLoadedTokenCardIterator is returned from FilterLoadedTokenCard and is used to iterate over the raw logs and unpacked data for LoadedTokenCard events raised by the Wallet contract.
WalletLockedOwnership represents a LockedOwnership event raised by the Wallet contract.
WalletLockedOwnershipIterator is returned from FilterLockedOwnership and is used to iterate over the raw logs and unpacked data for LockedOwnership events raised by the Wallet contract.
WalletRaw is an auto generated low-level Go binding around an Ethereum contract.
WalletReceived represents a Received event raised by the Wallet contract.
WalletReceivedIterator is returned from FilterReceived and is used to iterate over the raw logs and unpacked data for Received events raised by the Wallet contract.
WalletRemovedFromWhitelist represents a RemovedFromWhitelist event raised by the Wallet contract.
WalletRemovedFromWhitelistIterator is returned from FilterRemovedFromWhitelist and is used to iterate over the raw logs and unpacked data for RemovedFromWhitelist events raised by the Wallet contract.
WalletSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
WalletSetGasTopUpLimit represents a SetGasTopUpLimit event raised by the Wallet contract.
WalletSetGasTopUpLimitIterator is returned from FilterSetGasTopUpLimit and is used to iterate over the raw logs and unpacked data for SetGasTopUpLimit events raised by the Wallet contract.
WalletSetLoadLimit represents a SetLoadLimit event raised by the Wallet contract.
WalletSetLoadLimitIterator is returned from FilterSetLoadLimit and is used to iterate over the raw logs and unpacked data for SetLoadLimit events raised by the Wallet contract.
WalletSetSpendLimit represents a SetSpendLimit event raised by the Wallet contract.
WalletSetSpendLimitIterator is returned from FilterSetSpendLimit and is used to iterate over the raw logs and unpacked data for SetSpendLimit events raised by the Wallet contract.
WalletSubmittedGasTopUpLimitUpdate represents a SubmittedGasTopUpLimitUpdate event raised by the Wallet contract.
WalletSubmittedGasTopUpLimitUpdateIterator is returned from FilterSubmittedGasTopUpLimitUpdate and is used to iterate over the raw logs and unpacked data for SubmittedGasTopUpLimitUpdate events raised by the Wallet contract.
WalletSubmittedLoadLimitUpdate represents a SubmittedLoadLimitUpdate event raised by the Wallet contract.
WalletSubmittedLoadLimitUpdateIterator is returned from FilterSubmittedLoadLimitUpdate and is used to iterate over the raw logs and unpacked data for SubmittedLoadLimitUpdate events raised by the Wallet contract.
WalletSubmittedSpendLimitUpdate represents a SubmittedSpendLimitUpdate event raised by the Wallet contract.
WalletSubmittedSpendLimitUpdateIterator is returned from FilterSubmittedSpendLimitUpdate and is used to iterate over the raw logs and unpacked data for SubmittedSpendLimitUpdate events raised by the Wallet contract.
WalletSubmittedWhitelistAddition represents a SubmittedWhitelistAddition event raised by the Wallet contract.
WalletSubmittedWhitelistAdditionIterator is returned from FilterSubmittedWhitelistAddition and is used to iterate over the raw logs and unpacked data for SubmittedWhitelistAddition events raised by the Wallet contract.
WalletSubmittedWhitelistRemoval represents a SubmittedWhitelistRemoval event raised by the Wallet contract.
WalletSubmittedWhitelistRemovalIterator is returned from FilterSubmittedWhitelistRemoval and is used to iterate over the raw logs and unpacked data for SubmittedWhitelistRemoval events raised by the Wallet contract.
WalletToppedUpGas represents a ToppedUpGas event raised by the Wallet contract.
WalletToppedUpGasIterator is returned from FilterToppedUpGas and is used to iterate over the raw logs and unpacked data for ToppedUpGas events raised by the Wallet contract.
WalletTransactor is an auto generated write-only Go binding around an Ethereum contract.
WalletTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
WalletTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
WalletTransferred represents a Transferred event raised by the Wallet contract.
WalletTransferredIterator is returned from FilterTransferred and is used to iterate over the raw logs and unpacked data for Transferred events raised by the Wallet contract.
WalletTransferredOwnership represents a TransferredOwnership event raised by the Wallet contract.
WalletTransferredOwnershipIterator is returned from FilterTransferredOwnership and is used to iterate over the raw logs and unpacked data for TransferredOwnership events raised by the Wallet contract.
WalletUpdatedAvailableLimit represents a UpdatedAvailableLimit event raised by the Wallet contract.
WalletUpdatedAvailableLimitIterator is returned from FilterUpdatedAvailableLimit and is used to iterate over the raw logs and unpacked data for UpdatedAvailableLimit events raised by the Wallet contract.