Documentation ¶
Index ¶
- Constants
- Variables
- type BarnDecoder
- func (d *BarnDecoder) DelegateEvent(l types.Log) (BarnDelegateEvent, error)
- func (d *BarnDecoder) DelegateEventID() common.Hash
- func (d *BarnDecoder) DelegateEventW3(w3l web3types.Log) (BarnDelegateEvent, error)
- func (d *BarnDecoder) DelegatedPowerDecreasedEvent(l types.Log) (BarnDelegatedPowerDecreasedEvent, error)
- func (d *BarnDecoder) DelegatedPowerDecreasedEventID() common.Hash
- func (d *BarnDecoder) DelegatedPowerDecreasedEventW3(w3l web3types.Log) (BarnDelegatedPowerDecreasedEvent, error)
- func (d *BarnDecoder) DelegatedPowerIncreasedEvent(l types.Log) (BarnDelegatedPowerIncreasedEvent, error)
- func (d *BarnDecoder) DelegatedPowerIncreasedEventID() common.Hash
- func (d *BarnDecoder) DelegatedPowerIncreasedEventW3(w3l web3types.Log) (BarnDelegatedPowerIncreasedEvent, error)
- func (d *BarnDecoder) DepositEvent(l types.Log) (BarnDepositEvent, error)
- func (d *BarnDecoder) DepositEventID() common.Hash
- func (d *BarnDecoder) DepositEventW3(w3l web3types.Log) (BarnDepositEvent, error)
- func (d *BarnDecoder) DiamondCutEvent(l types.Log) (BarnDiamondCutEvent, error)
- func (d *BarnDecoder) DiamondCutEventID() common.Hash
- func (d *BarnDecoder) DiamondCutEventW3(w3l web3types.Log) (BarnDiamondCutEvent, error)
- func (d *BarnDecoder) IsDelegateEvent(log *types.Log) bool
- func (d *BarnDecoder) IsDelegateEventW3(log *web3types.Log) bool
- func (d *BarnDecoder) IsDelegatedPowerDecreasedEvent(log *types.Log) bool
- func (d *BarnDecoder) IsDelegatedPowerDecreasedEventW3(log *web3types.Log) bool
- func (d *BarnDecoder) IsDelegatedPowerIncreasedEvent(log *types.Log) bool
- func (d *BarnDecoder) IsDelegatedPowerIncreasedEventW3(log *web3types.Log) bool
- func (d *BarnDecoder) IsDepositEvent(log *types.Log) bool
- func (d *BarnDecoder) IsDepositEventW3(log *web3types.Log) bool
- func (d *BarnDecoder) IsDiamondCutEvent(log *types.Log) bool
- func (d *BarnDecoder) IsDiamondCutEventW3(log *web3types.Log) bool
- func (d *BarnDecoder) IsLockEvent(log *types.Log) bool
- func (d *BarnDecoder) IsLockEventW3(log *web3types.Log) bool
- func (d *BarnDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
- func (d *BarnDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
- func (d *BarnDecoder) IsWithdrawEvent(log *types.Log) bool
- func (d *BarnDecoder) IsWithdrawEventW3(log *web3types.Log) bool
- func (d *BarnDecoder) LockEvent(l types.Log) (BarnLockEvent, error)
- func (d *BarnDecoder) LockEventID() common.Hash
- func (d *BarnDecoder) LockEventW3(w3l web3types.Log) (BarnLockEvent, error)
- func (d *BarnDecoder) OwnershipTransferredEvent(l types.Log) (BarnOwnershipTransferredEvent, error)
- func (d *BarnDecoder) OwnershipTransferredEventID() common.Hash
- func (d *BarnDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (BarnOwnershipTransferredEvent, error)
- func (d *BarnDecoder) WithdrawEvent(l types.Log) (BarnWithdrawEvent, error)
- func (d *BarnDecoder) WithdrawEventID() common.Hash
- func (d *BarnDecoder) WithdrawEventW3(w3l web3types.Log) (BarnWithdrawEvent, error)
- type BarnDelegateEvent
- type BarnDelegatedPowerDecreasedEvent
- type BarnDelegatedPowerIncreasedEvent
- type BarnDepositEvent
- type BarnDiamondCutEvent
- type BarnLockEvent
- type BarnOwnershipTransferredEvent
- type BarnWithdrawEvent
- type EPoolAddedTrancheEvent
- type EPoolCollectedFeesEvent
- type EPoolDecoder
- func (d *EPoolDecoder) AddedTrancheEvent(l types.Log) (EPoolAddedTrancheEvent, error)
- func (d *EPoolDecoder) AddedTrancheEventID() common.Hash
- func (d *EPoolDecoder) AddedTrancheEventW3(w3l web3types.Log) (EPoolAddedTrancheEvent, error)
- func (d *EPoolDecoder) CollectedFeesEvent(l types.Log) (EPoolCollectedFeesEvent, error)
- func (d *EPoolDecoder) CollectedFeesEventID() common.Hash
- func (d *EPoolDecoder) CollectedFeesEventW3(w3l web3types.Log) (EPoolCollectedFeesEvent, error)
- func (d *EPoolDecoder) IsAddedTrancheEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsAddedTrancheEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IsCollectedFeesEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsCollectedFeesEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IsIssuedETokenEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsIssuedETokenEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IsRebalancedTranchesEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsRebalancedTranchesEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IsRecoveredTokenEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsRecoveredTokenEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IsRedeemedETokenEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsRedeemedETokenEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IsSetAggregatorEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsSetAggregatorEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IsSetControllerEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsSetControllerEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IsSetFeeRateEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsSetFeeRateEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IsSetMinRDivEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsSetMinRDivEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IsSetRebalanceIntervalEvent(log *types.Log) bool
- func (d *EPoolDecoder) IsSetRebalanceIntervalEventW3(log *web3types.Log) bool
- func (d *EPoolDecoder) IssuedETokenEvent(l types.Log) (EPoolIssuedETokenEvent, error)
- func (d *EPoolDecoder) IssuedETokenEventID() common.Hash
- func (d *EPoolDecoder) IssuedETokenEventW3(w3l web3types.Log) (EPoolIssuedETokenEvent, error)
- func (d *EPoolDecoder) RebalancedTranchesEvent(l types.Log) (EPoolRebalancedTranchesEvent, error)
- func (d *EPoolDecoder) RebalancedTranchesEventID() common.Hash
- func (d *EPoolDecoder) RebalancedTranchesEventW3(w3l web3types.Log) (EPoolRebalancedTranchesEvent, error)
- func (d *EPoolDecoder) RecoveredTokenEvent(l types.Log) (EPoolRecoveredTokenEvent, error)
- func (d *EPoolDecoder) RecoveredTokenEventID() common.Hash
- func (d *EPoolDecoder) RecoveredTokenEventW3(w3l web3types.Log) (EPoolRecoveredTokenEvent, error)
- func (d *EPoolDecoder) RedeemedETokenEvent(l types.Log) (EPoolRedeemedETokenEvent, error)
- func (d *EPoolDecoder) RedeemedETokenEventID() common.Hash
- func (d *EPoolDecoder) RedeemedETokenEventW3(w3l web3types.Log) (EPoolRedeemedETokenEvent, error)
- func (d *EPoolDecoder) SetAggregatorEvent(l types.Log) (EPoolSetAggregatorEvent, error)
- func (d *EPoolDecoder) SetAggregatorEventID() common.Hash
- func (d *EPoolDecoder) SetAggregatorEventW3(w3l web3types.Log) (EPoolSetAggregatorEvent, error)
- func (d *EPoolDecoder) SetControllerEvent(l types.Log) (EPoolSetControllerEvent, error)
- func (d *EPoolDecoder) SetControllerEventID() common.Hash
- func (d *EPoolDecoder) SetControllerEventW3(w3l web3types.Log) (EPoolSetControllerEvent, error)
- func (d *EPoolDecoder) SetFeeRateEvent(l types.Log) (EPoolSetFeeRateEvent, error)
- func (d *EPoolDecoder) SetFeeRateEventID() common.Hash
- func (d *EPoolDecoder) SetFeeRateEventW3(w3l web3types.Log) (EPoolSetFeeRateEvent, error)
- func (d *EPoolDecoder) SetMinRDivEvent(l types.Log) (EPoolSetMinRDivEvent, error)
- func (d *EPoolDecoder) SetMinRDivEventID() common.Hash
- func (d *EPoolDecoder) SetMinRDivEventW3(w3l web3types.Log) (EPoolSetMinRDivEvent, error)
- func (d *EPoolDecoder) SetRebalanceIntervalEvent(l types.Log) (EPoolSetRebalanceIntervalEvent, error)
- func (d *EPoolDecoder) SetRebalanceIntervalEventID() common.Hash
- func (d *EPoolDecoder) SetRebalanceIntervalEventW3(w3l web3types.Log) (EPoolSetRebalanceIntervalEvent, error)
- type EPoolHelperDecoder
- type EPoolIssuedETokenEvent
- type EPoolPeripheryDecoder
- func (d *EPoolPeripheryDecoder) IsIssuedETokenEvent(log *types.Log) bool
- func (d *EPoolPeripheryDecoder) IsIssuedETokenEventW3(log *web3types.Log) bool
- func (d *EPoolPeripheryDecoder) IsRecoveredTokenEvent(log *types.Log) bool
- func (d *EPoolPeripheryDecoder) IsRecoveredTokenEventW3(log *web3types.Log) bool
- func (d *EPoolPeripheryDecoder) IsRedeemedETokenEvent(log *types.Log) bool
- func (d *EPoolPeripheryDecoder) IsRedeemedETokenEventW3(log *web3types.Log) bool
- func (d *EPoolPeripheryDecoder) IsSetControllerEvent(log *types.Log) bool
- func (d *EPoolPeripheryDecoder) IsSetControllerEventW3(log *web3types.Log) bool
- func (d *EPoolPeripheryDecoder) IsSetEPoolApprovalEvent(log *types.Log) bool
- func (d *EPoolPeripheryDecoder) IsSetEPoolApprovalEventW3(log *web3types.Log) bool
- func (d *EPoolPeripheryDecoder) IsSetMaxFlashSwapSlippageEvent(log *types.Log) bool
- func (d *EPoolPeripheryDecoder) IsSetMaxFlashSwapSlippageEventW3(log *web3types.Log) bool
- func (d *EPoolPeripheryDecoder) IssuedETokenEvent(l types.Log) (EPoolPeripheryIssuedETokenEvent, error)
- func (d *EPoolPeripheryDecoder) IssuedETokenEventID() common.Hash
- func (d *EPoolPeripheryDecoder) IssuedETokenEventW3(w3l web3types.Log) (EPoolPeripheryIssuedETokenEvent, error)
- func (d *EPoolPeripheryDecoder) RecoveredTokenEvent(l types.Log) (EPoolPeripheryRecoveredTokenEvent, error)
- func (d *EPoolPeripheryDecoder) RecoveredTokenEventID() common.Hash
- func (d *EPoolPeripheryDecoder) RecoveredTokenEventW3(w3l web3types.Log) (EPoolPeripheryRecoveredTokenEvent, error)
- func (d *EPoolPeripheryDecoder) RedeemedETokenEvent(l types.Log) (EPoolPeripheryRedeemedETokenEvent, error)
- func (d *EPoolPeripheryDecoder) RedeemedETokenEventID() common.Hash
- func (d *EPoolPeripheryDecoder) RedeemedETokenEventW3(w3l web3types.Log) (EPoolPeripheryRedeemedETokenEvent, error)
- func (d *EPoolPeripheryDecoder) SetControllerEvent(l types.Log) (EPoolPeripherySetControllerEvent, error)
- func (d *EPoolPeripheryDecoder) SetControllerEventID() common.Hash
- func (d *EPoolPeripheryDecoder) SetControllerEventW3(w3l web3types.Log) (EPoolPeripherySetControllerEvent, error)
- func (d *EPoolPeripheryDecoder) SetEPoolApprovalEvent(l types.Log) (EPoolPeripherySetEPoolApprovalEvent, error)
- func (d *EPoolPeripheryDecoder) SetEPoolApprovalEventID() common.Hash
- func (d *EPoolPeripheryDecoder) SetEPoolApprovalEventW3(w3l web3types.Log) (EPoolPeripherySetEPoolApprovalEvent, error)
- func (d *EPoolPeripheryDecoder) SetMaxFlashSwapSlippageEvent(l types.Log) (EPoolPeripherySetMaxFlashSwapSlippageEvent, error)
- func (d *EPoolPeripheryDecoder) SetMaxFlashSwapSlippageEventID() common.Hash
- func (d *EPoolPeripheryDecoder) SetMaxFlashSwapSlippageEventW3(w3l web3types.Log) (EPoolPeripherySetMaxFlashSwapSlippageEvent, error)
- type EPoolPeripheryIssuedETokenEvent
- type EPoolPeripheryRecoveredTokenEvent
- type EPoolPeripheryRedeemedETokenEvent
- type EPoolPeripherySetControllerEvent
- type EPoolPeripherySetEPoolApprovalEvent
- type EPoolPeripherySetMaxFlashSwapSlippageEvent
- type EPoolRebalancedTranchesEvent
- func (e *EPoolRebalancedTranchesEvent) DeltaADecimal(exp int32) decimal.Decimal
- func (e *EPoolRebalancedTranchesEvent) DeltaBDecimal(exp int32) decimal.Decimal
- func (e *EPoolRebalancedTranchesEvent) RChangeDecimal(exp int32) decimal.Decimal
- func (e *EPoolRebalancedTranchesEvent) RDivDecimal(exp int32) decimal.Decimal
- type EPoolRecoveredTokenEvent
- type EPoolRedeemedETokenEvent
- type EPoolSetAggregatorEvent
- type EPoolSetControllerEvent
- type EPoolSetFeeRateEvent
- type EPoolSetMinRDivEvent
- type EPoolSetRebalanceIntervalEvent
- type ERC20ApprovalEvent
- type ERC20Decoder
- func (d *ERC20Decoder) ApprovalEvent(l types.Log) (ERC20ApprovalEvent, error)
- func (d *ERC20Decoder) ApprovalEventID() common.Hash
- func (d *ERC20Decoder) ApprovalEventW3(w3l web3types.Log) (ERC20ApprovalEvent, error)
- func (d *ERC20Decoder) IsApprovalEvent(log *types.Log) bool
- func (d *ERC20Decoder) IsApprovalEventW3(log *web3types.Log) bool
- func (d *ERC20Decoder) IsTransferEvent(log *types.Log) bool
- func (d *ERC20Decoder) IsTransferEventW3(log *web3types.Log) bool
- func (d *ERC20Decoder) TransferEvent(l types.Log) (ERC20TransferEvent, error)
- func (d *ERC20Decoder) TransferEventID() common.Hash
- func (d *ERC20Decoder) TransferEventW3(w3l web3types.Log) (ERC20TransferEvent, error)
- type ERC20TransferEvent
- type ERC721ApprovalEvent
- type ERC721ApprovalForAllEvent
- type ERC721Decoder
- func (d *ERC721Decoder) ApprovalEvent(l types.Log) (ERC721ApprovalEvent, error)
- func (d *ERC721Decoder) ApprovalEventID() common.Hash
- func (d *ERC721Decoder) ApprovalEventW3(w3l web3types.Log) (ERC721ApprovalEvent, error)
- func (d *ERC721Decoder) ApprovalForAllEvent(l types.Log) (ERC721ApprovalForAllEvent, error)
- func (d *ERC721Decoder) ApprovalForAllEventID() common.Hash
- func (d *ERC721Decoder) ApprovalForAllEventW3(w3l web3types.Log) (ERC721ApprovalForAllEvent, error)
- func (d *ERC721Decoder) IsApprovalEvent(log *types.Log) bool
- func (d *ERC721Decoder) IsApprovalEventW3(log *web3types.Log) bool
- func (d *ERC721Decoder) IsApprovalForAllEvent(log *types.Log) bool
- func (d *ERC721Decoder) IsApprovalForAllEventW3(log *web3types.Log) bool
- func (d *ERC721Decoder) IsTransferEvent(log *types.Log) bool
- func (d *ERC721Decoder) IsTransferEventW3(log *web3types.Log) bool
- func (d *ERC721Decoder) TransferEvent(l types.Log) (ERC721TransferEvent, error)
- func (d *ERC721Decoder) TransferEventID() common.Hash
- func (d *ERC721Decoder) TransferEventW3(w3l web3types.Log) (ERC721TransferEvent, error)
- type ERC721TransferEvent
- type ETHAggregatorAnswerUpdatedEvent
- type ETHAggregatorDecoder
- func (d *ETHAggregatorDecoder) AnswerUpdatedEvent(l types.Log) (ETHAggregatorAnswerUpdatedEvent, error)
- func (d *ETHAggregatorDecoder) AnswerUpdatedEventID() common.Hash
- func (d *ETHAggregatorDecoder) AnswerUpdatedEventW3(w3l web3types.Log) (ETHAggregatorAnswerUpdatedEvent, error)
- func (d *ETHAggregatorDecoder) IsAnswerUpdatedEvent(log *types.Log) bool
- func (d *ETHAggregatorDecoder) IsAnswerUpdatedEventW3(log *web3types.Log) bool
- func (d *ETHAggregatorDecoder) IsNewRoundEvent(log *types.Log) bool
- func (d *ETHAggregatorDecoder) IsNewRoundEventW3(log *web3types.Log) bool
- func (d *ETHAggregatorDecoder) IsOwnershipTransferRequestedEvent(log *types.Log) bool
- func (d *ETHAggregatorDecoder) IsOwnershipTransferRequestedEventW3(log *web3types.Log) bool
- func (d *ETHAggregatorDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
- func (d *ETHAggregatorDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
- func (d *ETHAggregatorDecoder) NewRoundEvent(l types.Log) (ETHAggregatorNewRoundEvent, error)
- func (d *ETHAggregatorDecoder) NewRoundEventID() common.Hash
- func (d *ETHAggregatorDecoder) NewRoundEventW3(w3l web3types.Log) (ETHAggregatorNewRoundEvent, error)
- func (d *ETHAggregatorDecoder) OwnershipTransferRequestedEvent(l types.Log) (ETHAggregatorOwnershipTransferRequestedEvent, error)
- func (d *ETHAggregatorDecoder) OwnershipTransferRequestedEventID() common.Hash
- func (d *ETHAggregatorDecoder) OwnershipTransferRequestedEventW3(w3l web3types.Log) (ETHAggregatorOwnershipTransferRequestedEvent, error)
- func (d *ETHAggregatorDecoder) OwnershipTransferredEvent(l types.Log) (ETHAggregatorOwnershipTransferredEvent, error)
- func (d *ETHAggregatorDecoder) OwnershipTransferredEventID() common.Hash
- func (d *ETHAggregatorDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (ETHAggregatorOwnershipTransferredEvent, error)
- type ETHAggregatorNewRoundEvent
- type ETHAggregatorOwnershipTransferRequestedEvent
- type ETHAggregatorOwnershipTransferredEvent
- type ETokenFactoryCreatedETokenEvent
- type ETokenFactoryDecoder
- func (d *ETokenFactoryDecoder) CreatedETokenEvent(l types.Log) (ETokenFactoryCreatedETokenEvent, error)
- func (d *ETokenFactoryDecoder) CreatedETokenEventID() common.Hash
- func (d *ETokenFactoryDecoder) CreatedETokenEventW3(w3l web3types.Log) (ETokenFactoryCreatedETokenEvent, error)
- func (d *ETokenFactoryDecoder) IsCreatedETokenEvent(log *types.Log) bool
- func (d *ETokenFactoryDecoder) IsCreatedETokenEventW3(log *web3types.Log) bool
- type GovernanceAbrogationProposalExecutedEvent
- type GovernanceAbrogationProposalStartedEvent
- type GovernanceAbrogationProposalVoteCancelledEvent
- type GovernanceAbrogationProposalVoteEvent
- type GovernanceDecoder
- func (d *GovernanceDecoder) AbrogationProposalExecutedEvent(l types.Log) (GovernanceAbrogationProposalExecutedEvent, error)
- func (d *GovernanceDecoder) AbrogationProposalExecutedEventID() common.Hash
- func (d *GovernanceDecoder) AbrogationProposalExecutedEventW3(w3l web3types.Log) (GovernanceAbrogationProposalExecutedEvent, error)
- func (d *GovernanceDecoder) AbrogationProposalStartedEvent(l types.Log) (GovernanceAbrogationProposalStartedEvent, error)
- func (d *GovernanceDecoder) AbrogationProposalStartedEventID() common.Hash
- func (d *GovernanceDecoder) AbrogationProposalStartedEventW3(w3l web3types.Log) (GovernanceAbrogationProposalStartedEvent, error)
- func (d *GovernanceDecoder) AbrogationProposalVoteCancelledEvent(l types.Log) (GovernanceAbrogationProposalVoteCancelledEvent, error)
- func (d *GovernanceDecoder) AbrogationProposalVoteCancelledEventID() common.Hash
- func (d *GovernanceDecoder) AbrogationProposalVoteCancelledEventW3(w3l web3types.Log) (GovernanceAbrogationProposalVoteCancelledEvent, error)
- func (d *GovernanceDecoder) AbrogationProposalVoteEvent(l types.Log) (GovernanceAbrogationProposalVoteEvent, error)
- func (d *GovernanceDecoder) AbrogationProposalVoteEventID() common.Hash
- func (d *GovernanceDecoder) AbrogationProposalVoteEventW3(w3l web3types.Log) (GovernanceAbrogationProposalVoteEvent, error)
- func (d *GovernanceDecoder) IsAbrogationProposalExecutedEvent(log *types.Log) bool
- func (d *GovernanceDecoder) IsAbrogationProposalExecutedEventW3(log *web3types.Log) bool
- func (d *GovernanceDecoder) IsAbrogationProposalStartedEvent(log *types.Log) bool
- func (d *GovernanceDecoder) IsAbrogationProposalStartedEventW3(log *web3types.Log) bool
- func (d *GovernanceDecoder) IsAbrogationProposalVoteCancelledEvent(log *types.Log) bool
- func (d *GovernanceDecoder) IsAbrogationProposalVoteCancelledEventW3(log *web3types.Log) bool
- func (d *GovernanceDecoder) IsAbrogationProposalVoteEvent(log *types.Log) bool
- func (d *GovernanceDecoder) IsAbrogationProposalVoteEventW3(log *web3types.Log) bool
- func (d *GovernanceDecoder) IsProposalCanceledEvent(log *types.Log) bool
- func (d *GovernanceDecoder) IsProposalCanceledEventW3(log *web3types.Log) bool
- func (d *GovernanceDecoder) IsProposalCreatedEvent(log *types.Log) bool
- func (d *GovernanceDecoder) IsProposalCreatedEventW3(log *web3types.Log) bool
- func (d *GovernanceDecoder) IsProposalExecutedEvent(log *types.Log) bool
- func (d *GovernanceDecoder) IsProposalExecutedEventW3(log *web3types.Log) bool
- func (d *GovernanceDecoder) IsProposalQueuedEvent(log *types.Log) bool
- func (d *GovernanceDecoder) IsProposalQueuedEventW3(log *web3types.Log) bool
- func (d *GovernanceDecoder) IsVoteCanceledEvent(log *types.Log) bool
- func (d *GovernanceDecoder) IsVoteCanceledEventW3(log *web3types.Log) bool
- func (d *GovernanceDecoder) IsVoteEvent(log *types.Log) bool
- func (d *GovernanceDecoder) IsVoteEventW3(log *web3types.Log) bool
- func (d *GovernanceDecoder) ProposalCanceledEvent(l types.Log) (GovernanceProposalCanceledEvent, error)
- func (d *GovernanceDecoder) ProposalCanceledEventID() common.Hash
- func (d *GovernanceDecoder) ProposalCanceledEventW3(w3l web3types.Log) (GovernanceProposalCanceledEvent, error)
- func (d *GovernanceDecoder) ProposalCreatedEvent(l types.Log) (GovernanceProposalCreatedEvent, error)
- func (d *GovernanceDecoder) ProposalCreatedEventID() common.Hash
- func (d *GovernanceDecoder) ProposalCreatedEventW3(w3l web3types.Log) (GovernanceProposalCreatedEvent, error)
- func (d *GovernanceDecoder) ProposalExecutedEvent(l types.Log) (GovernanceProposalExecutedEvent, error)
- func (d *GovernanceDecoder) ProposalExecutedEventID() common.Hash
- func (d *GovernanceDecoder) ProposalExecutedEventW3(w3l web3types.Log) (GovernanceProposalExecutedEvent, error)
- func (d *GovernanceDecoder) ProposalQueuedEvent(l types.Log) (GovernanceProposalQueuedEvent, error)
- func (d *GovernanceDecoder) ProposalQueuedEventID() common.Hash
- func (d *GovernanceDecoder) ProposalQueuedEventW3(w3l web3types.Log) (GovernanceProposalQueuedEvent, error)
- func (d *GovernanceDecoder) VoteCanceledEvent(l types.Log) (GovernanceVoteCanceledEvent, error)
- func (d *GovernanceDecoder) VoteCanceledEventID() common.Hash
- func (d *GovernanceDecoder) VoteCanceledEventW3(w3l web3types.Log) (GovernanceVoteCanceledEvent, error)
- func (d *GovernanceDecoder) VoteEvent(l types.Log) (GovernanceVoteEvent, error)
- func (d *GovernanceDecoder) VoteEventID() common.Hash
- func (d *GovernanceDecoder) VoteEventW3(w3l web3types.Log) (GovernanceVoteEvent, error)
- type GovernanceProposalCanceledEvent
- type GovernanceProposalCreatedEvent
- type GovernanceProposalExecutedEvent
- type GovernanceProposalQueuedEvent
- type GovernanceVoteCanceledEvent
- type GovernanceVoteEvent
- type IDiamondCutFacetCut
- type RewardPoolMultiClaimRewardTokenEvent
- type RewardPoolMultiDecoder
- func (d *RewardPoolMultiDecoder) ClaimRewardTokenEvent(l types.Log) (RewardPoolMultiClaimRewardTokenEvent, error)
- func (d *RewardPoolMultiDecoder) ClaimRewardTokenEventID() common.Hash
- func (d *RewardPoolMultiDecoder) ClaimRewardTokenEventW3(w3l web3types.Log) (RewardPoolMultiClaimRewardTokenEvent, error)
- func (d *RewardPoolMultiDecoder) DepositEvent(l types.Log) (RewardPoolMultiDepositEvent, error)
- func (d *RewardPoolMultiDecoder) DepositEventID() common.Hash
- func (d *RewardPoolMultiDecoder) DepositEventW3(w3l web3types.Log) (RewardPoolMultiDepositEvent, error)
- func (d *RewardPoolMultiDecoder) IsClaimRewardTokenEvent(log *types.Log) bool
- func (d *RewardPoolMultiDecoder) IsClaimRewardTokenEventW3(log *web3types.Log) bool
- func (d *RewardPoolMultiDecoder) IsDepositEvent(log *types.Log) bool
- func (d *RewardPoolMultiDecoder) IsDepositEventW3(log *web3types.Log) bool
- func (d *RewardPoolMultiDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
- func (d *RewardPoolMultiDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
- func (d *RewardPoolMultiDecoder) IsWithdrawEvent(log *types.Log) bool
- func (d *RewardPoolMultiDecoder) IsWithdrawEventW3(log *web3types.Log) bool
- func (d *RewardPoolMultiDecoder) OwnershipTransferredEvent(l types.Log) (RewardPoolMultiOwnershipTransferredEvent, error)
- func (d *RewardPoolMultiDecoder) OwnershipTransferredEventID() common.Hash
- func (d *RewardPoolMultiDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (RewardPoolMultiOwnershipTransferredEvent, error)
- func (d *RewardPoolMultiDecoder) WithdrawEvent(l types.Log) (RewardPoolMultiWithdrawEvent, error)
- func (d *RewardPoolMultiDecoder) WithdrawEventID() common.Hash
- func (d *RewardPoolMultiDecoder) WithdrawEventW3(w3l web3types.Log) (RewardPoolMultiWithdrawEvent, error)
- type RewardPoolMultiDepositEvent
- type RewardPoolMultiOwnershipTransferredEvent
- type RewardPoolMultiWithdrawEvent
- type RewardPoolSingleClaimEvent
- type RewardPoolSingleDecoder
- func (d *RewardPoolSingleDecoder) ClaimEvent(l types.Log) (RewardPoolSingleClaimEvent, error)
- func (d *RewardPoolSingleDecoder) ClaimEventID() common.Hash
- func (d *RewardPoolSingleDecoder) ClaimEventW3(w3l web3types.Log) (RewardPoolSingleClaimEvent, error)
- func (d *RewardPoolSingleDecoder) DepositEvent(l types.Log) (RewardPoolSingleDepositEvent, error)
- func (d *RewardPoolSingleDecoder) DepositEventID() common.Hash
- func (d *RewardPoolSingleDecoder) DepositEventW3(w3l web3types.Log) (RewardPoolSingleDepositEvent, error)
- func (d *RewardPoolSingleDecoder) IsClaimEvent(log *types.Log) bool
- func (d *RewardPoolSingleDecoder) IsClaimEventW3(log *web3types.Log) bool
- func (d *RewardPoolSingleDecoder) IsDepositEvent(log *types.Log) bool
- func (d *RewardPoolSingleDecoder) IsDepositEventW3(log *web3types.Log) bool
- func (d *RewardPoolSingleDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
- func (d *RewardPoolSingleDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
- func (d *RewardPoolSingleDecoder) IsWithdrawEvent(log *types.Log) bool
- func (d *RewardPoolSingleDecoder) IsWithdrawEventW3(log *web3types.Log) bool
- func (d *RewardPoolSingleDecoder) OwnershipTransferredEvent(l types.Log) (RewardPoolSingleOwnershipTransferredEvent, error)
- func (d *RewardPoolSingleDecoder) OwnershipTransferredEventID() common.Hash
- func (d *RewardPoolSingleDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (RewardPoolSingleOwnershipTransferredEvent, error)
- func (d *RewardPoolSingleDecoder) WithdrawEvent(l types.Log) (RewardPoolSingleWithdrawEvent, error)
- func (d *RewardPoolSingleDecoder) WithdrawEventID() common.Hash
- func (d *RewardPoolSingleDecoder) WithdrawEventW3(w3l web3types.Log) (RewardPoolSingleWithdrawEvent, error)
- type RewardPoolSingleDepositEvent
- type RewardPoolSingleOwnershipTransferredEvent
- type RewardPoolSingleWithdrawEvent
- type SmartAlphaDecoder
- func (d *SmartAlphaDecoder) EpochEndEvent(l types.Log) (SmartAlphaEpochEndEvent, error)
- func (d *SmartAlphaDecoder) EpochEndEventID() common.Hash
- func (d *SmartAlphaDecoder) EpochEndEventW3(w3l web3types.Log) (SmartAlphaEpochEndEvent, error)
- func (d *SmartAlphaDecoder) FeesTransferEvent(l types.Log) (SmartAlphaFeesTransferEvent, error)
- func (d *SmartAlphaDecoder) FeesTransferEventID() common.Hash
- func (d *SmartAlphaDecoder) FeesTransferEventW3(w3l web3types.Log) (SmartAlphaFeesTransferEvent, error)
- func (d *SmartAlphaDecoder) IsEpochEndEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsEpochEndEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsFeesTransferEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsFeesTransferEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsJuniorJoinEntryQueueEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsJuniorJoinEntryQueueEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsJuniorJoinExitQueueEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsJuniorJoinExitQueueEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsJuniorRedeemTokensEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsJuniorRedeemTokensEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsJuniorRedeemUnderlyingEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsJuniorRedeemUnderlyingEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsPauseSystemEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsPauseSystemEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsResumeSystemEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsResumeSystemEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsSeniorJoinEntryQueueEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsSeniorJoinEntryQueueEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsSeniorJoinExitQueueEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsSeniorJoinExitQueueEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsSeniorRedeemTokensEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsSeniorRedeemTokensEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsSeniorRedeemUnderlyingEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsSeniorRedeemUnderlyingEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsSetAccountingModelEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsSetAccountingModelEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsSetFeesOwnerEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsSetFeesOwnerEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsSetFeesPercentageEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsSetFeesPercentageEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsSetPriceOracleEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsSetPriceOracleEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsSetSeniorRateModelEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsSetSeniorRateModelEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsTransferDAOEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsTransferDAOEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) IsTransferGuardianEvent(log *types.Log) bool
- func (d *SmartAlphaDecoder) IsTransferGuardianEventW3(log *web3types.Log) bool
- func (d *SmartAlphaDecoder) JuniorJoinEntryQueueEvent(l types.Log) (SmartAlphaJuniorJoinEntryQueueEvent, error)
- func (d *SmartAlphaDecoder) JuniorJoinEntryQueueEventID() common.Hash
- func (d *SmartAlphaDecoder) JuniorJoinEntryQueueEventW3(w3l web3types.Log) (SmartAlphaJuniorJoinEntryQueueEvent, error)
- func (d *SmartAlphaDecoder) JuniorJoinExitQueueEvent(l types.Log) (SmartAlphaJuniorJoinExitQueueEvent, error)
- func (d *SmartAlphaDecoder) JuniorJoinExitQueueEventID() common.Hash
- func (d *SmartAlphaDecoder) JuniorJoinExitQueueEventW3(w3l web3types.Log) (SmartAlphaJuniorJoinExitQueueEvent, error)
- func (d *SmartAlphaDecoder) JuniorRedeemTokensEvent(l types.Log) (SmartAlphaJuniorRedeemTokensEvent, error)
- func (d *SmartAlphaDecoder) JuniorRedeemTokensEventID() common.Hash
- func (d *SmartAlphaDecoder) JuniorRedeemTokensEventW3(w3l web3types.Log) (SmartAlphaJuniorRedeemTokensEvent, error)
- func (d *SmartAlphaDecoder) JuniorRedeemUnderlyingEvent(l types.Log) (SmartAlphaJuniorRedeemUnderlyingEvent, error)
- func (d *SmartAlphaDecoder) JuniorRedeemUnderlyingEventID() common.Hash
- func (d *SmartAlphaDecoder) JuniorRedeemUnderlyingEventW3(w3l web3types.Log) (SmartAlphaJuniorRedeemUnderlyingEvent, error)
- func (d *SmartAlphaDecoder) PauseSystemEvent(l types.Log) (SmartAlphaPauseSystemEvent, error)
- func (d *SmartAlphaDecoder) PauseSystemEventID() common.Hash
- func (d *SmartAlphaDecoder) PauseSystemEventW3(w3l web3types.Log) (SmartAlphaPauseSystemEvent, error)
- func (d *SmartAlphaDecoder) ResumeSystemEvent(l types.Log) (SmartAlphaResumeSystemEvent, error)
- func (d *SmartAlphaDecoder) ResumeSystemEventID() common.Hash
- func (d *SmartAlphaDecoder) ResumeSystemEventW3(w3l web3types.Log) (SmartAlphaResumeSystemEvent, error)
- func (d *SmartAlphaDecoder) SeniorJoinEntryQueueEvent(l types.Log) (SmartAlphaSeniorJoinEntryQueueEvent, error)
- func (d *SmartAlphaDecoder) SeniorJoinEntryQueueEventID() common.Hash
- func (d *SmartAlphaDecoder) SeniorJoinEntryQueueEventW3(w3l web3types.Log) (SmartAlphaSeniorJoinEntryQueueEvent, error)
- func (d *SmartAlphaDecoder) SeniorJoinExitQueueEvent(l types.Log) (SmartAlphaSeniorJoinExitQueueEvent, error)
- func (d *SmartAlphaDecoder) SeniorJoinExitQueueEventID() common.Hash
- func (d *SmartAlphaDecoder) SeniorJoinExitQueueEventW3(w3l web3types.Log) (SmartAlphaSeniorJoinExitQueueEvent, error)
- func (d *SmartAlphaDecoder) SeniorRedeemTokensEvent(l types.Log) (SmartAlphaSeniorRedeemTokensEvent, error)
- func (d *SmartAlphaDecoder) SeniorRedeemTokensEventID() common.Hash
- func (d *SmartAlphaDecoder) SeniorRedeemTokensEventW3(w3l web3types.Log) (SmartAlphaSeniorRedeemTokensEvent, error)
- func (d *SmartAlphaDecoder) SeniorRedeemUnderlyingEvent(l types.Log) (SmartAlphaSeniorRedeemUnderlyingEvent, error)
- func (d *SmartAlphaDecoder) SeniorRedeemUnderlyingEventID() common.Hash
- func (d *SmartAlphaDecoder) SeniorRedeemUnderlyingEventW3(w3l web3types.Log) (SmartAlphaSeniorRedeemUnderlyingEvent, error)
- func (d *SmartAlphaDecoder) SetAccountingModelEvent(l types.Log) (SmartAlphaSetAccountingModelEvent, error)
- func (d *SmartAlphaDecoder) SetAccountingModelEventID() common.Hash
- func (d *SmartAlphaDecoder) SetAccountingModelEventW3(w3l web3types.Log) (SmartAlphaSetAccountingModelEvent, error)
- func (d *SmartAlphaDecoder) SetFeesOwnerEvent(l types.Log) (SmartAlphaSetFeesOwnerEvent, error)
- func (d *SmartAlphaDecoder) SetFeesOwnerEventID() common.Hash
- func (d *SmartAlphaDecoder) SetFeesOwnerEventW3(w3l web3types.Log) (SmartAlphaSetFeesOwnerEvent, error)
- func (d *SmartAlphaDecoder) SetFeesPercentageEvent(l types.Log) (SmartAlphaSetFeesPercentageEvent, error)
- func (d *SmartAlphaDecoder) SetFeesPercentageEventID() common.Hash
- func (d *SmartAlphaDecoder) SetFeesPercentageEventW3(w3l web3types.Log) (SmartAlphaSetFeesPercentageEvent, error)
- func (d *SmartAlphaDecoder) SetPriceOracleEvent(l types.Log) (SmartAlphaSetPriceOracleEvent, error)
- func (d *SmartAlphaDecoder) SetPriceOracleEventID() common.Hash
- func (d *SmartAlphaDecoder) SetPriceOracleEventW3(w3l web3types.Log) (SmartAlphaSetPriceOracleEvent, error)
- func (d *SmartAlphaDecoder) SetSeniorRateModelEvent(l types.Log) (SmartAlphaSetSeniorRateModelEvent, error)
- func (d *SmartAlphaDecoder) SetSeniorRateModelEventID() common.Hash
- func (d *SmartAlphaDecoder) SetSeniorRateModelEventW3(w3l web3types.Log) (SmartAlphaSetSeniorRateModelEvent, error)
- func (d *SmartAlphaDecoder) TransferDAOEvent(l types.Log) (SmartAlphaTransferDAOEvent, error)
- func (d *SmartAlphaDecoder) TransferDAOEventID() common.Hash
- func (d *SmartAlphaDecoder) TransferDAOEventW3(w3l web3types.Log) (SmartAlphaTransferDAOEvent, error)
- func (d *SmartAlphaDecoder) TransferGuardianEvent(l types.Log) (SmartAlphaTransferGuardianEvent, error)
- func (d *SmartAlphaDecoder) TransferGuardianEventID() common.Hash
- func (d *SmartAlphaDecoder) TransferGuardianEventW3(w3l web3types.Log) (SmartAlphaTransferGuardianEvent, error)
- type SmartAlphaEpochEndEvent
- type SmartAlphaFeesTransferEvent
- type SmartAlphaJuniorJoinEntryQueueEvent
- type SmartAlphaJuniorJoinExitQueueEvent
- type SmartAlphaJuniorRedeemTokensEvent
- type SmartAlphaJuniorRedeemUnderlyingEvent
- type SmartAlphaPauseSystemEvent
- type SmartAlphaResumeSystemEvent
- type SmartAlphaSeniorJoinEntryQueueEvent
- type SmartAlphaSeniorJoinExitQueueEvent
- type SmartAlphaSeniorRedeemTokensEvent
- type SmartAlphaSeniorRedeemUnderlyingEvent
- type SmartAlphaSetAccountingModelEvent
- type SmartAlphaSetFeesOwnerEvent
- type SmartAlphaSetFeesPercentageEvent
- type SmartAlphaSetPriceOracleEvent
- type SmartAlphaSetSeniorRateModelEvent
- type SmartAlphaTransferDAOEvent
- type SmartAlphaTransferGuardianEvent
- type SmartYieldApprovalEvent
- type SmartYieldBuyJuniorBondEvent
- type SmartYieldBuySeniorBondEvent
- func (e *SmartYieldBuySeniorBondEvent) ForDaysDecimal(exp int32) decimal.Decimal
- func (e *SmartYieldBuySeniorBondEvent) GainDecimal(exp int32) decimal.Decimal
- func (e *SmartYieldBuySeniorBondEvent) SeniorBondIdDecimal(exp int32) decimal.Decimal
- func (e *SmartYieldBuySeniorBondEvent) UnderlyingInDecimal(exp int32) decimal.Decimal
- type SmartYieldBuyTokensEvent
- type SmartYieldCompoundControllerDecoder
- func (d *SmartYieldCompoundControllerDecoder) HarvestEvent(l types.Log) (SmartYieldCompoundControllerHarvestEvent, error)
- func (d *SmartYieldCompoundControllerDecoder) HarvestEventID() common.Hash
- func (d *SmartYieldCompoundControllerDecoder) HarvestEventW3(w3l web3types.Log) (SmartYieldCompoundControllerHarvestEvent, error)
- func (d *SmartYieldCompoundControllerDecoder) IsHarvestEvent(log *types.Log) bool
- func (d *SmartYieldCompoundControllerDecoder) IsHarvestEventW3(log *web3types.Log) bool
- type SmartYieldCompoundControllerHarvestEvent
- func (e *SmartYieldCompoundControllerHarvestEvent) CompRewardSoldDecimal(exp int32) decimal.Decimal
- func (e *SmartYieldCompoundControllerHarvestEvent) CompRewardTotalDecimal(exp int32) decimal.Decimal
- func (e *SmartYieldCompoundControllerHarvestEvent) HarvestCostDecimal(exp int32) decimal.Decimal
- func (e *SmartYieldCompoundControllerHarvestEvent) UnderlyingPoolShareDecimal(exp int32) decimal.Decimal
- func (e *SmartYieldCompoundControllerHarvestEvent) UnderlyingRewardDecimal(exp int32) decimal.Decimal
- type SmartYieldCompoundProviderDecoder
- func (d *SmartYieldCompoundProviderDecoder) IsTransferFeesEvent(log *types.Log) bool
- func (d *SmartYieldCompoundProviderDecoder) IsTransferFeesEventW3(log *web3types.Log) bool
- func (d *SmartYieldCompoundProviderDecoder) TransferFeesEvent(l types.Log) (SmartYieldCompoundProviderTransferFeesEvent, error)
- func (d *SmartYieldCompoundProviderDecoder) TransferFeesEventID() common.Hash
- func (d *SmartYieldCompoundProviderDecoder) TransferFeesEventW3(w3l web3types.Log) (SmartYieldCompoundProviderTransferFeesEvent, error)
- type SmartYieldCompoundProviderTransferFeesEvent
- type SmartYieldDecoder
- func (d *SmartYieldDecoder) ApprovalEvent(l types.Log) (SmartYieldApprovalEvent, error)
- func (d *SmartYieldDecoder) ApprovalEventID() common.Hash
- func (d *SmartYieldDecoder) ApprovalEventW3(w3l web3types.Log) (SmartYieldApprovalEvent, error)
- func (d *SmartYieldDecoder) BuyJuniorBondEvent(l types.Log) (SmartYieldBuyJuniorBondEvent, error)
- func (d *SmartYieldDecoder) BuyJuniorBondEventID() common.Hash
- func (d *SmartYieldDecoder) BuyJuniorBondEventW3(w3l web3types.Log) (SmartYieldBuyJuniorBondEvent, error)
- func (d *SmartYieldDecoder) BuySeniorBondEvent(l types.Log) (SmartYieldBuySeniorBondEvent, error)
- func (d *SmartYieldDecoder) BuySeniorBondEventID() common.Hash
- func (d *SmartYieldDecoder) BuySeniorBondEventW3(w3l web3types.Log) (SmartYieldBuySeniorBondEvent, error)
- func (d *SmartYieldDecoder) BuyTokensEvent(l types.Log) (SmartYieldBuyTokensEvent, error)
- func (d *SmartYieldDecoder) BuyTokensEventID() common.Hash
- func (d *SmartYieldDecoder) BuyTokensEventW3(w3l web3types.Log) (SmartYieldBuyTokensEvent, error)
- func (d *SmartYieldDecoder) IsApprovalEvent(log *types.Log) bool
- func (d *SmartYieldDecoder) IsApprovalEventW3(log *web3types.Log) bool
- func (d *SmartYieldDecoder) IsBuyJuniorBondEvent(log *types.Log) bool
- func (d *SmartYieldDecoder) IsBuyJuniorBondEventW3(log *web3types.Log) bool
- func (d *SmartYieldDecoder) IsBuySeniorBondEvent(log *types.Log) bool
- func (d *SmartYieldDecoder) IsBuySeniorBondEventW3(log *web3types.Log) bool
- func (d *SmartYieldDecoder) IsBuyTokensEvent(log *types.Log) bool
- func (d *SmartYieldDecoder) IsBuyTokensEventW3(log *web3types.Log) bool
- func (d *SmartYieldDecoder) IsRedeemJuniorBondEvent(log *types.Log) bool
- func (d *SmartYieldDecoder) IsRedeemJuniorBondEventW3(log *web3types.Log) bool
- func (d *SmartYieldDecoder) IsRedeemSeniorBondEvent(log *types.Log) bool
- func (d *SmartYieldDecoder) IsRedeemSeniorBondEventW3(log *web3types.Log) bool
- func (d *SmartYieldDecoder) IsSellTokensEvent(log *types.Log) bool
- func (d *SmartYieldDecoder) IsSellTokensEventW3(log *web3types.Log) bool
- func (d *SmartYieldDecoder) IsTransferEvent(log *types.Log) bool
- func (d *SmartYieldDecoder) IsTransferEventW3(log *web3types.Log) bool
- func (d *SmartYieldDecoder) RedeemJuniorBondEvent(l types.Log) (SmartYieldRedeemJuniorBondEvent, error)
- func (d *SmartYieldDecoder) RedeemJuniorBondEventID() common.Hash
- func (d *SmartYieldDecoder) RedeemJuniorBondEventW3(w3l web3types.Log) (SmartYieldRedeemJuniorBondEvent, error)
- func (d *SmartYieldDecoder) RedeemSeniorBondEvent(l types.Log) (SmartYieldRedeemSeniorBondEvent, error)
- func (d *SmartYieldDecoder) RedeemSeniorBondEventID() common.Hash
- func (d *SmartYieldDecoder) RedeemSeniorBondEventW3(w3l web3types.Log) (SmartYieldRedeemSeniorBondEvent, error)
- func (d *SmartYieldDecoder) SellTokensEvent(l types.Log) (SmartYieldSellTokensEvent, error)
- func (d *SmartYieldDecoder) SellTokensEventID() common.Hash
- func (d *SmartYieldDecoder) SellTokensEventW3(w3l web3types.Log) (SmartYieldSellTokensEvent, error)
- func (d *SmartYieldDecoder) TransferEvent(l types.Log) (SmartYieldTransferEvent, error)
- func (d *SmartYieldDecoder) TransferEventID() common.Hash
- func (d *SmartYieldDecoder) TransferEventW3(w3l web3types.Log) (SmartYieldTransferEvent, error)
- type SmartYieldPoolFactoryMultiDecoder
- func (d *SmartYieldPoolFactoryMultiDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
- func (d *SmartYieldPoolFactoryMultiDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
- func (d *SmartYieldPoolFactoryMultiDecoder) IsPoolMultiCreatedEvent(log *types.Log) bool
- func (d *SmartYieldPoolFactoryMultiDecoder) IsPoolMultiCreatedEventW3(log *web3types.Log) bool
- func (d *SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEvent(l types.Log) (SmartYieldPoolFactoryMultiOwnershipTransferredEvent, error)
- func (d *SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEventID() common.Hash
- func (d *SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (SmartYieldPoolFactoryMultiOwnershipTransferredEvent, error)
- func (d *SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEvent(l types.Log) (SmartYieldPoolFactoryMultiPoolMultiCreatedEvent, error)
- func (d *SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEventID() common.Hash
- func (d *SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEventW3(w3l web3types.Log) (SmartYieldPoolFactoryMultiPoolMultiCreatedEvent, error)
- type SmartYieldPoolFactoryMultiOwnershipTransferredEvent
- type SmartYieldPoolFactoryMultiPoolMultiCreatedEvent
- type SmartYieldPoolFactorySingleDecoder
- func (d *SmartYieldPoolFactorySingleDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
- func (d *SmartYieldPoolFactorySingleDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
- func (d *SmartYieldPoolFactorySingleDecoder) IsPoolCreatedEvent(log *types.Log) bool
- func (d *SmartYieldPoolFactorySingleDecoder) IsPoolCreatedEventW3(log *web3types.Log) bool
- func (d *SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEvent(l types.Log) (SmartYieldPoolFactorySingleOwnershipTransferredEvent, error)
- func (d *SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEventID() common.Hash
- func (d *SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (SmartYieldPoolFactorySingleOwnershipTransferredEvent, error)
- func (d *SmartYieldPoolFactorySingleDecoder) PoolCreatedEvent(l types.Log) (SmartYieldPoolFactorySinglePoolCreatedEvent, error)
- func (d *SmartYieldPoolFactorySingleDecoder) PoolCreatedEventID() common.Hash
- func (d *SmartYieldPoolFactorySingleDecoder) PoolCreatedEventW3(w3l web3types.Log) (SmartYieldPoolFactorySinglePoolCreatedEvent, error)
- type SmartYieldPoolFactorySingleOwnershipTransferredEvent
- type SmartYieldPoolFactorySinglePoolCreatedEvent
- type SmartYieldRedeemJuniorBondEvent
- type SmartYieldRedeemSeniorBondEvent
- type SmartYieldSellTokensEvent
- type SmartYieldTransferEvent
- type YieldFarmingDecoder
- func (d *YieldFarmingDecoder) DepositEvent(l types.Log) (YieldFarmingDepositEvent, error)
- func (d *YieldFarmingDecoder) DepositEventID() common.Hash
- func (d *YieldFarmingDecoder) DepositEventW3(w3l web3types.Log) (YieldFarmingDepositEvent, error)
- func (d *YieldFarmingDecoder) EmergencyWithdrawEvent(l types.Log) (YieldFarmingEmergencyWithdrawEvent, error)
- func (d *YieldFarmingDecoder) EmergencyWithdrawEventID() common.Hash
- func (d *YieldFarmingDecoder) EmergencyWithdrawEventW3(w3l web3types.Log) (YieldFarmingEmergencyWithdrawEvent, error)
- func (d *YieldFarmingDecoder) IsDepositEvent(log *types.Log) bool
- func (d *YieldFarmingDecoder) IsDepositEventW3(log *web3types.Log) bool
- func (d *YieldFarmingDecoder) IsEmergencyWithdrawEvent(log *types.Log) bool
- func (d *YieldFarmingDecoder) IsEmergencyWithdrawEventW3(log *web3types.Log) bool
- func (d *YieldFarmingDecoder) IsManualEpochInitEvent(log *types.Log) bool
- func (d *YieldFarmingDecoder) IsManualEpochInitEventW3(log *web3types.Log) bool
- func (d *YieldFarmingDecoder) IsWithdrawEvent(log *types.Log) bool
- func (d *YieldFarmingDecoder) IsWithdrawEventW3(log *web3types.Log) bool
- func (d *YieldFarmingDecoder) ManualEpochInitEvent(l types.Log) (YieldFarmingManualEpochInitEvent, error)
- func (d *YieldFarmingDecoder) ManualEpochInitEventID() common.Hash
- func (d *YieldFarmingDecoder) ManualEpochInitEventW3(w3l web3types.Log) (YieldFarmingManualEpochInitEvent, error)
- func (d *YieldFarmingDecoder) WithdrawEvent(l types.Log) (YieldFarmingWithdrawEvent, error)
- func (d *YieldFarmingDecoder) WithdrawEventID() common.Hash
- func (d *YieldFarmingDecoder) WithdrawEventW3(w3l web3types.Log) (YieldFarmingWithdrawEvent, error)
- type YieldFarmingDepositEvent
- type YieldFarmingEmergencyWithdrawEvent
- type YieldFarmingManualEpochInitEvent
- type YieldFarmingWithdrawEvent
Constants ¶
View Source
const BarnABI = "" /* 11335-byte string literal not displayed */
View Source
const EPoolABI = "" /* 12023-byte string literal not displayed */
View Source
const EPoolHelperABI = "" /* 4778-byte string literal not displayed */
View Source
const EPoolPeripheryABI = "" /* 9556-byte string literal not displayed */
View Source
const ERC20ABI = "" /* 2603-byte string literal not displayed */
View Source
const ERC721ABI = "" /* 6231-byte string literal not displayed */
View Source
const ETHAggregatorABI = "" /* 7117-byte string literal not displayed */
View Source
const ETokenFactoryABI = "" /* 930-byte string literal not displayed */
View Source
const GovernanceABI = "" /* 13858-byte string literal not displayed */
View Source
const RewardPoolMultiABI = "" /* 7592-byte string literal not displayed */
View Source
const RewardPoolSingleABI = "" /* 5982-byte string literal not displayed */
View Source
const SmartAlphaABI = "" /* 19074-byte string literal not displayed */
View Source
const SmartYieldABI = "" /* 15054-byte string literal not displayed */
View Source
const SmartYieldCompoundControllerABI = "" /* 13807-byte string literal not displayed */
View Source
const SmartYieldCompoundProviderABI = "" /* 4545-byte string literal not displayed */
View Source
const SmartYieldPoolFactoryMultiABI = "" /* 2167-byte string literal not displayed */
View Source
const SmartYieldPoolFactorySingleABI = "" /* 1910-byte string literal not displayed */
View Source
const YieldFarmingABI = "" /* 4847-byte string literal not displayed */
Variables ¶
View Source
var Barn = NewBarnDecoder()
View Source
var EPool = NewEPoolDecoder()
View Source
var EPoolHelper = NewEPoolHelperDecoder()
View Source
var EPoolPeriphery = NewEPoolPeripheryDecoder()
View Source
var ERC20 = NewERC20Decoder()
View Source
var ERC721 = NewERC721Decoder()
View Source
var ETHAggregator = NewETHAggregatorDecoder()
View Source
var ETokenFactory = NewETokenFactoryDecoder()
View Source
var Governance = NewGovernanceDecoder()
View Source
var RewardPoolMulti = NewRewardPoolMultiDecoder()
View Source
var RewardPoolSingle = NewRewardPoolSingleDecoder()
View Source
var SmartAlpha = NewSmartAlphaDecoder()
View Source
var SmartYield = NewSmartYieldDecoder()
View Source
var SmartYieldCompoundController = NewSmartYieldCompoundControllerDecoder()
View Source
var SmartYieldCompoundProvider = NewSmartYieldCompoundProviderDecoder()
View Source
var SmartYieldPoolFactoryMulti = NewSmartYieldPoolFactoryMultiDecoder()
View Source
var SmartYieldPoolFactorySingle = NewSmartYieldPoolFactorySingleDecoder()
View Source
var YieldFarming = NewYieldFarmingDecoder()
Functions ¶
This section is empty.
Types ¶
type BarnDecoder ¶
func NewBarnDecoder ¶
func NewBarnDecoder() *BarnDecoder
func (*BarnDecoder) DelegateEvent ¶
func (d *BarnDecoder) DelegateEvent(l types.Log) (BarnDelegateEvent, error)
func (*BarnDecoder) DelegateEventID ¶
func (d *BarnDecoder) DelegateEventID() common.Hash
func (*BarnDecoder) DelegateEventW3 ¶
func (d *BarnDecoder) DelegateEventW3(w3l web3types.Log) (BarnDelegateEvent, error)
func (*BarnDecoder) DelegatedPowerDecreasedEvent ¶
func (d *BarnDecoder) DelegatedPowerDecreasedEvent(l types.Log) (BarnDelegatedPowerDecreasedEvent, error)
func (*BarnDecoder) DelegatedPowerDecreasedEventID ¶
func (d *BarnDecoder) DelegatedPowerDecreasedEventID() common.Hash
func (*BarnDecoder) DelegatedPowerDecreasedEventW3 ¶
func (d *BarnDecoder) DelegatedPowerDecreasedEventW3(w3l web3types.Log) (BarnDelegatedPowerDecreasedEvent, error)
func (*BarnDecoder) DelegatedPowerIncreasedEvent ¶
func (d *BarnDecoder) DelegatedPowerIncreasedEvent(l types.Log) (BarnDelegatedPowerIncreasedEvent, error)
func (*BarnDecoder) DelegatedPowerIncreasedEventID ¶
func (d *BarnDecoder) DelegatedPowerIncreasedEventID() common.Hash
func (*BarnDecoder) DelegatedPowerIncreasedEventW3 ¶
func (d *BarnDecoder) DelegatedPowerIncreasedEventW3(w3l web3types.Log) (BarnDelegatedPowerIncreasedEvent, error)
func (*BarnDecoder) DepositEvent ¶
func (d *BarnDecoder) DepositEvent(l types.Log) (BarnDepositEvent, error)
func (*BarnDecoder) DepositEventID ¶
func (d *BarnDecoder) DepositEventID() common.Hash
func (*BarnDecoder) DepositEventW3 ¶
func (d *BarnDecoder) DepositEventW3(w3l web3types.Log) (BarnDepositEvent, error)
func (*BarnDecoder) DiamondCutEvent ¶
func (d *BarnDecoder) DiamondCutEvent(l types.Log) (BarnDiamondCutEvent, error)
func (*BarnDecoder) DiamondCutEventID ¶
func (d *BarnDecoder) DiamondCutEventID() common.Hash
func (*BarnDecoder) DiamondCutEventW3 ¶
func (d *BarnDecoder) DiamondCutEventW3(w3l web3types.Log) (BarnDiamondCutEvent, error)
func (*BarnDecoder) IsDelegateEvent ¶
func (d *BarnDecoder) IsDelegateEvent(log *types.Log) bool
func (*BarnDecoder) IsDelegateEventW3 ¶
func (d *BarnDecoder) IsDelegateEventW3(log *web3types.Log) bool
func (*BarnDecoder) IsDelegatedPowerDecreasedEvent ¶
func (d *BarnDecoder) IsDelegatedPowerDecreasedEvent(log *types.Log) bool
func (*BarnDecoder) IsDelegatedPowerDecreasedEventW3 ¶
func (d *BarnDecoder) IsDelegatedPowerDecreasedEventW3(log *web3types.Log) bool
func (*BarnDecoder) IsDelegatedPowerIncreasedEvent ¶
func (d *BarnDecoder) IsDelegatedPowerIncreasedEvent(log *types.Log) bool
func (*BarnDecoder) IsDelegatedPowerIncreasedEventW3 ¶
func (d *BarnDecoder) IsDelegatedPowerIncreasedEventW3(log *web3types.Log) bool
func (*BarnDecoder) IsDepositEvent ¶
func (d *BarnDecoder) IsDepositEvent(log *types.Log) bool
func (*BarnDecoder) IsDepositEventW3 ¶
func (d *BarnDecoder) IsDepositEventW3(log *web3types.Log) bool
func (*BarnDecoder) IsDiamondCutEvent ¶
func (d *BarnDecoder) IsDiamondCutEvent(log *types.Log) bool
func (*BarnDecoder) IsDiamondCutEventW3 ¶
func (d *BarnDecoder) IsDiamondCutEventW3(log *web3types.Log) bool
func (*BarnDecoder) IsLockEvent ¶
func (d *BarnDecoder) IsLockEvent(log *types.Log) bool
func (*BarnDecoder) IsLockEventW3 ¶
func (d *BarnDecoder) IsLockEventW3(log *web3types.Log) bool
func (*BarnDecoder) IsOwnershipTransferredEvent ¶
func (d *BarnDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
func (*BarnDecoder) IsOwnershipTransferredEventW3 ¶
func (d *BarnDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
func (*BarnDecoder) IsWithdrawEvent ¶
func (d *BarnDecoder) IsWithdrawEvent(log *types.Log) bool
func (*BarnDecoder) IsWithdrawEventW3 ¶
func (d *BarnDecoder) IsWithdrawEventW3(log *web3types.Log) bool
func (*BarnDecoder) LockEvent ¶
func (d *BarnDecoder) LockEvent(l types.Log) (BarnLockEvent, error)
func (*BarnDecoder) LockEventID ¶
func (d *BarnDecoder) LockEventID() common.Hash
func (*BarnDecoder) LockEventW3 ¶
func (d *BarnDecoder) LockEventW3(w3l web3types.Log) (BarnLockEvent, error)
func (*BarnDecoder) OwnershipTransferredEvent ¶
func (d *BarnDecoder) OwnershipTransferredEvent(l types.Log) (BarnOwnershipTransferredEvent, error)
func (*BarnDecoder) OwnershipTransferredEventID ¶
func (d *BarnDecoder) OwnershipTransferredEventID() common.Hash
func (*BarnDecoder) OwnershipTransferredEventW3 ¶
func (d *BarnDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (BarnOwnershipTransferredEvent, error)
func (*BarnDecoder) WithdrawEvent ¶
func (d *BarnDecoder) WithdrawEvent(l types.Log) (BarnWithdrawEvent, error)
func (*BarnDecoder) WithdrawEventID ¶
func (d *BarnDecoder) WithdrawEventID() common.Hash
func (*BarnDecoder) WithdrawEventW3 ¶
func (d *BarnDecoder) WithdrawEventW3(w3l web3types.Log) (BarnWithdrawEvent, error)
type BarnDelegateEvent ¶
type BarnDelegatedPowerDecreasedEvent ¶
type BarnDelegatedPowerDecreasedEvent struct { From common.Address To common.Address Amount *big.Int ToNewDelegatedPower *big.Int Raw types.Log }
func (*BarnDelegatedPowerDecreasedEvent) AmountDecimal ¶
func (e *BarnDelegatedPowerDecreasedEvent) AmountDecimal(exp int32) decimal.Decimal
func (*BarnDelegatedPowerDecreasedEvent) ToNewDelegatedPowerDecimal ¶
func (e *BarnDelegatedPowerDecreasedEvent) ToNewDelegatedPowerDecimal(exp int32) decimal.Decimal
type BarnDelegatedPowerIncreasedEvent ¶
type BarnDelegatedPowerIncreasedEvent struct { From common.Address To common.Address Amount *big.Int ToNewDelegatedPower *big.Int Raw types.Log }
func (*BarnDelegatedPowerIncreasedEvent) AmountDecimal ¶
func (e *BarnDelegatedPowerIncreasedEvent) AmountDecimal(exp int32) decimal.Decimal
func (*BarnDelegatedPowerIncreasedEvent) ToNewDelegatedPowerDecimal ¶
func (e *BarnDelegatedPowerIncreasedEvent) ToNewDelegatedPowerDecimal(exp int32) decimal.Decimal
type BarnDepositEvent ¶
type BarnDepositEvent struct { User common.Address Amount *big.Int NewBalance *big.Int Raw types.Log }
func (*BarnDepositEvent) AmountDecimal ¶
func (e *BarnDepositEvent) AmountDecimal(exp int32) decimal.Decimal
func (*BarnDepositEvent) NewBalanceDecimal ¶
func (e *BarnDepositEvent) NewBalanceDecimal(exp int32) decimal.Decimal
type BarnDiamondCutEvent ¶
type BarnLockEvent ¶
func (*BarnLockEvent) TimestampDecimal ¶
func (e *BarnLockEvent) TimestampDecimal(exp int32) decimal.Decimal
type BarnWithdrawEvent ¶
type BarnWithdrawEvent struct { User common.Address AmountWithdrew *big.Int AmountLeft *big.Int Raw types.Log }
func (*BarnWithdrawEvent) AmountLeftDecimal ¶
func (e *BarnWithdrawEvent) AmountLeftDecimal(exp int32) decimal.Decimal
func (*BarnWithdrawEvent) AmountWithdrewDecimal ¶
func (e *BarnWithdrawEvent) AmountWithdrewDecimal(exp int32) decimal.Decimal
type EPoolAddedTrancheEvent ¶
type EPoolCollectedFeesEvent ¶
type EPoolCollectedFeesEvent struct { CumulativeFeeA *big.Int CumulativeFeeB *big.Int Raw types.Log }
func (*EPoolCollectedFeesEvent) CumulativeFeeADecimal ¶
func (e *EPoolCollectedFeesEvent) CumulativeFeeADecimal(exp int32) decimal.Decimal
func (*EPoolCollectedFeesEvent) CumulativeFeeBDecimal ¶
func (e *EPoolCollectedFeesEvent) CumulativeFeeBDecimal(exp int32) decimal.Decimal
type EPoolDecoder ¶
func NewEPoolDecoder ¶
func NewEPoolDecoder() *EPoolDecoder
func (*EPoolDecoder) AddedTrancheEvent ¶
func (d *EPoolDecoder) AddedTrancheEvent(l types.Log) (EPoolAddedTrancheEvent, error)
func (*EPoolDecoder) AddedTrancheEventID ¶
func (d *EPoolDecoder) AddedTrancheEventID() common.Hash
func (*EPoolDecoder) AddedTrancheEventW3 ¶
func (d *EPoolDecoder) AddedTrancheEventW3(w3l web3types.Log) (EPoolAddedTrancheEvent, error)
func (*EPoolDecoder) CollectedFeesEvent ¶
func (d *EPoolDecoder) CollectedFeesEvent(l types.Log) (EPoolCollectedFeesEvent, error)
func (*EPoolDecoder) CollectedFeesEventID ¶
func (d *EPoolDecoder) CollectedFeesEventID() common.Hash
func (*EPoolDecoder) CollectedFeesEventW3 ¶
func (d *EPoolDecoder) CollectedFeesEventW3(w3l web3types.Log) (EPoolCollectedFeesEvent, error)
func (*EPoolDecoder) IsAddedTrancheEvent ¶
func (d *EPoolDecoder) IsAddedTrancheEvent(log *types.Log) bool
func (*EPoolDecoder) IsAddedTrancheEventW3 ¶
func (d *EPoolDecoder) IsAddedTrancheEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IsCollectedFeesEvent ¶
func (d *EPoolDecoder) IsCollectedFeesEvent(log *types.Log) bool
func (*EPoolDecoder) IsCollectedFeesEventW3 ¶
func (d *EPoolDecoder) IsCollectedFeesEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IsIssuedETokenEvent ¶
func (d *EPoolDecoder) IsIssuedETokenEvent(log *types.Log) bool
func (*EPoolDecoder) IsIssuedETokenEventW3 ¶
func (d *EPoolDecoder) IsIssuedETokenEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IsRebalancedTranchesEvent ¶
func (d *EPoolDecoder) IsRebalancedTranchesEvent(log *types.Log) bool
func (*EPoolDecoder) IsRebalancedTranchesEventW3 ¶
func (d *EPoolDecoder) IsRebalancedTranchesEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IsRecoveredTokenEvent ¶
func (d *EPoolDecoder) IsRecoveredTokenEvent(log *types.Log) bool
func (*EPoolDecoder) IsRecoveredTokenEventW3 ¶
func (d *EPoolDecoder) IsRecoveredTokenEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IsRedeemedETokenEvent ¶
func (d *EPoolDecoder) IsRedeemedETokenEvent(log *types.Log) bool
func (*EPoolDecoder) IsRedeemedETokenEventW3 ¶
func (d *EPoolDecoder) IsRedeemedETokenEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IsSetAggregatorEvent ¶
func (d *EPoolDecoder) IsSetAggregatorEvent(log *types.Log) bool
func (*EPoolDecoder) IsSetAggregatorEventW3 ¶
func (d *EPoolDecoder) IsSetAggregatorEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IsSetControllerEvent ¶
func (d *EPoolDecoder) IsSetControllerEvent(log *types.Log) bool
func (*EPoolDecoder) IsSetControllerEventW3 ¶
func (d *EPoolDecoder) IsSetControllerEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IsSetFeeRateEvent ¶
func (d *EPoolDecoder) IsSetFeeRateEvent(log *types.Log) bool
func (*EPoolDecoder) IsSetFeeRateEventW3 ¶
func (d *EPoolDecoder) IsSetFeeRateEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IsSetMinRDivEvent ¶
func (d *EPoolDecoder) IsSetMinRDivEvent(log *types.Log) bool
func (*EPoolDecoder) IsSetMinRDivEventW3 ¶
func (d *EPoolDecoder) IsSetMinRDivEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IsSetRebalanceIntervalEvent ¶
func (d *EPoolDecoder) IsSetRebalanceIntervalEvent(log *types.Log) bool
func (*EPoolDecoder) IsSetRebalanceIntervalEventW3 ¶
func (d *EPoolDecoder) IsSetRebalanceIntervalEventW3(log *web3types.Log) bool
func (*EPoolDecoder) IssuedETokenEvent ¶
func (d *EPoolDecoder) IssuedETokenEvent(l types.Log) (EPoolIssuedETokenEvent, error)
func (*EPoolDecoder) IssuedETokenEventID ¶
func (d *EPoolDecoder) IssuedETokenEventID() common.Hash
func (*EPoolDecoder) IssuedETokenEventW3 ¶
func (d *EPoolDecoder) IssuedETokenEventW3(w3l web3types.Log) (EPoolIssuedETokenEvent, error)
func (*EPoolDecoder) RebalancedTranchesEvent ¶
func (d *EPoolDecoder) RebalancedTranchesEvent(l types.Log) (EPoolRebalancedTranchesEvent, error)
func (*EPoolDecoder) RebalancedTranchesEventID ¶
func (d *EPoolDecoder) RebalancedTranchesEventID() common.Hash
func (*EPoolDecoder) RebalancedTranchesEventW3 ¶
func (d *EPoolDecoder) RebalancedTranchesEventW3(w3l web3types.Log) (EPoolRebalancedTranchesEvent, error)
func (*EPoolDecoder) RecoveredTokenEvent ¶
func (d *EPoolDecoder) RecoveredTokenEvent(l types.Log) (EPoolRecoveredTokenEvent, error)
func (*EPoolDecoder) RecoveredTokenEventID ¶
func (d *EPoolDecoder) RecoveredTokenEventID() common.Hash
func (*EPoolDecoder) RecoveredTokenEventW3 ¶
func (d *EPoolDecoder) RecoveredTokenEventW3(w3l web3types.Log) (EPoolRecoveredTokenEvent, error)
func (*EPoolDecoder) RedeemedETokenEvent ¶
func (d *EPoolDecoder) RedeemedETokenEvent(l types.Log) (EPoolRedeemedETokenEvent, error)
func (*EPoolDecoder) RedeemedETokenEventID ¶
func (d *EPoolDecoder) RedeemedETokenEventID() common.Hash
func (*EPoolDecoder) RedeemedETokenEventW3 ¶
func (d *EPoolDecoder) RedeemedETokenEventW3(w3l web3types.Log) (EPoolRedeemedETokenEvent, error)
func (*EPoolDecoder) SetAggregatorEvent ¶
func (d *EPoolDecoder) SetAggregatorEvent(l types.Log) (EPoolSetAggregatorEvent, error)
func (*EPoolDecoder) SetAggregatorEventID ¶
func (d *EPoolDecoder) SetAggregatorEventID() common.Hash
func (*EPoolDecoder) SetAggregatorEventW3 ¶
func (d *EPoolDecoder) SetAggregatorEventW3(w3l web3types.Log) (EPoolSetAggregatorEvent, error)
func (*EPoolDecoder) SetControllerEvent ¶
func (d *EPoolDecoder) SetControllerEvent(l types.Log) (EPoolSetControllerEvent, error)
func (*EPoolDecoder) SetControllerEventID ¶
func (d *EPoolDecoder) SetControllerEventID() common.Hash
func (*EPoolDecoder) SetControllerEventW3 ¶
func (d *EPoolDecoder) SetControllerEventW3(w3l web3types.Log) (EPoolSetControllerEvent, error)
func (*EPoolDecoder) SetFeeRateEvent ¶
func (d *EPoolDecoder) SetFeeRateEvent(l types.Log) (EPoolSetFeeRateEvent, error)
func (*EPoolDecoder) SetFeeRateEventID ¶
func (d *EPoolDecoder) SetFeeRateEventID() common.Hash
func (*EPoolDecoder) SetFeeRateEventW3 ¶
func (d *EPoolDecoder) SetFeeRateEventW3(w3l web3types.Log) (EPoolSetFeeRateEvent, error)
func (*EPoolDecoder) SetMinRDivEvent ¶
func (d *EPoolDecoder) SetMinRDivEvent(l types.Log) (EPoolSetMinRDivEvent, error)
func (*EPoolDecoder) SetMinRDivEventID ¶
func (d *EPoolDecoder) SetMinRDivEventID() common.Hash
func (*EPoolDecoder) SetMinRDivEventW3 ¶
func (d *EPoolDecoder) SetMinRDivEventW3(w3l web3types.Log) (EPoolSetMinRDivEvent, error)
func (*EPoolDecoder) SetRebalanceIntervalEvent ¶
func (d *EPoolDecoder) SetRebalanceIntervalEvent(l types.Log) (EPoolSetRebalanceIntervalEvent, error)
func (*EPoolDecoder) SetRebalanceIntervalEventID ¶
func (d *EPoolDecoder) SetRebalanceIntervalEventID() common.Hash
func (*EPoolDecoder) SetRebalanceIntervalEventW3 ¶
func (d *EPoolDecoder) SetRebalanceIntervalEventW3(w3l web3types.Log) (EPoolSetRebalanceIntervalEvent, error)
type EPoolHelperDecoder ¶
func NewEPoolHelperDecoder ¶
func NewEPoolHelperDecoder() *EPoolHelperDecoder
type EPoolIssuedETokenEvent ¶
type EPoolIssuedETokenEvent struct { EToken common.Address Amount *big.Int AmountA *big.Int AmountB *big.Int User common.Address Raw types.Log }
func (*EPoolIssuedETokenEvent) AmountADecimal ¶
func (e *EPoolIssuedETokenEvent) AmountADecimal(exp int32) decimal.Decimal
func (*EPoolIssuedETokenEvent) AmountBDecimal ¶
func (e *EPoolIssuedETokenEvent) AmountBDecimal(exp int32) decimal.Decimal
func (*EPoolIssuedETokenEvent) AmountDecimal ¶
func (e *EPoolIssuedETokenEvent) AmountDecimal(exp int32) decimal.Decimal
type EPoolPeripheryDecoder ¶
func NewEPoolPeripheryDecoder ¶
func NewEPoolPeripheryDecoder() *EPoolPeripheryDecoder
func (*EPoolPeripheryDecoder) IsIssuedETokenEvent ¶
func (d *EPoolPeripheryDecoder) IsIssuedETokenEvent(log *types.Log) bool
func (*EPoolPeripheryDecoder) IsIssuedETokenEventW3 ¶
func (d *EPoolPeripheryDecoder) IsIssuedETokenEventW3(log *web3types.Log) bool
func (*EPoolPeripheryDecoder) IsRecoveredTokenEvent ¶
func (d *EPoolPeripheryDecoder) IsRecoveredTokenEvent(log *types.Log) bool
func (*EPoolPeripheryDecoder) IsRecoveredTokenEventW3 ¶
func (d *EPoolPeripheryDecoder) IsRecoveredTokenEventW3(log *web3types.Log) bool
func (*EPoolPeripheryDecoder) IsRedeemedETokenEvent ¶
func (d *EPoolPeripheryDecoder) IsRedeemedETokenEvent(log *types.Log) bool
func (*EPoolPeripheryDecoder) IsRedeemedETokenEventW3 ¶
func (d *EPoolPeripheryDecoder) IsRedeemedETokenEventW3(log *web3types.Log) bool
func (*EPoolPeripheryDecoder) IsSetControllerEvent ¶
func (d *EPoolPeripheryDecoder) IsSetControllerEvent(log *types.Log) bool
func (*EPoolPeripheryDecoder) IsSetControllerEventW3 ¶
func (d *EPoolPeripheryDecoder) IsSetControllerEventW3(log *web3types.Log) bool
func (*EPoolPeripheryDecoder) IsSetEPoolApprovalEvent ¶
func (d *EPoolPeripheryDecoder) IsSetEPoolApprovalEvent(log *types.Log) bool
func (*EPoolPeripheryDecoder) IsSetEPoolApprovalEventW3 ¶
func (d *EPoolPeripheryDecoder) IsSetEPoolApprovalEventW3(log *web3types.Log) bool
func (*EPoolPeripheryDecoder) IsSetMaxFlashSwapSlippageEvent ¶
func (d *EPoolPeripheryDecoder) IsSetMaxFlashSwapSlippageEvent(log *types.Log) bool
func (*EPoolPeripheryDecoder) IsSetMaxFlashSwapSlippageEventW3 ¶
func (d *EPoolPeripheryDecoder) IsSetMaxFlashSwapSlippageEventW3(log *web3types.Log) bool
func (*EPoolPeripheryDecoder) IssuedETokenEvent ¶
func (d *EPoolPeripheryDecoder) IssuedETokenEvent(l types.Log) (EPoolPeripheryIssuedETokenEvent, error)
func (*EPoolPeripheryDecoder) IssuedETokenEventID ¶
func (d *EPoolPeripheryDecoder) IssuedETokenEventID() common.Hash
func (*EPoolPeripheryDecoder) IssuedETokenEventW3 ¶
func (d *EPoolPeripheryDecoder) IssuedETokenEventW3(w3l web3types.Log) (EPoolPeripheryIssuedETokenEvent, error)
func (*EPoolPeripheryDecoder) RecoveredTokenEvent ¶
func (d *EPoolPeripheryDecoder) RecoveredTokenEvent(l types.Log) (EPoolPeripheryRecoveredTokenEvent, error)
func (*EPoolPeripheryDecoder) RecoveredTokenEventID ¶
func (d *EPoolPeripheryDecoder) RecoveredTokenEventID() common.Hash
func (*EPoolPeripheryDecoder) RecoveredTokenEventW3 ¶
func (d *EPoolPeripheryDecoder) RecoveredTokenEventW3(w3l web3types.Log) (EPoolPeripheryRecoveredTokenEvent, error)
func (*EPoolPeripheryDecoder) RedeemedETokenEvent ¶
func (d *EPoolPeripheryDecoder) RedeemedETokenEvent(l types.Log) (EPoolPeripheryRedeemedETokenEvent, error)
func (*EPoolPeripheryDecoder) RedeemedETokenEventID ¶
func (d *EPoolPeripheryDecoder) RedeemedETokenEventID() common.Hash
func (*EPoolPeripheryDecoder) RedeemedETokenEventW3 ¶
func (d *EPoolPeripheryDecoder) RedeemedETokenEventW3(w3l web3types.Log) (EPoolPeripheryRedeemedETokenEvent, error)
func (*EPoolPeripheryDecoder) SetControllerEvent ¶
func (d *EPoolPeripheryDecoder) SetControllerEvent(l types.Log) (EPoolPeripherySetControllerEvent, error)
func (*EPoolPeripheryDecoder) SetControllerEventID ¶
func (d *EPoolPeripheryDecoder) SetControllerEventID() common.Hash
func (*EPoolPeripheryDecoder) SetControllerEventW3 ¶
func (d *EPoolPeripheryDecoder) SetControllerEventW3(w3l web3types.Log) (EPoolPeripherySetControllerEvent, error)
func (*EPoolPeripheryDecoder) SetEPoolApprovalEvent ¶
func (d *EPoolPeripheryDecoder) SetEPoolApprovalEvent(l types.Log) (EPoolPeripherySetEPoolApprovalEvent, error)
func (*EPoolPeripheryDecoder) SetEPoolApprovalEventID ¶
func (d *EPoolPeripheryDecoder) SetEPoolApprovalEventID() common.Hash
func (*EPoolPeripheryDecoder) SetEPoolApprovalEventW3 ¶
func (d *EPoolPeripheryDecoder) SetEPoolApprovalEventW3(w3l web3types.Log) (EPoolPeripherySetEPoolApprovalEvent, error)
func (*EPoolPeripheryDecoder) SetMaxFlashSwapSlippageEvent ¶
func (d *EPoolPeripheryDecoder) SetMaxFlashSwapSlippageEvent(l types.Log) (EPoolPeripherySetMaxFlashSwapSlippageEvent, error)
func (*EPoolPeripheryDecoder) SetMaxFlashSwapSlippageEventID ¶
func (d *EPoolPeripheryDecoder) SetMaxFlashSwapSlippageEventID() common.Hash
func (*EPoolPeripheryDecoder) SetMaxFlashSwapSlippageEventW3 ¶
func (d *EPoolPeripheryDecoder) SetMaxFlashSwapSlippageEventW3(w3l web3types.Log) (EPoolPeripherySetMaxFlashSwapSlippageEvent, error)
type EPoolPeripheryIssuedETokenEvent ¶
type EPoolPeripheryIssuedETokenEvent struct { EPool common.Address EToken common.Address Amount *big.Int AmountA *big.Int AmountB *big.Int User common.Address Raw types.Log }
func (*EPoolPeripheryIssuedETokenEvent) AmountADecimal ¶
func (e *EPoolPeripheryIssuedETokenEvent) AmountADecimal(exp int32) decimal.Decimal
func (*EPoolPeripheryIssuedETokenEvent) AmountBDecimal ¶
func (e *EPoolPeripheryIssuedETokenEvent) AmountBDecimal(exp int32) decimal.Decimal
func (*EPoolPeripheryIssuedETokenEvent) AmountDecimal ¶
func (e *EPoolPeripheryIssuedETokenEvent) AmountDecimal(exp int32) decimal.Decimal
type EPoolPeripheryRecoveredTokenEvent ¶
type EPoolPeripheryRecoveredTokenEvent struct { Token common.Address Amount *big.Int Raw types.Log }
func (*EPoolPeripheryRecoveredTokenEvent) AmountDecimal ¶
func (e *EPoolPeripheryRecoveredTokenEvent) AmountDecimal(exp int32) decimal.Decimal
type EPoolPeripheryRedeemedETokenEvent ¶
type EPoolPeripheryRedeemedETokenEvent struct { EPool common.Address EToken common.Address Amount *big.Int AmountA *big.Int AmountB *big.Int User common.Address Raw types.Log }
func (*EPoolPeripheryRedeemedETokenEvent) AmountADecimal ¶
func (e *EPoolPeripheryRedeemedETokenEvent) AmountADecimal(exp int32) decimal.Decimal
func (*EPoolPeripheryRedeemedETokenEvent) AmountBDecimal ¶
func (e *EPoolPeripheryRedeemedETokenEvent) AmountBDecimal(exp int32) decimal.Decimal
func (*EPoolPeripheryRedeemedETokenEvent) AmountDecimal ¶
func (e *EPoolPeripheryRedeemedETokenEvent) AmountDecimal(exp int32) decimal.Decimal
type EPoolPeripherySetMaxFlashSwapSlippageEvent ¶
type EPoolPeripherySetMaxFlashSwapSlippageEvent struct { MaxFlashSwapSlippage *big.Int Raw types.Log }
func (*EPoolPeripherySetMaxFlashSwapSlippageEvent) MaxFlashSwapSlippageDecimal ¶
func (e *EPoolPeripherySetMaxFlashSwapSlippageEvent) MaxFlashSwapSlippageDecimal(exp int32) decimal.Decimal
type EPoolRebalancedTranchesEvent ¶
type EPoolRebalancedTranchesEvent struct { DeltaA *big.Int DeltaB *big.Int RChange *big.Int RDiv *big.Int Raw types.Log }
func (*EPoolRebalancedTranchesEvent) DeltaADecimal ¶
func (e *EPoolRebalancedTranchesEvent) DeltaADecimal(exp int32) decimal.Decimal
func (*EPoolRebalancedTranchesEvent) DeltaBDecimal ¶
func (e *EPoolRebalancedTranchesEvent) DeltaBDecimal(exp int32) decimal.Decimal
func (*EPoolRebalancedTranchesEvent) RChangeDecimal ¶
func (e *EPoolRebalancedTranchesEvent) RChangeDecimal(exp int32) decimal.Decimal
func (*EPoolRebalancedTranchesEvent) RDivDecimal ¶
func (e *EPoolRebalancedTranchesEvent) RDivDecimal(exp int32) decimal.Decimal
type EPoolRecoveredTokenEvent ¶
func (*EPoolRecoveredTokenEvent) AmountDecimal ¶
func (e *EPoolRecoveredTokenEvent) AmountDecimal(exp int32) decimal.Decimal
type EPoolRedeemedETokenEvent ¶
type EPoolRedeemedETokenEvent struct { EToken common.Address Amount *big.Int AmountA *big.Int AmountB *big.Int User common.Address Raw types.Log }
func (*EPoolRedeemedETokenEvent) AmountADecimal ¶
func (e *EPoolRedeemedETokenEvent) AmountADecimal(exp int32) decimal.Decimal
func (*EPoolRedeemedETokenEvent) AmountBDecimal ¶
func (e *EPoolRedeemedETokenEvent) AmountBDecimal(exp int32) decimal.Decimal
func (*EPoolRedeemedETokenEvent) AmountDecimal ¶
func (e *EPoolRedeemedETokenEvent) AmountDecimal(exp int32) decimal.Decimal
type EPoolSetAggregatorEvent ¶
type EPoolSetControllerEvent ¶
type EPoolSetFeeRateEvent ¶
func (*EPoolSetFeeRateEvent) FeeRateDecimal ¶
func (e *EPoolSetFeeRateEvent) FeeRateDecimal(exp int32) decimal.Decimal
type EPoolSetMinRDivEvent ¶
func (*EPoolSetMinRDivEvent) MinRDivDecimal ¶
func (e *EPoolSetMinRDivEvent) MinRDivDecimal(exp int32) decimal.Decimal
type EPoolSetRebalanceIntervalEvent ¶
func (*EPoolSetRebalanceIntervalEvent) IntervalDecimal ¶
func (e *EPoolSetRebalanceIntervalEvent) IntervalDecimal(exp int32) decimal.Decimal
type ERC20ApprovalEvent ¶
type ERC20ApprovalEvent struct { Owner common.Address Spender common.Address Value *big.Int Raw types.Log }
func (*ERC20ApprovalEvent) ValueDecimal ¶
func (e *ERC20ApprovalEvent) ValueDecimal(exp int32) decimal.Decimal
type ERC20Decoder ¶
func NewERC20Decoder ¶
func NewERC20Decoder() *ERC20Decoder
func (*ERC20Decoder) ApprovalEvent ¶
func (d *ERC20Decoder) ApprovalEvent(l types.Log) (ERC20ApprovalEvent, error)
func (*ERC20Decoder) ApprovalEventID ¶
func (d *ERC20Decoder) ApprovalEventID() common.Hash
func (*ERC20Decoder) ApprovalEventW3 ¶
func (d *ERC20Decoder) ApprovalEventW3(w3l web3types.Log) (ERC20ApprovalEvent, error)
func (*ERC20Decoder) IsApprovalEvent ¶
func (d *ERC20Decoder) IsApprovalEvent(log *types.Log) bool
func (*ERC20Decoder) IsApprovalEventW3 ¶
func (d *ERC20Decoder) IsApprovalEventW3(log *web3types.Log) bool
func (*ERC20Decoder) IsTransferEvent ¶
func (d *ERC20Decoder) IsTransferEvent(log *types.Log) bool
func (*ERC20Decoder) IsTransferEventW3 ¶
func (d *ERC20Decoder) IsTransferEventW3(log *web3types.Log) bool
func (*ERC20Decoder) TransferEvent ¶
func (d *ERC20Decoder) TransferEvent(l types.Log) (ERC20TransferEvent, error)
func (*ERC20Decoder) TransferEventID ¶
func (d *ERC20Decoder) TransferEventID() common.Hash
func (*ERC20Decoder) TransferEventW3 ¶
func (d *ERC20Decoder) TransferEventW3(w3l web3types.Log) (ERC20TransferEvent, error)
type ERC20TransferEvent ¶
type ERC20TransferEvent struct { From common.Address To common.Address Value *big.Int Raw types.Log }
func (*ERC20TransferEvent) ValueDecimal ¶
func (e *ERC20TransferEvent) ValueDecimal(exp int32) decimal.Decimal
type ERC721ApprovalEvent ¶
type ERC721ApprovalEvent struct { Owner common.Address Approved common.Address TokenId *big.Int Raw types.Log }
func (*ERC721ApprovalEvent) TokenIdDecimal ¶
func (e *ERC721ApprovalEvent) TokenIdDecimal(exp int32) decimal.Decimal
type ERC721Decoder ¶
func NewERC721Decoder ¶
func NewERC721Decoder() *ERC721Decoder
func (*ERC721Decoder) ApprovalEvent ¶
func (d *ERC721Decoder) ApprovalEvent(l types.Log) (ERC721ApprovalEvent, error)
func (*ERC721Decoder) ApprovalEventID ¶
func (d *ERC721Decoder) ApprovalEventID() common.Hash
func (*ERC721Decoder) ApprovalEventW3 ¶
func (d *ERC721Decoder) ApprovalEventW3(w3l web3types.Log) (ERC721ApprovalEvent, error)
func (*ERC721Decoder) ApprovalForAllEvent ¶
func (d *ERC721Decoder) ApprovalForAllEvent(l types.Log) (ERC721ApprovalForAllEvent, error)
func (*ERC721Decoder) ApprovalForAllEventID ¶
func (d *ERC721Decoder) ApprovalForAllEventID() common.Hash
func (*ERC721Decoder) ApprovalForAllEventW3 ¶
func (d *ERC721Decoder) ApprovalForAllEventW3(w3l web3types.Log) (ERC721ApprovalForAllEvent, error)
func (*ERC721Decoder) IsApprovalEvent ¶
func (d *ERC721Decoder) IsApprovalEvent(log *types.Log) bool
func (*ERC721Decoder) IsApprovalEventW3 ¶
func (d *ERC721Decoder) IsApprovalEventW3(log *web3types.Log) bool
func (*ERC721Decoder) IsApprovalForAllEvent ¶
func (d *ERC721Decoder) IsApprovalForAllEvent(log *types.Log) bool
func (*ERC721Decoder) IsApprovalForAllEventW3 ¶
func (d *ERC721Decoder) IsApprovalForAllEventW3(log *web3types.Log) bool
func (*ERC721Decoder) IsTransferEvent ¶
func (d *ERC721Decoder) IsTransferEvent(log *types.Log) bool
func (*ERC721Decoder) IsTransferEventW3 ¶
func (d *ERC721Decoder) IsTransferEventW3(log *web3types.Log) bool
func (*ERC721Decoder) TransferEvent ¶
func (d *ERC721Decoder) TransferEvent(l types.Log) (ERC721TransferEvent, error)
func (*ERC721Decoder) TransferEventID ¶
func (d *ERC721Decoder) TransferEventID() common.Hash
func (*ERC721Decoder) TransferEventW3 ¶
func (d *ERC721Decoder) TransferEventW3(w3l web3types.Log) (ERC721TransferEvent, error)
type ERC721TransferEvent ¶
type ERC721TransferEvent struct { From common.Address To common.Address TokenId *big.Int Raw types.Log }
func (*ERC721TransferEvent) TokenIdDecimal ¶
func (e *ERC721TransferEvent) TokenIdDecimal(exp int32) decimal.Decimal
type ETHAggregatorAnswerUpdatedEvent ¶
type ETHAggregatorAnswerUpdatedEvent struct { Current *big.Int RoundId *big.Int UpdatedAt *big.Int Raw types.Log }
func (*ETHAggregatorAnswerUpdatedEvent) CurrentDecimal ¶
func (e *ETHAggregatorAnswerUpdatedEvent) CurrentDecimal(exp int32) decimal.Decimal
func (*ETHAggregatorAnswerUpdatedEvent) RoundIdDecimal ¶
func (e *ETHAggregatorAnswerUpdatedEvent) RoundIdDecimal(exp int32) decimal.Decimal
func (*ETHAggregatorAnswerUpdatedEvent) UpdatedAtDecimal ¶
func (e *ETHAggregatorAnswerUpdatedEvent) UpdatedAtDecimal(exp int32) decimal.Decimal
type ETHAggregatorDecoder ¶
func NewETHAggregatorDecoder ¶
func NewETHAggregatorDecoder() *ETHAggregatorDecoder
func (*ETHAggregatorDecoder) AnswerUpdatedEvent ¶
func (d *ETHAggregatorDecoder) AnswerUpdatedEvent(l types.Log) (ETHAggregatorAnswerUpdatedEvent, error)
func (*ETHAggregatorDecoder) AnswerUpdatedEventID ¶
func (d *ETHAggregatorDecoder) AnswerUpdatedEventID() common.Hash
func (*ETHAggregatorDecoder) AnswerUpdatedEventW3 ¶
func (d *ETHAggregatorDecoder) AnswerUpdatedEventW3(w3l web3types.Log) (ETHAggregatorAnswerUpdatedEvent, error)
func (*ETHAggregatorDecoder) IsAnswerUpdatedEvent ¶
func (d *ETHAggregatorDecoder) IsAnswerUpdatedEvent(log *types.Log) bool
func (*ETHAggregatorDecoder) IsAnswerUpdatedEventW3 ¶
func (d *ETHAggregatorDecoder) IsAnswerUpdatedEventW3(log *web3types.Log) bool
func (*ETHAggregatorDecoder) IsNewRoundEvent ¶
func (d *ETHAggregatorDecoder) IsNewRoundEvent(log *types.Log) bool
func (*ETHAggregatorDecoder) IsNewRoundEventW3 ¶
func (d *ETHAggregatorDecoder) IsNewRoundEventW3(log *web3types.Log) bool
func (*ETHAggregatorDecoder) IsOwnershipTransferRequestedEvent ¶
func (d *ETHAggregatorDecoder) IsOwnershipTransferRequestedEvent(log *types.Log) bool
func (*ETHAggregatorDecoder) IsOwnershipTransferRequestedEventW3 ¶
func (d *ETHAggregatorDecoder) IsOwnershipTransferRequestedEventW3(log *web3types.Log) bool
func (*ETHAggregatorDecoder) IsOwnershipTransferredEvent ¶
func (d *ETHAggregatorDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
func (*ETHAggregatorDecoder) IsOwnershipTransferredEventW3 ¶
func (d *ETHAggregatorDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
func (*ETHAggregatorDecoder) NewRoundEvent ¶
func (d *ETHAggregatorDecoder) NewRoundEvent(l types.Log) (ETHAggregatorNewRoundEvent, error)
func (*ETHAggregatorDecoder) NewRoundEventID ¶
func (d *ETHAggregatorDecoder) NewRoundEventID() common.Hash
func (*ETHAggregatorDecoder) NewRoundEventW3 ¶
func (d *ETHAggregatorDecoder) NewRoundEventW3(w3l web3types.Log) (ETHAggregatorNewRoundEvent, error)
func (*ETHAggregatorDecoder) OwnershipTransferRequestedEvent ¶
func (d *ETHAggregatorDecoder) OwnershipTransferRequestedEvent(l types.Log) (ETHAggregatorOwnershipTransferRequestedEvent, error)
func (*ETHAggregatorDecoder) OwnershipTransferRequestedEventID ¶
func (d *ETHAggregatorDecoder) OwnershipTransferRequestedEventID() common.Hash
func (*ETHAggregatorDecoder) OwnershipTransferRequestedEventW3 ¶
func (d *ETHAggregatorDecoder) OwnershipTransferRequestedEventW3(w3l web3types.Log) (ETHAggregatorOwnershipTransferRequestedEvent, error)
func (*ETHAggregatorDecoder) OwnershipTransferredEvent ¶
func (d *ETHAggregatorDecoder) OwnershipTransferredEvent(l types.Log) (ETHAggregatorOwnershipTransferredEvent, error)
func (*ETHAggregatorDecoder) OwnershipTransferredEventID ¶
func (d *ETHAggregatorDecoder) OwnershipTransferredEventID() common.Hash
func (*ETHAggregatorDecoder) OwnershipTransferredEventW3 ¶
func (d *ETHAggregatorDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (ETHAggregatorOwnershipTransferredEvent, error)
type ETHAggregatorNewRoundEvent ¶
type ETHAggregatorNewRoundEvent struct { RoundId *big.Int StartedBy common.Address StartedAt *big.Int Raw types.Log }
func (*ETHAggregatorNewRoundEvent) RoundIdDecimal ¶
func (e *ETHAggregatorNewRoundEvent) RoundIdDecimal(exp int32) decimal.Decimal
func (*ETHAggregatorNewRoundEvent) StartedAtDecimal ¶
func (e *ETHAggregatorNewRoundEvent) StartedAtDecimal(exp int32) decimal.Decimal
type ETokenFactoryDecoder ¶
func NewETokenFactoryDecoder ¶
func NewETokenFactoryDecoder() *ETokenFactoryDecoder
func (*ETokenFactoryDecoder) CreatedETokenEvent ¶
func (d *ETokenFactoryDecoder) CreatedETokenEvent(l types.Log) (ETokenFactoryCreatedETokenEvent, error)
func (*ETokenFactoryDecoder) CreatedETokenEventID ¶
func (d *ETokenFactoryDecoder) CreatedETokenEventID() common.Hash
func (*ETokenFactoryDecoder) CreatedETokenEventW3 ¶
func (d *ETokenFactoryDecoder) CreatedETokenEventW3(w3l web3types.Log) (ETokenFactoryCreatedETokenEvent, error)
func (*ETokenFactoryDecoder) IsCreatedETokenEvent ¶
func (d *ETokenFactoryDecoder) IsCreatedETokenEvent(log *types.Log) bool
func (*ETokenFactoryDecoder) IsCreatedETokenEventW3 ¶
func (d *ETokenFactoryDecoder) IsCreatedETokenEventW3(log *web3types.Log) bool
type GovernanceAbrogationProposalExecutedEvent ¶
type GovernanceAbrogationProposalExecutedEvent struct { ProposalId *big.Int Caller common.Address Raw types.Log }
func (*GovernanceAbrogationProposalExecutedEvent) ProposalIdDecimal ¶
func (e *GovernanceAbrogationProposalExecutedEvent) ProposalIdDecimal(exp int32) decimal.Decimal
type GovernanceAbrogationProposalStartedEvent ¶
type GovernanceAbrogationProposalStartedEvent struct { ProposalId *big.Int Caller common.Address Raw types.Log }
func (*GovernanceAbrogationProposalStartedEvent) ProposalIdDecimal ¶
func (e *GovernanceAbrogationProposalStartedEvent) ProposalIdDecimal(exp int32) decimal.Decimal
type GovernanceAbrogationProposalVoteCancelledEvent ¶
type GovernanceAbrogationProposalVoteCancelledEvent struct { ProposalId *big.Int User common.Address Raw types.Log }
func (*GovernanceAbrogationProposalVoteCancelledEvent) ProposalIdDecimal ¶
func (e *GovernanceAbrogationProposalVoteCancelledEvent) ProposalIdDecimal(exp int32) decimal.Decimal
type GovernanceAbrogationProposalVoteEvent ¶
type GovernanceAbrogationProposalVoteEvent struct { ProposalId *big.Int User common.Address Support bool Power *big.Int Raw types.Log }
func (*GovernanceAbrogationProposalVoteEvent) PowerDecimal ¶
func (e *GovernanceAbrogationProposalVoteEvent) PowerDecimal(exp int32) decimal.Decimal
func (*GovernanceAbrogationProposalVoteEvent) ProposalIdDecimal ¶
func (e *GovernanceAbrogationProposalVoteEvent) ProposalIdDecimal(exp int32) decimal.Decimal
type GovernanceDecoder ¶
func NewGovernanceDecoder ¶
func NewGovernanceDecoder() *GovernanceDecoder
func (*GovernanceDecoder) AbrogationProposalExecutedEvent ¶
func (d *GovernanceDecoder) AbrogationProposalExecutedEvent(l types.Log) (GovernanceAbrogationProposalExecutedEvent, error)
func (*GovernanceDecoder) AbrogationProposalExecutedEventID ¶
func (d *GovernanceDecoder) AbrogationProposalExecutedEventID() common.Hash
func (*GovernanceDecoder) AbrogationProposalExecutedEventW3 ¶
func (d *GovernanceDecoder) AbrogationProposalExecutedEventW3(w3l web3types.Log) (GovernanceAbrogationProposalExecutedEvent, error)
func (*GovernanceDecoder) AbrogationProposalStartedEvent ¶
func (d *GovernanceDecoder) AbrogationProposalStartedEvent(l types.Log) (GovernanceAbrogationProposalStartedEvent, error)
func (*GovernanceDecoder) AbrogationProposalStartedEventID ¶
func (d *GovernanceDecoder) AbrogationProposalStartedEventID() common.Hash
func (*GovernanceDecoder) AbrogationProposalStartedEventW3 ¶
func (d *GovernanceDecoder) AbrogationProposalStartedEventW3(w3l web3types.Log) (GovernanceAbrogationProposalStartedEvent, error)
func (*GovernanceDecoder) AbrogationProposalVoteCancelledEvent ¶
func (d *GovernanceDecoder) AbrogationProposalVoteCancelledEvent(l types.Log) (GovernanceAbrogationProposalVoteCancelledEvent, error)
func (*GovernanceDecoder) AbrogationProposalVoteCancelledEventID ¶
func (d *GovernanceDecoder) AbrogationProposalVoteCancelledEventID() common.Hash
func (*GovernanceDecoder) AbrogationProposalVoteCancelledEventW3 ¶
func (d *GovernanceDecoder) AbrogationProposalVoteCancelledEventW3(w3l web3types.Log) (GovernanceAbrogationProposalVoteCancelledEvent, error)
func (*GovernanceDecoder) AbrogationProposalVoteEvent ¶
func (d *GovernanceDecoder) AbrogationProposalVoteEvent(l types.Log) (GovernanceAbrogationProposalVoteEvent, error)
func (*GovernanceDecoder) AbrogationProposalVoteEventID ¶
func (d *GovernanceDecoder) AbrogationProposalVoteEventID() common.Hash
func (*GovernanceDecoder) AbrogationProposalVoteEventW3 ¶
func (d *GovernanceDecoder) AbrogationProposalVoteEventW3(w3l web3types.Log) (GovernanceAbrogationProposalVoteEvent, error)
func (*GovernanceDecoder) IsAbrogationProposalExecutedEvent ¶
func (d *GovernanceDecoder) IsAbrogationProposalExecutedEvent(log *types.Log) bool
func (*GovernanceDecoder) IsAbrogationProposalExecutedEventW3 ¶
func (d *GovernanceDecoder) IsAbrogationProposalExecutedEventW3(log *web3types.Log) bool
func (*GovernanceDecoder) IsAbrogationProposalStartedEvent ¶
func (d *GovernanceDecoder) IsAbrogationProposalStartedEvent(log *types.Log) bool
func (*GovernanceDecoder) IsAbrogationProposalStartedEventW3 ¶
func (d *GovernanceDecoder) IsAbrogationProposalStartedEventW3(log *web3types.Log) bool
func (*GovernanceDecoder) IsAbrogationProposalVoteCancelledEvent ¶
func (d *GovernanceDecoder) IsAbrogationProposalVoteCancelledEvent(log *types.Log) bool
func (*GovernanceDecoder) IsAbrogationProposalVoteCancelledEventW3 ¶
func (d *GovernanceDecoder) IsAbrogationProposalVoteCancelledEventW3(log *web3types.Log) bool
func (*GovernanceDecoder) IsAbrogationProposalVoteEvent ¶
func (d *GovernanceDecoder) IsAbrogationProposalVoteEvent(log *types.Log) bool
func (*GovernanceDecoder) IsAbrogationProposalVoteEventW3 ¶
func (d *GovernanceDecoder) IsAbrogationProposalVoteEventW3(log *web3types.Log) bool
func (*GovernanceDecoder) IsProposalCanceledEvent ¶
func (d *GovernanceDecoder) IsProposalCanceledEvent(log *types.Log) bool
func (*GovernanceDecoder) IsProposalCanceledEventW3 ¶
func (d *GovernanceDecoder) IsProposalCanceledEventW3(log *web3types.Log) bool
func (*GovernanceDecoder) IsProposalCreatedEvent ¶
func (d *GovernanceDecoder) IsProposalCreatedEvent(log *types.Log) bool
func (*GovernanceDecoder) IsProposalCreatedEventW3 ¶
func (d *GovernanceDecoder) IsProposalCreatedEventW3(log *web3types.Log) bool
func (*GovernanceDecoder) IsProposalExecutedEvent ¶
func (d *GovernanceDecoder) IsProposalExecutedEvent(log *types.Log) bool
func (*GovernanceDecoder) IsProposalExecutedEventW3 ¶
func (d *GovernanceDecoder) IsProposalExecutedEventW3(log *web3types.Log) bool
func (*GovernanceDecoder) IsProposalQueuedEvent ¶
func (d *GovernanceDecoder) IsProposalQueuedEvent(log *types.Log) bool
func (*GovernanceDecoder) IsProposalQueuedEventW3 ¶
func (d *GovernanceDecoder) IsProposalQueuedEventW3(log *web3types.Log) bool
func (*GovernanceDecoder) IsVoteCanceledEvent ¶
func (d *GovernanceDecoder) IsVoteCanceledEvent(log *types.Log) bool
func (*GovernanceDecoder) IsVoteCanceledEventW3 ¶
func (d *GovernanceDecoder) IsVoteCanceledEventW3(log *web3types.Log) bool
func (*GovernanceDecoder) IsVoteEvent ¶
func (d *GovernanceDecoder) IsVoteEvent(log *types.Log) bool
func (*GovernanceDecoder) IsVoteEventW3 ¶
func (d *GovernanceDecoder) IsVoteEventW3(log *web3types.Log) bool
func (*GovernanceDecoder) ProposalCanceledEvent ¶
func (d *GovernanceDecoder) ProposalCanceledEvent(l types.Log) (GovernanceProposalCanceledEvent, error)
func (*GovernanceDecoder) ProposalCanceledEventID ¶
func (d *GovernanceDecoder) ProposalCanceledEventID() common.Hash
func (*GovernanceDecoder) ProposalCanceledEventW3 ¶
func (d *GovernanceDecoder) ProposalCanceledEventW3(w3l web3types.Log) (GovernanceProposalCanceledEvent, error)
func (*GovernanceDecoder) ProposalCreatedEvent ¶
func (d *GovernanceDecoder) ProposalCreatedEvent(l types.Log) (GovernanceProposalCreatedEvent, error)
func (*GovernanceDecoder) ProposalCreatedEventID ¶
func (d *GovernanceDecoder) ProposalCreatedEventID() common.Hash
func (*GovernanceDecoder) ProposalCreatedEventW3 ¶
func (d *GovernanceDecoder) ProposalCreatedEventW3(w3l web3types.Log) (GovernanceProposalCreatedEvent, error)
func (*GovernanceDecoder) ProposalExecutedEvent ¶
func (d *GovernanceDecoder) ProposalExecutedEvent(l types.Log) (GovernanceProposalExecutedEvent, error)
func (*GovernanceDecoder) ProposalExecutedEventID ¶
func (d *GovernanceDecoder) ProposalExecutedEventID() common.Hash
func (*GovernanceDecoder) ProposalExecutedEventW3 ¶
func (d *GovernanceDecoder) ProposalExecutedEventW3(w3l web3types.Log) (GovernanceProposalExecutedEvent, error)
func (*GovernanceDecoder) ProposalQueuedEvent ¶
func (d *GovernanceDecoder) ProposalQueuedEvent(l types.Log) (GovernanceProposalQueuedEvent, error)
func (*GovernanceDecoder) ProposalQueuedEventID ¶
func (d *GovernanceDecoder) ProposalQueuedEventID() common.Hash
func (*GovernanceDecoder) ProposalQueuedEventW3 ¶
func (d *GovernanceDecoder) ProposalQueuedEventW3(w3l web3types.Log) (GovernanceProposalQueuedEvent, error)
func (*GovernanceDecoder) VoteCanceledEvent ¶
func (d *GovernanceDecoder) VoteCanceledEvent(l types.Log) (GovernanceVoteCanceledEvent, error)
func (*GovernanceDecoder) VoteCanceledEventID ¶
func (d *GovernanceDecoder) VoteCanceledEventID() common.Hash
func (*GovernanceDecoder) VoteCanceledEventW3 ¶
func (d *GovernanceDecoder) VoteCanceledEventW3(w3l web3types.Log) (GovernanceVoteCanceledEvent, error)
func (*GovernanceDecoder) VoteEvent ¶
func (d *GovernanceDecoder) VoteEvent(l types.Log) (GovernanceVoteEvent, error)
func (*GovernanceDecoder) VoteEventID ¶
func (d *GovernanceDecoder) VoteEventID() common.Hash
func (*GovernanceDecoder) VoteEventW3 ¶
func (d *GovernanceDecoder) VoteEventW3(w3l web3types.Log) (GovernanceVoteEvent, error)
type GovernanceProposalCanceledEvent ¶
type GovernanceProposalCanceledEvent struct { ProposalId *big.Int Caller common.Address Raw types.Log }
func (*GovernanceProposalCanceledEvent) ProposalIdDecimal ¶
func (e *GovernanceProposalCanceledEvent) ProposalIdDecimal(exp int32) decimal.Decimal
type GovernanceProposalCreatedEvent ¶
func (*GovernanceProposalCreatedEvent) ProposalIdDecimal ¶
func (e *GovernanceProposalCreatedEvent) ProposalIdDecimal(exp int32) decimal.Decimal
type GovernanceProposalExecutedEvent ¶
type GovernanceProposalExecutedEvent struct { ProposalId *big.Int Caller common.Address Raw types.Log }
func (*GovernanceProposalExecutedEvent) ProposalIdDecimal ¶
func (e *GovernanceProposalExecutedEvent) ProposalIdDecimal(exp int32) decimal.Decimal
type GovernanceProposalQueuedEvent ¶
type GovernanceProposalQueuedEvent struct { ProposalId *big.Int Caller common.Address Eta *big.Int Raw types.Log }
func (*GovernanceProposalQueuedEvent) EtaDecimal ¶
func (e *GovernanceProposalQueuedEvent) EtaDecimal(exp int32) decimal.Decimal
func (*GovernanceProposalQueuedEvent) ProposalIdDecimal ¶
func (e *GovernanceProposalQueuedEvent) ProposalIdDecimal(exp int32) decimal.Decimal
type GovernanceVoteCanceledEvent ¶
func (*GovernanceVoteCanceledEvent) ProposalIdDecimal ¶
func (e *GovernanceVoteCanceledEvent) ProposalIdDecimal(exp int32) decimal.Decimal
type GovernanceVoteEvent ¶
type GovernanceVoteEvent struct { ProposalId *big.Int User common.Address Support bool Power *big.Int Raw types.Log }
func (*GovernanceVoteEvent) PowerDecimal ¶
func (e *GovernanceVoteEvent) PowerDecimal(exp int32) decimal.Decimal
func (*GovernanceVoteEvent) ProposalIdDecimal ¶
func (e *GovernanceVoteEvent) ProposalIdDecimal(exp int32) decimal.Decimal
type IDiamondCutFacetCut ¶
type RewardPoolMultiClaimRewardTokenEvent ¶
type RewardPoolMultiClaimRewardTokenEvent struct { User common.Address Token common.Address Amount *big.Int Raw types.Log }
func (*RewardPoolMultiClaimRewardTokenEvent) AmountDecimal ¶
func (e *RewardPoolMultiClaimRewardTokenEvent) AmountDecimal(exp int32) decimal.Decimal
type RewardPoolMultiDecoder ¶
func NewRewardPoolMultiDecoder ¶
func NewRewardPoolMultiDecoder() *RewardPoolMultiDecoder
func (*RewardPoolMultiDecoder) ClaimRewardTokenEvent ¶
func (d *RewardPoolMultiDecoder) ClaimRewardTokenEvent(l types.Log) (RewardPoolMultiClaimRewardTokenEvent, error)
func (*RewardPoolMultiDecoder) ClaimRewardTokenEventID ¶
func (d *RewardPoolMultiDecoder) ClaimRewardTokenEventID() common.Hash
func (*RewardPoolMultiDecoder) ClaimRewardTokenEventW3 ¶
func (d *RewardPoolMultiDecoder) ClaimRewardTokenEventW3(w3l web3types.Log) (RewardPoolMultiClaimRewardTokenEvent, error)
func (*RewardPoolMultiDecoder) DepositEvent ¶
func (d *RewardPoolMultiDecoder) DepositEvent(l types.Log) (RewardPoolMultiDepositEvent, error)
func (*RewardPoolMultiDecoder) DepositEventID ¶
func (d *RewardPoolMultiDecoder) DepositEventID() common.Hash
func (*RewardPoolMultiDecoder) DepositEventW3 ¶
func (d *RewardPoolMultiDecoder) DepositEventW3(w3l web3types.Log) (RewardPoolMultiDepositEvent, error)
func (*RewardPoolMultiDecoder) IsClaimRewardTokenEvent ¶
func (d *RewardPoolMultiDecoder) IsClaimRewardTokenEvent(log *types.Log) bool
func (*RewardPoolMultiDecoder) IsClaimRewardTokenEventW3 ¶
func (d *RewardPoolMultiDecoder) IsClaimRewardTokenEventW3(log *web3types.Log) bool
func (*RewardPoolMultiDecoder) IsDepositEvent ¶
func (d *RewardPoolMultiDecoder) IsDepositEvent(log *types.Log) bool
func (*RewardPoolMultiDecoder) IsDepositEventW3 ¶
func (d *RewardPoolMultiDecoder) IsDepositEventW3(log *web3types.Log) bool
func (*RewardPoolMultiDecoder) IsOwnershipTransferredEvent ¶
func (d *RewardPoolMultiDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
func (*RewardPoolMultiDecoder) IsOwnershipTransferredEventW3 ¶
func (d *RewardPoolMultiDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
func (*RewardPoolMultiDecoder) IsWithdrawEvent ¶
func (d *RewardPoolMultiDecoder) IsWithdrawEvent(log *types.Log) bool
func (*RewardPoolMultiDecoder) IsWithdrawEventW3 ¶
func (d *RewardPoolMultiDecoder) IsWithdrawEventW3(log *web3types.Log) bool
func (*RewardPoolMultiDecoder) OwnershipTransferredEvent ¶
func (d *RewardPoolMultiDecoder) OwnershipTransferredEvent(l types.Log) (RewardPoolMultiOwnershipTransferredEvent, error)
func (*RewardPoolMultiDecoder) OwnershipTransferredEventID ¶
func (d *RewardPoolMultiDecoder) OwnershipTransferredEventID() common.Hash
func (*RewardPoolMultiDecoder) OwnershipTransferredEventW3 ¶
func (d *RewardPoolMultiDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (RewardPoolMultiOwnershipTransferredEvent, error)
func (*RewardPoolMultiDecoder) WithdrawEvent ¶
func (d *RewardPoolMultiDecoder) WithdrawEvent(l types.Log) (RewardPoolMultiWithdrawEvent, error)
func (*RewardPoolMultiDecoder) WithdrawEventID ¶
func (d *RewardPoolMultiDecoder) WithdrawEventID() common.Hash
func (*RewardPoolMultiDecoder) WithdrawEventW3 ¶
func (d *RewardPoolMultiDecoder) WithdrawEventW3(w3l web3types.Log) (RewardPoolMultiWithdrawEvent, error)
type RewardPoolMultiDepositEvent ¶
type RewardPoolMultiDepositEvent struct { User common.Address Amount *big.Int BalanceAfter *big.Int Raw types.Log }
func (*RewardPoolMultiDepositEvent) AmountDecimal ¶
func (e *RewardPoolMultiDepositEvent) AmountDecimal(exp int32) decimal.Decimal
func (*RewardPoolMultiDepositEvent) BalanceAfterDecimal ¶
func (e *RewardPoolMultiDepositEvent) BalanceAfterDecimal(exp int32) decimal.Decimal
type RewardPoolMultiWithdrawEvent ¶
type RewardPoolMultiWithdrawEvent struct { User common.Address Amount *big.Int BalanceAfter *big.Int Raw types.Log }
func (*RewardPoolMultiWithdrawEvent) AmountDecimal ¶
func (e *RewardPoolMultiWithdrawEvent) AmountDecimal(exp int32) decimal.Decimal
func (*RewardPoolMultiWithdrawEvent) BalanceAfterDecimal ¶
func (e *RewardPoolMultiWithdrawEvent) BalanceAfterDecimal(exp int32) decimal.Decimal
type RewardPoolSingleClaimEvent ¶
func (*RewardPoolSingleClaimEvent) AmountDecimal ¶
func (e *RewardPoolSingleClaimEvent) AmountDecimal(exp int32) decimal.Decimal
type RewardPoolSingleDecoder ¶
func NewRewardPoolSingleDecoder ¶
func NewRewardPoolSingleDecoder() *RewardPoolSingleDecoder
func (*RewardPoolSingleDecoder) ClaimEvent ¶
func (d *RewardPoolSingleDecoder) ClaimEvent(l types.Log) (RewardPoolSingleClaimEvent, error)
func (*RewardPoolSingleDecoder) ClaimEventID ¶
func (d *RewardPoolSingleDecoder) ClaimEventID() common.Hash
func (*RewardPoolSingleDecoder) ClaimEventW3 ¶
func (d *RewardPoolSingleDecoder) ClaimEventW3(w3l web3types.Log) (RewardPoolSingleClaimEvent, error)
func (*RewardPoolSingleDecoder) DepositEvent ¶
func (d *RewardPoolSingleDecoder) DepositEvent(l types.Log) (RewardPoolSingleDepositEvent, error)
func (*RewardPoolSingleDecoder) DepositEventID ¶
func (d *RewardPoolSingleDecoder) DepositEventID() common.Hash
func (*RewardPoolSingleDecoder) DepositEventW3 ¶
func (d *RewardPoolSingleDecoder) DepositEventW3(w3l web3types.Log) (RewardPoolSingleDepositEvent, error)
func (*RewardPoolSingleDecoder) IsClaimEvent ¶
func (d *RewardPoolSingleDecoder) IsClaimEvent(log *types.Log) bool
func (*RewardPoolSingleDecoder) IsClaimEventW3 ¶
func (d *RewardPoolSingleDecoder) IsClaimEventW3(log *web3types.Log) bool
func (*RewardPoolSingleDecoder) IsDepositEvent ¶
func (d *RewardPoolSingleDecoder) IsDepositEvent(log *types.Log) bool
func (*RewardPoolSingleDecoder) IsDepositEventW3 ¶
func (d *RewardPoolSingleDecoder) IsDepositEventW3(log *web3types.Log) bool
func (*RewardPoolSingleDecoder) IsOwnershipTransferredEvent ¶
func (d *RewardPoolSingleDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
func (*RewardPoolSingleDecoder) IsOwnershipTransferredEventW3 ¶
func (d *RewardPoolSingleDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
func (*RewardPoolSingleDecoder) IsWithdrawEvent ¶
func (d *RewardPoolSingleDecoder) IsWithdrawEvent(log *types.Log) bool
func (*RewardPoolSingleDecoder) IsWithdrawEventW3 ¶
func (d *RewardPoolSingleDecoder) IsWithdrawEventW3(log *web3types.Log) bool
func (*RewardPoolSingleDecoder) OwnershipTransferredEvent ¶
func (d *RewardPoolSingleDecoder) OwnershipTransferredEvent(l types.Log) (RewardPoolSingleOwnershipTransferredEvent, error)
func (*RewardPoolSingleDecoder) OwnershipTransferredEventID ¶
func (d *RewardPoolSingleDecoder) OwnershipTransferredEventID() common.Hash
func (*RewardPoolSingleDecoder) OwnershipTransferredEventW3 ¶
func (d *RewardPoolSingleDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (RewardPoolSingleOwnershipTransferredEvent, error)
func (*RewardPoolSingleDecoder) WithdrawEvent ¶
func (d *RewardPoolSingleDecoder) WithdrawEvent(l types.Log) (RewardPoolSingleWithdrawEvent, error)
func (*RewardPoolSingleDecoder) WithdrawEventID ¶
func (d *RewardPoolSingleDecoder) WithdrawEventID() common.Hash
func (*RewardPoolSingleDecoder) WithdrawEventW3 ¶
func (d *RewardPoolSingleDecoder) WithdrawEventW3(w3l web3types.Log) (RewardPoolSingleWithdrawEvent, error)
type RewardPoolSingleDepositEvent ¶
type RewardPoolSingleDepositEvent struct { User common.Address Amount *big.Int BalanceAfter *big.Int Raw types.Log }
func (*RewardPoolSingleDepositEvent) AmountDecimal ¶
func (e *RewardPoolSingleDepositEvent) AmountDecimal(exp int32) decimal.Decimal
func (*RewardPoolSingleDepositEvent) BalanceAfterDecimal ¶
func (e *RewardPoolSingleDepositEvent) BalanceAfterDecimal(exp int32) decimal.Decimal
type RewardPoolSingleWithdrawEvent ¶
type RewardPoolSingleWithdrawEvent struct { User common.Address Amount *big.Int BalanceAfter *big.Int Raw types.Log }
func (*RewardPoolSingleWithdrawEvent) AmountDecimal ¶
func (e *RewardPoolSingleWithdrawEvent) AmountDecimal(exp int32) decimal.Decimal
func (*RewardPoolSingleWithdrawEvent) BalanceAfterDecimal ¶
func (e *RewardPoolSingleWithdrawEvent) BalanceAfterDecimal(exp int32) decimal.Decimal
type SmartAlphaDecoder ¶
func NewSmartAlphaDecoder ¶
func NewSmartAlphaDecoder() *SmartAlphaDecoder
func (*SmartAlphaDecoder) EpochEndEvent ¶
func (d *SmartAlphaDecoder) EpochEndEvent(l types.Log) (SmartAlphaEpochEndEvent, error)
func (*SmartAlphaDecoder) EpochEndEventID ¶
func (d *SmartAlphaDecoder) EpochEndEventID() common.Hash
func (*SmartAlphaDecoder) EpochEndEventW3 ¶
func (d *SmartAlphaDecoder) EpochEndEventW3(w3l web3types.Log) (SmartAlphaEpochEndEvent, error)
func (*SmartAlphaDecoder) FeesTransferEvent ¶
func (d *SmartAlphaDecoder) FeesTransferEvent(l types.Log) (SmartAlphaFeesTransferEvent, error)
func (*SmartAlphaDecoder) FeesTransferEventID ¶
func (d *SmartAlphaDecoder) FeesTransferEventID() common.Hash
func (*SmartAlphaDecoder) FeesTransferEventW3 ¶
func (d *SmartAlphaDecoder) FeesTransferEventW3(w3l web3types.Log) (SmartAlphaFeesTransferEvent, error)
func (*SmartAlphaDecoder) IsEpochEndEvent ¶
func (d *SmartAlphaDecoder) IsEpochEndEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsEpochEndEventW3 ¶
func (d *SmartAlphaDecoder) IsEpochEndEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsFeesTransferEvent ¶
func (d *SmartAlphaDecoder) IsFeesTransferEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsFeesTransferEventW3 ¶
func (d *SmartAlphaDecoder) IsFeesTransferEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsJuniorJoinEntryQueueEvent ¶
func (d *SmartAlphaDecoder) IsJuniorJoinEntryQueueEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsJuniorJoinEntryQueueEventW3 ¶
func (d *SmartAlphaDecoder) IsJuniorJoinEntryQueueEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsJuniorJoinExitQueueEvent ¶
func (d *SmartAlphaDecoder) IsJuniorJoinExitQueueEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsJuniorJoinExitQueueEventW3 ¶
func (d *SmartAlphaDecoder) IsJuniorJoinExitQueueEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsJuniorRedeemTokensEvent ¶
func (d *SmartAlphaDecoder) IsJuniorRedeemTokensEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsJuniorRedeemTokensEventW3 ¶
func (d *SmartAlphaDecoder) IsJuniorRedeemTokensEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsJuniorRedeemUnderlyingEvent ¶
func (d *SmartAlphaDecoder) IsJuniorRedeemUnderlyingEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsJuniorRedeemUnderlyingEventW3 ¶
func (d *SmartAlphaDecoder) IsJuniorRedeemUnderlyingEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsPauseSystemEvent ¶
func (d *SmartAlphaDecoder) IsPauseSystemEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsPauseSystemEventW3 ¶
func (d *SmartAlphaDecoder) IsPauseSystemEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsResumeSystemEvent ¶
func (d *SmartAlphaDecoder) IsResumeSystemEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsResumeSystemEventW3 ¶
func (d *SmartAlphaDecoder) IsResumeSystemEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsSeniorJoinEntryQueueEvent ¶
func (d *SmartAlphaDecoder) IsSeniorJoinEntryQueueEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsSeniorJoinEntryQueueEventW3 ¶
func (d *SmartAlphaDecoder) IsSeniorJoinEntryQueueEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsSeniorJoinExitQueueEvent ¶
func (d *SmartAlphaDecoder) IsSeniorJoinExitQueueEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsSeniorJoinExitQueueEventW3 ¶
func (d *SmartAlphaDecoder) IsSeniorJoinExitQueueEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsSeniorRedeemTokensEvent ¶
func (d *SmartAlphaDecoder) IsSeniorRedeemTokensEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsSeniorRedeemTokensEventW3 ¶
func (d *SmartAlphaDecoder) IsSeniorRedeemTokensEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsSeniorRedeemUnderlyingEvent ¶
func (d *SmartAlphaDecoder) IsSeniorRedeemUnderlyingEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsSeniorRedeemUnderlyingEventW3 ¶
func (d *SmartAlphaDecoder) IsSeniorRedeemUnderlyingEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsSetAccountingModelEvent ¶
func (d *SmartAlphaDecoder) IsSetAccountingModelEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsSetAccountingModelEventW3 ¶
func (d *SmartAlphaDecoder) IsSetAccountingModelEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsSetFeesOwnerEvent ¶
func (d *SmartAlphaDecoder) IsSetFeesOwnerEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsSetFeesOwnerEventW3 ¶
func (d *SmartAlphaDecoder) IsSetFeesOwnerEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsSetFeesPercentageEvent ¶
func (d *SmartAlphaDecoder) IsSetFeesPercentageEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsSetFeesPercentageEventW3 ¶
func (d *SmartAlphaDecoder) IsSetFeesPercentageEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsSetPriceOracleEvent ¶
func (d *SmartAlphaDecoder) IsSetPriceOracleEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsSetPriceOracleEventW3 ¶
func (d *SmartAlphaDecoder) IsSetPriceOracleEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsSetSeniorRateModelEvent ¶
func (d *SmartAlphaDecoder) IsSetSeniorRateModelEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsSetSeniorRateModelEventW3 ¶
func (d *SmartAlphaDecoder) IsSetSeniorRateModelEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsTransferDAOEvent ¶
func (d *SmartAlphaDecoder) IsTransferDAOEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsTransferDAOEventW3 ¶
func (d *SmartAlphaDecoder) IsTransferDAOEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) IsTransferGuardianEvent ¶
func (d *SmartAlphaDecoder) IsTransferGuardianEvent(log *types.Log) bool
func (*SmartAlphaDecoder) IsTransferGuardianEventW3 ¶
func (d *SmartAlphaDecoder) IsTransferGuardianEventW3(log *web3types.Log) bool
func (*SmartAlphaDecoder) JuniorJoinEntryQueueEvent ¶
func (d *SmartAlphaDecoder) JuniorJoinEntryQueueEvent(l types.Log) (SmartAlphaJuniorJoinEntryQueueEvent, error)
func (*SmartAlphaDecoder) JuniorJoinEntryQueueEventID ¶
func (d *SmartAlphaDecoder) JuniorJoinEntryQueueEventID() common.Hash
func (*SmartAlphaDecoder) JuniorJoinEntryQueueEventW3 ¶
func (d *SmartAlphaDecoder) JuniorJoinEntryQueueEventW3(w3l web3types.Log) (SmartAlphaJuniorJoinEntryQueueEvent, error)
func (*SmartAlphaDecoder) JuniorJoinExitQueueEvent ¶
func (d *SmartAlphaDecoder) JuniorJoinExitQueueEvent(l types.Log) (SmartAlphaJuniorJoinExitQueueEvent, error)
func (*SmartAlphaDecoder) JuniorJoinExitQueueEventID ¶
func (d *SmartAlphaDecoder) JuniorJoinExitQueueEventID() common.Hash
func (*SmartAlphaDecoder) JuniorJoinExitQueueEventW3 ¶
func (d *SmartAlphaDecoder) JuniorJoinExitQueueEventW3(w3l web3types.Log) (SmartAlphaJuniorJoinExitQueueEvent, error)
func (*SmartAlphaDecoder) JuniorRedeemTokensEvent ¶
func (d *SmartAlphaDecoder) JuniorRedeemTokensEvent(l types.Log) (SmartAlphaJuniorRedeemTokensEvent, error)
func (*SmartAlphaDecoder) JuniorRedeemTokensEventID ¶
func (d *SmartAlphaDecoder) JuniorRedeemTokensEventID() common.Hash
func (*SmartAlphaDecoder) JuniorRedeemTokensEventW3 ¶
func (d *SmartAlphaDecoder) JuniorRedeemTokensEventW3(w3l web3types.Log) (SmartAlphaJuniorRedeemTokensEvent, error)
func (*SmartAlphaDecoder) JuniorRedeemUnderlyingEvent ¶
func (d *SmartAlphaDecoder) JuniorRedeemUnderlyingEvent(l types.Log) (SmartAlphaJuniorRedeemUnderlyingEvent, error)
func (*SmartAlphaDecoder) JuniorRedeemUnderlyingEventID ¶
func (d *SmartAlphaDecoder) JuniorRedeemUnderlyingEventID() common.Hash
func (*SmartAlphaDecoder) JuniorRedeemUnderlyingEventW3 ¶
func (d *SmartAlphaDecoder) JuniorRedeemUnderlyingEventW3(w3l web3types.Log) (SmartAlphaJuniorRedeemUnderlyingEvent, error)
func (*SmartAlphaDecoder) PauseSystemEvent ¶
func (d *SmartAlphaDecoder) PauseSystemEvent(l types.Log) (SmartAlphaPauseSystemEvent, error)
func (*SmartAlphaDecoder) PauseSystemEventID ¶
func (d *SmartAlphaDecoder) PauseSystemEventID() common.Hash
func (*SmartAlphaDecoder) PauseSystemEventW3 ¶
func (d *SmartAlphaDecoder) PauseSystemEventW3(w3l web3types.Log) (SmartAlphaPauseSystemEvent, error)
func (*SmartAlphaDecoder) ResumeSystemEvent ¶
func (d *SmartAlphaDecoder) ResumeSystemEvent(l types.Log) (SmartAlphaResumeSystemEvent, error)
func (*SmartAlphaDecoder) ResumeSystemEventID ¶
func (d *SmartAlphaDecoder) ResumeSystemEventID() common.Hash
func (*SmartAlphaDecoder) ResumeSystemEventW3 ¶
func (d *SmartAlphaDecoder) ResumeSystemEventW3(w3l web3types.Log) (SmartAlphaResumeSystemEvent, error)
func (*SmartAlphaDecoder) SeniorJoinEntryQueueEvent ¶
func (d *SmartAlphaDecoder) SeniorJoinEntryQueueEvent(l types.Log) (SmartAlphaSeniorJoinEntryQueueEvent, error)
func (*SmartAlphaDecoder) SeniorJoinEntryQueueEventID ¶
func (d *SmartAlphaDecoder) SeniorJoinEntryQueueEventID() common.Hash
func (*SmartAlphaDecoder) SeniorJoinEntryQueueEventW3 ¶
func (d *SmartAlphaDecoder) SeniorJoinEntryQueueEventW3(w3l web3types.Log) (SmartAlphaSeniorJoinEntryQueueEvent, error)
func (*SmartAlphaDecoder) SeniorJoinExitQueueEvent ¶
func (d *SmartAlphaDecoder) SeniorJoinExitQueueEvent(l types.Log) (SmartAlphaSeniorJoinExitQueueEvent, error)
func (*SmartAlphaDecoder) SeniorJoinExitQueueEventID ¶
func (d *SmartAlphaDecoder) SeniorJoinExitQueueEventID() common.Hash
func (*SmartAlphaDecoder) SeniorJoinExitQueueEventW3 ¶
func (d *SmartAlphaDecoder) SeniorJoinExitQueueEventW3(w3l web3types.Log) (SmartAlphaSeniorJoinExitQueueEvent, error)
func (*SmartAlphaDecoder) SeniorRedeemTokensEvent ¶
func (d *SmartAlphaDecoder) SeniorRedeemTokensEvent(l types.Log) (SmartAlphaSeniorRedeemTokensEvent, error)
func (*SmartAlphaDecoder) SeniorRedeemTokensEventID ¶
func (d *SmartAlphaDecoder) SeniorRedeemTokensEventID() common.Hash
func (*SmartAlphaDecoder) SeniorRedeemTokensEventW3 ¶
func (d *SmartAlphaDecoder) SeniorRedeemTokensEventW3(w3l web3types.Log) (SmartAlphaSeniorRedeemTokensEvent, error)
func (*SmartAlphaDecoder) SeniorRedeemUnderlyingEvent ¶
func (d *SmartAlphaDecoder) SeniorRedeemUnderlyingEvent(l types.Log) (SmartAlphaSeniorRedeemUnderlyingEvent, error)
func (*SmartAlphaDecoder) SeniorRedeemUnderlyingEventID ¶
func (d *SmartAlphaDecoder) SeniorRedeemUnderlyingEventID() common.Hash
func (*SmartAlphaDecoder) SeniorRedeemUnderlyingEventW3 ¶
func (d *SmartAlphaDecoder) SeniorRedeemUnderlyingEventW3(w3l web3types.Log) (SmartAlphaSeniorRedeemUnderlyingEvent, error)
func (*SmartAlphaDecoder) SetAccountingModelEvent ¶
func (d *SmartAlphaDecoder) SetAccountingModelEvent(l types.Log) (SmartAlphaSetAccountingModelEvent, error)
func (*SmartAlphaDecoder) SetAccountingModelEventID ¶
func (d *SmartAlphaDecoder) SetAccountingModelEventID() common.Hash
func (*SmartAlphaDecoder) SetAccountingModelEventW3 ¶
func (d *SmartAlphaDecoder) SetAccountingModelEventW3(w3l web3types.Log) (SmartAlphaSetAccountingModelEvent, error)
func (*SmartAlphaDecoder) SetFeesOwnerEvent ¶
func (d *SmartAlphaDecoder) SetFeesOwnerEvent(l types.Log) (SmartAlphaSetFeesOwnerEvent, error)
func (*SmartAlphaDecoder) SetFeesOwnerEventID ¶
func (d *SmartAlphaDecoder) SetFeesOwnerEventID() common.Hash
func (*SmartAlphaDecoder) SetFeesOwnerEventW3 ¶
func (d *SmartAlphaDecoder) SetFeesOwnerEventW3(w3l web3types.Log) (SmartAlphaSetFeesOwnerEvent, error)
func (*SmartAlphaDecoder) SetFeesPercentageEvent ¶
func (d *SmartAlphaDecoder) SetFeesPercentageEvent(l types.Log) (SmartAlphaSetFeesPercentageEvent, error)
func (*SmartAlphaDecoder) SetFeesPercentageEventID ¶
func (d *SmartAlphaDecoder) SetFeesPercentageEventID() common.Hash
func (*SmartAlphaDecoder) SetFeesPercentageEventW3 ¶
func (d *SmartAlphaDecoder) SetFeesPercentageEventW3(w3l web3types.Log) (SmartAlphaSetFeesPercentageEvent, error)
func (*SmartAlphaDecoder) SetPriceOracleEvent ¶
func (d *SmartAlphaDecoder) SetPriceOracleEvent(l types.Log) (SmartAlphaSetPriceOracleEvent, error)
func (*SmartAlphaDecoder) SetPriceOracleEventID ¶
func (d *SmartAlphaDecoder) SetPriceOracleEventID() common.Hash
func (*SmartAlphaDecoder) SetPriceOracleEventW3 ¶
func (d *SmartAlphaDecoder) SetPriceOracleEventW3(w3l web3types.Log) (SmartAlphaSetPriceOracleEvent, error)
func (*SmartAlphaDecoder) SetSeniorRateModelEvent ¶
func (d *SmartAlphaDecoder) SetSeniorRateModelEvent(l types.Log) (SmartAlphaSetSeniorRateModelEvent, error)
func (*SmartAlphaDecoder) SetSeniorRateModelEventID ¶
func (d *SmartAlphaDecoder) SetSeniorRateModelEventID() common.Hash
func (*SmartAlphaDecoder) SetSeniorRateModelEventW3 ¶
func (d *SmartAlphaDecoder) SetSeniorRateModelEventW3(w3l web3types.Log) (SmartAlphaSetSeniorRateModelEvent, error)
func (*SmartAlphaDecoder) TransferDAOEvent ¶
func (d *SmartAlphaDecoder) TransferDAOEvent(l types.Log) (SmartAlphaTransferDAOEvent, error)
func (*SmartAlphaDecoder) TransferDAOEventID ¶
func (d *SmartAlphaDecoder) TransferDAOEventID() common.Hash
func (*SmartAlphaDecoder) TransferDAOEventW3 ¶
func (d *SmartAlphaDecoder) TransferDAOEventW3(w3l web3types.Log) (SmartAlphaTransferDAOEvent, error)
func (*SmartAlphaDecoder) TransferGuardianEvent ¶
func (d *SmartAlphaDecoder) TransferGuardianEvent(l types.Log) (SmartAlphaTransferGuardianEvent, error)
func (*SmartAlphaDecoder) TransferGuardianEventID ¶
func (d *SmartAlphaDecoder) TransferGuardianEventID() common.Hash
func (*SmartAlphaDecoder) TransferGuardianEventW3 ¶
func (d *SmartAlphaDecoder) TransferGuardianEventW3(w3l web3types.Log) (SmartAlphaTransferGuardianEvent, error)
type SmartAlphaEpochEndEvent ¶
type SmartAlphaEpochEndEvent struct { EpochId *big.Int JuniorProfits *big.Int SeniorProfits *big.Int Raw types.Log }
func (*SmartAlphaEpochEndEvent) EpochIdDecimal ¶
func (e *SmartAlphaEpochEndEvent) EpochIdDecimal(exp int32) decimal.Decimal
func (*SmartAlphaEpochEndEvent) JuniorProfitsDecimal ¶
func (e *SmartAlphaEpochEndEvent) JuniorProfitsDecimal(exp int32) decimal.Decimal
func (*SmartAlphaEpochEndEvent) SeniorProfitsDecimal ¶
func (e *SmartAlphaEpochEndEvent) SeniorProfitsDecimal(exp int32) decimal.Decimal
type SmartAlphaFeesTransferEvent ¶
type SmartAlphaFeesTransferEvent struct { Caller common.Address Destination common.Address Amount *big.Int Raw types.Log }
func (*SmartAlphaFeesTransferEvent) AmountDecimal ¶
func (e *SmartAlphaFeesTransferEvent) AmountDecimal(exp int32) decimal.Decimal
type SmartAlphaJuniorJoinEntryQueueEvent ¶
type SmartAlphaJuniorJoinEntryQueueEvent struct { User common.Address EpochId *big.Int UnderlyingIn *big.Int CurrentQueueBalance *big.Int Raw types.Log }
func (*SmartAlphaJuniorJoinEntryQueueEvent) CurrentQueueBalanceDecimal ¶
func (e *SmartAlphaJuniorJoinEntryQueueEvent) CurrentQueueBalanceDecimal(exp int32) decimal.Decimal
func (*SmartAlphaJuniorJoinEntryQueueEvent) EpochIdDecimal ¶
func (e *SmartAlphaJuniorJoinEntryQueueEvent) EpochIdDecimal(exp int32) decimal.Decimal
func (*SmartAlphaJuniorJoinEntryQueueEvent) UnderlyingInDecimal ¶
func (e *SmartAlphaJuniorJoinEntryQueueEvent) UnderlyingInDecimal(exp int32) decimal.Decimal
type SmartAlphaJuniorJoinExitQueueEvent ¶
type SmartAlphaJuniorJoinExitQueueEvent struct { User common.Address EpochId *big.Int TokensIn *big.Int CurrentQueueBalance *big.Int Raw types.Log }
func (*SmartAlphaJuniorJoinExitQueueEvent) CurrentQueueBalanceDecimal ¶
func (e *SmartAlphaJuniorJoinExitQueueEvent) CurrentQueueBalanceDecimal(exp int32) decimal.Decimal
func (*SmartAlphaJuniorJoinExitQueueEvent) EpochIdDecimal ¶
func (e *SmartAlphaJuniorJoinExitQueueEvent) EpochIdDecimal(exp int32) decimal.Decimal
func (*SmartAlphaJuniorJoinExitQueueEvent) TokensInDecimal ¶
func (e *SmartAlphaJuniorJoinExitQueueEvent) TokensInDecimal(exp int32) decimal.Decimal
type SmartAlphaJuniorRedeemTokensEvent ¶
type SmartAlphaJuniorRedeemTokensEvent struct { User common.Address EpochId *big.Int TokensOut *big.Int Raw types.Log }
func (*SmartAlphaJuniorRedeemTokensEvent) EpochIdDecimal ¶
func (e *SmartAlphaJuniorRedeemTokensEvent) EpochIdDecimal(exp int32) decimal.Decimal
func (*SmartAlphaJuniorRedeemTokensEvent) TokensOutDecimal ¶
func (e *SmartAlphaJuniorRedeemTokensEvent) TokensOutDecimal(exp int32) decimal.Decimal
type SmartAlphaJuniorRedeemUnderlyingEvent ¶
type SmartAlphaJuniorRedeemUnderlyingEvent struct { User common.Address EpochId *big.Int UnderlyingOut *big.Int Raw types.Log }
func (*SmartAlphaJuniorRedeemUnderlyingEvent) EpochIdDecimal ¶
func (e *SmartAlphaJuniorRedeemUnderlyingEvent) EpochIdDecimal(exp int32) decimal.Decimal
func (*SmartAlphaJuniorRedeemUnderlyingEvent) UnderlyingOutDecimal ¶
func (e *SmartAlphaJuniorRedeemUnderlyingEvent) UnderlyingOutDecimal(exp int32) decimal.Decimal
type SmartAlphaSeniorJoinEntryQueueEvent ¶
type SmartAlphaSeniorJoinEntryQueueEvent struct { User common.Address EpochId *big.Int UnderlyingIn *big.Int CurrentQueueBalance *big.Int Raw types.Log }
func (*SmartAlphaSeniorJoinEntryQueueEvent) CurrentQueueBalanceDecimal ¶
func (e *SmartAlphaSeniorJoinEntryQueueEvent) CurrentQueueBalanceDecimal(exp int32) decimal.Decimal
func (*SmartAlphaSeniorJoinEntryQueueEvent) EpochIdDecimal ¶
func (e *SmartAlphaSeniorJoinEntryQueueEvent) EpochIdDecimal(exp int32) decimal.Decimal
func (*SmartAlphaSeniorJoinEntryQueueEvent) UnderlyingInDecimal ¶
func (e *SmartAlphaSeniorJoinEntryQueueEvent) UnderlyingInDecimal(exp int32) decimal.Decimal
type SmartAlphaSeniorJoinExitQueueEvent ¶
type SmartAlphaSeniorJoinExitQueueEvent struct { User common.Address EpochId *big.Int TokensIn *big.Int CurrentQueueBalance *big.Int Raw types.Log }
func (*SmartAlphaSeniorJoinExitQueueEvent) CurrentQueueBalanceDecimal ¶
func (e *SmartAlphaSeniorJoinExitQueueEvent) CurrentQueueBalanceDecimal(exp int32) decimal.Decimal
func (*SmartAlphaSeniorJoinExitQueueEvent) EpochIdDecimal ¶
func (e *SmartAlphaSeniorJoinExitQueueEvent) EpochIdDecimal(exp int32) decimal.Decimal
func (*SmartAlphaSeniorJoinExitQueueEvent) TokensInDecimal ¶
func (e *SmartAlphaSeniorJoinExitQueueEvent) TokensInDecimal(exp int32) decimal.Decimal
type SmartAlphaSeniorRedeemTokensEvent ¶
type SmartAlphaSeniorRedeemTokensEvent struct { User common.Address EpochId *big.Int TokensOut *big.Int Raw types.Log }
func (*SmartAlphaSeniorRedeemTokensEvent) EpochIdDecimal ¶
func (e *SmartAlphaSeniorRedeemTokensEvent) EpochIdDecimal(exp int32) decimal.Decimal
func (*SmartAlphaSeniorRedeemTokensEvent) TokensOutDecimal ¶
func (e *SmartAlphaSeniorRedeemTokensEvent) TokensOutDecimal(exp int32) decimal.Decimal
type SmartAlphaSeniorRedeemUnderlyingEvent ¶
type SmartAlphaSeniorRedeemUnderlyingEvent struct { User common.Address EpochId *big.Int UnderlyingOut *big.Int Raw types.Log }
func (*SmartAlphaSeniorRedeemUnderlyingEvent) EpochIdDecimal ¶
func (e *SmartAlphaSeniorRedeemUnderlyingEvent) EpochIdDecimal(exp int32) decimal.Decimal
func (*SmartAlphaSeniorRedeemUnderlyingEvent) UnderlyingOutDecimal ¶
func (e *SmartAlphaSeniorRedeemUnderlyingEvent) UnderlyingOutDecimal(exp int32) decimal.Decimal
type SmartAlphaSetFeesPercentageEvent ¶
type SmartAlphaSetFeesPercentageEvent struct { OldPercentage *big.Int NewPercentage *big.Int Raw types.Log }
func (*SmartAlphaSetFeesPercentageEvent) NewPercentageDecimal ¶
func (e *SmartAlphaSetFeesPercentageEvent) NewPercentageDecimal(exp int32) decimal.Decimal
func (*SmartAlphaSetFeesPercentageEvent) OldPercentageDecimal ¶
func (e *SmartAlphaSetFeesPercentageEvent) OldPercentageDecimal(exp int32) decimal.Decimal
type SmartYieldApprovalEvent ¶
type SmartYieldApprovalEvent struct { Owner common.Address Spender common.Address Value *big.Int Raw types.Log }
func (*SmartYieldApprovalEvent) ValueDecimal ¶
func (e *SmartYieldApprovalEvent) ValueDecimal(exp int32) decimal.Decimal
type SmartYieldBuyJuniorBondEvent ¶
type SmartYieldBuyJuniorBondEvent struct { Buyer common.Address JuniorBondId *big.Int TokensIn *big.Int MaturesAt *big.Int Raw types.Log }
func (*SmartYieldBuyJuniorBondEvent) JuniorBondIdDecimal ¶
func (e *SmartYieldBuyJuniorBondEvent) JuniorBondIdDecimal(exp int32) decimal.Decimal
func (*SmartYieldBuyJuniorBondEvent) MaturesAtDecimal ¶
func (e *SmartYieldBuyJuniorBondEvent) MaturesAtDecimal(exp int32) decimal.Decimal
func (*SmartYieldBuyJuniorBondEvent) TokensInDecimal ¶
func (e *SmartYieldBuyJuniorBondEvent) TokensInDecimal(exp int32) decimal.Decimal
type SmartYieldBuySeniorBondEvent ¶
type SmartYieldBuySeniorBondEvent struct { Buyer common.Address SeniorBondId *big.Int UnderlyingIn *big.Int Gain *big.Int ForDays *big.Int Raw types.Log }
func (*SmartYieldBuySeniorBondEvent) ForDaysDecimal ¶
func (e *SmartYieldBuySeniorBondEvent) ForDaysDecimal(exp int32) decimal.Decimal
func (*SmartYieldBuySeniorBondEvent) GainDecimal ¶
func (e *SmartYieldBuySeniorBondEvent) GainDecimal(exp int32) decimal.Decimal
func (*SmartYieldBuySeniorBondEvent) SeniorBondIdDecimal ¶
func (e *SmartYieldBuySeniorBondEvent) SeniorBondIdDecimal(exp int32) decimal.Decimal
func (*SmartYieldBuySeniorBondEvent) UnderlyingInDecimal ¶
func (e *SmartYieldBuySeniorBondEvent) UnderlyingInDecimal(exp int32) decimal.Decimal
type SmartYieldBuyTokensEvent ¶
type SmartYieldBuyTokensEvent struct { Buyer common.Address UnderlyingIn *big.Int TokensOut *big.Int Fee *big.Int Raw types.Log }
func (*SmartYieldBuyTokensEvent) FeeDecimal ¶
func (e *SmartYieldBuyTokensEvent) FeeDecimal(exp int32) decimal.Decimal
func (*SmartYieldBuyTokensEvent) TokensOutDecimal ¶
func (e *SmartYieldBuyTokensEvent) TokensOutDecimal(exp int32) decimal.Decimal
func (*SmartYieldBuyTokensEvent) UnderlyingInDecimal ¶
func (e *SmartYieldBuyTokensEvent) UnderlyingInDecimal(exp int32) decimal.Decimal
type SmartYieldCompoundControllerDecoder ¶
func NewSmartYieldCompoundControllerDecoder ¶
func NewSmartYieldCompoundControllerDecoder() *SmartYieldCompoundControllerDecoder
func (*SmartYieldCompoundControllerDecoder) HarvestEvent ¶
func (d *SmartYieldCompoundControllerDecoder) HarvestEvent(l types.Log) (SmartYieldCompoundControllerHarvestEvent, error)
func (*SmartYieldCompoundControllerDecoder) HarvestEventID ¶
func (d *SmartYieldCompoundControllerDecoder) HarvestEventID() common.Hash
func (*SmartYieldCompoundControllerDecoder) HarvestEventW3 ¶
func (d *SmartYieldCompoundControllerDecoder) HarvestEventW3(w3l web3types.Log) (SmartYieldCompoundControllerHarvestEvent, error)
func (*SmartYieldCompoundControllerDecoder) IsHarvestEvent ¶
func (d *SmartYieldCompoundControllerDecoder) IsHarvestEvent(log *types.Log) bool
func (*SmartYieldCompoundControllerDecoder) IsHarvestEventW3 ¶
func (d *SmartYieldCompoundControllerDecoder) IsHarvestEventW3(log *web3types.Log) bool
type SmartYieldCompoundControllerHarvestEvent ¶
type SmartYieldCompoundControllerHarvestEvent struct { Caller common.Address CompRewardTotal *big.Int CompRewardSold *big.Int UnderlyingReward *big.Int HarvestCost *big.Int Raw types.Log }
func (*SmartYieldCompoundControllerHarvestEvent) CompRewardSoldDecimal ¶
func (e *SmartYieldCompoundControllerHarvestEvent) CompRewardSoldDecimal(exp int32) decimal.Decimal
func (*SmartYieldCompoundControllerHarvestEvent) CompRewardTotalDecimal ¶
func (e *SmartYieldCompoundControllerHarvestEvent) CompRewardTotalDecimal(exp int32) decimal.Decimal
func (*SmartYieldCompoundControllerHarvestEvent) HarvestCostDecimal ¶
func (e *SmartYieldCompoundControllerHarvestEvent) HarvestCostDecimal(exp int32) decimal.Decimal
func (*SmartYieldCompoundControllerHarvestEvent) UnderlyingPoolShareDecimal ¶
func (e *SmartYieldCompoundControllerHarvestEvent) UnderlyingPoolShareDecimal(exp int32) decimal.Decimal
func (*SmartYieldCompoundControllerHarvestEvent) UnderlyingRewardDecimal ¶
func (e *SmartYieldCompoundControllerHarvestEvent) UnderlyingRewardDecimal(exp int32) decimal.Decimal
type SmartYieldCompoundProviderDecoder ¶
func NewSmartYieldCompoundProviderDecoder ¶
func NewSmartYieldCompoundProviderDecoder() *SmartYieldCompoundProviderDecoder
func (*SmartYieldCompoundProviderDecoder) IsTransferFeesEvent ¶
func (d *SmartYieldCompoundProviderDecoder) IsTransferFeesEvent(log *types.Log) bool
func (*SmartYieldCompoundProviderDecoder) IsTransferFeesEventW3 ¶
func (d *SmartYieldCompoundProviderDecoder) IsTransferFeesEventW3(log *web3types.Log) bool
func (*SmartYieldCompoundProviderDecoder) TransferFeesEvent ¶
func (d *SmartYieldCompoundProviderDecoder) TransferFeesEvent(l types.Log) (SmartYieldCompoundProviderTransferFeesEvent, error)
func (*SmartYieldCompoundProviderDecoder) TransferFeesEventID ¶
func (d *SmartYieldCompoundProviderDecoder) TransferFeesEventID() common.Hash
func (*SmartYieldCompoundProviderDecoder) TransferFeesEventW3 ¶
func (d *SmartYieldCompoundProviderDecoder) TransferFeesEventW3(w3l web3types.Log) (SmartYieldCompoundProviderTransferFeesEvent, error)
type SmartYieldCompoundProviderTransferFeesEvent ¶
type SmartYieldCompoundProviderTransferFeesEvent struct { Caller common.Address FeesOwner common.Address Fees *big.Int Raw types.Log }
func (*SmartYieldCompoundProviderTransferFeesEvent) FeesDecimal ¶
func (e *SmartYieldCompoundProviderTransferFeesEvent) FeesDecimal(exp int32) decimal.Decimal
type SmartYieldDecoder ¶
func NewSmartYieldDecoder ¶
func NewSmartYieldDecoder() *SmartYieldDecoder
func (*SmartYieldDecoder) ApprovalEvent ¶
func (d *SmartYieldDecoder) ApprovalEvent(l types.Log) (SmartYieldApprovalEvent, error)
func (*SmartYieldDecoder) ApprovalEventID ¶
func (d *SmartYieldDecoder) ApprovalEventID() common.Hash
func (*SmartYieldDecoder) ApprovalEventW3 ¶
func (d *SmartYieldDecoder) ApprovalEventW3(w3l web3types.Log) (SmartYieldApprovalEvent, error)
func (*SmartYieldDecoder) BuyJuniorBondEvent ¶
func (d *SmartYieldDecoder) BuyJuniorBondEvent(l types.Log) (SmartYieldBuyJuniorBondEvent, error)
func (*SmartYieldDecoder) BuyJuniorBondEventID ¶
func (d *SmartYieldDecoder) BuyJuniorBondEventID() common.Hash
func (*SmartYieldDecoder) BuyJuniorBondEventW3 ¶
func (d *SmartYieldDecoder) BuyJuniorBondEventW3(w3l web3types.Log) (SmartYieldBuyJuniorBondEvent, error)
func (*SmartYieldDecoder) BuySeniorBondEvent ¶
func (d *SmartYieldDecoder) BuySeniorBondEvent(l types.Log) (SmartYieldBuySeniorBondEvent, error)
func (*SmartYieldDecoder) BuySeniorBondEventID ¶
func (d *SmartYieldDecoder) BuySeniorBondEventID() common.Hash
func (*SmartYieldDecoder) BuySeniorBondEventW3 ¶
func (d *SmartYieldDecoder) BuySeniorBondEventW3(w3l web3types.Log) (SmartYieldBuySeniorBondEvent, error)
func (*SmartYieldDecoder) BuyTokensEvent ¶
func (d *SmartYieldDecoder) BuyTokensEvent(l types.Log) (SmartYieldBuyTokensEvent, error)
func (*SmartYieldDecoder) BuyTokensEventID ¶
func (d *SmartYieldDecoder) BuyTokensEventID() common.Hash
func (*SmartYieldDecoder) BuyTokensEventW3 ¶
func (d *SmartYieldDecoder) BuyTokensEventW3(w3l web3types.Log) (SmartYieldBuyTokensEvent, error)
func (*SmartYieldDecoder) IsApprovalEvent ¶
func (d *SmartYieldDecoder) IsApprovalEvent(log *types.Log) bool
func (*SmartYieldDecoder) IsApprovalEventW3 ¶
func (d *SmartYieldDecoder) IsApprovalEventW3(log *web3types.Log) bool
func (*SmartYieldDecoder) IsBuyJuniorBondEvent ¶
func (d *SmartYieldDecoder) IsBuyJuniorBondEvent(log *types.Log) bool
func (*SmartYieldDecoder) IsBuyJuniorBondEventW3 ¶
func (d *SmartYieldDecoder) IsBuyJuniorBondEventW3(log *web3types.Log) bool
func (*SmartYieldDecoder) IsBuySeniorBondEvent ¶
func (d *SmartYieldDecoder) IsBuySeniorBondEvent(log *types.Log) bool
func (*SmartYieldDecoder) IsBuySeniorBondEventW3 ¶
func (d *SmartYieldDecoder) IsBuySeniorBondEventW3(log *web3types.Log) bool
func (*SmartYieldDecoder) IsBuyTokensEvent ¶
func (d *SmartYieldDecoder) IsBuyTokensEvent(log *types.Log) bool
func (*SmartYieldDecoder) IsBuyTokensEventW3 ¶
func (d *SmartYieldDecoder) IsBuyTokensEventW3(log *web3types.Log) bool
func (*SmartYieldDecoder) IsRedeemJuniorBondEvent ¶
func (d *SmartYieldDecoder) IsRedeemJuniorBondEvent(log *types.Log) bool
func (*SmartYieldDecoder) IsRedeemJuniorBondEventW3 ¶
func (d *SmartYieldDecoder) IsRedeemJuniorBondEventW3(log *web3types.Log) bool
func (*SmartYieldDecoder) IsRedeemSeniorBondEvent ¶
func (d *SmartYieldDecoder) IsRedeemSeniorBondEvent(log *types.Log) bool
func (*SmartYieldDecoder) IsRedeemSeniorBondEventW3 ¶
func (d *SmartYieldDecoder) IsRedeemSeniorBondEventW3(log *web3types.Log) bool
func (*SmartYieldDecoder) IsSellTokensEvent ¶
func (d *SmartYieldDecoder) IsSellTokensEvent(log *types.Log) bool
func (*SmartYieldDecoder) IsSellTokensEventW3 ¶
func (d *SmartYieldDecoder) IsSellTokensEventW3(log *web3types.Log) bool
func (*SmartYieldDecoder) IsTransferEvent ¶
func (d *SmartYieldDecoder) IsTransferEvent(log *types.Log) bool
func (*SmartYieldDecoder) IsTransferEventW3 ¶
func (d *SmartYieldDecoder) IsTransferEventW3(log *web3types.Log) bool
func (*SmartYieldDecoder) RedeemJuniorBondEvent ¶
func (d *SmartYieldDecoder) RedeemJuniorBondEvent(l types.Log) (SmartYieldRedeemJuniorBondEvent, error)
func (*SmartYieldDecoder) RedeemJuniorBondEventID ¶
func (d *SmartYieldDecoder) RedeemJuniorBondEventID() common.Hash
func (*SmartYieldDecoder) RedeemJuniorBondEventW3 ¶
func (d *SmartYieldDecoder) RedeemJuniorBondEventW3(w3l web3types.Log) (SmartYieldRedeemJuniorBondEvent, error)
func (*SmartYieldDecoder) RedeemSeniorBondEvent ¶
func (d *SmartYieldDecoder) RedeemSeniorBondEvent(l types.Log) (SmartYieldRedeemSeniorBondEvent, error)
func (*SmartYieldDecoder) RedeemSeniorBondEventID ¶
func (d *SmartYieldDecoder) RedeemSeniorBondEventID() common.Hash
func (*SmartYieldDecoder) RedeemSeniorBondEventW3 ¶
func (d *SmartYieldDecoder) RedeemSeniorBondEventW3(w3l web3types.Log) (SmartYieldRedeemSeniorBondEvent, error)
func (*SmartYieldDecoder) SellTokensEvent ¶
func (d *SmartYieldDecoder) SellTokensEvent(l types.Log) (SmartYieldSellTokensEvent, error)
func (*SmartYieldDecoder) SellTokensEventID ¶
func (d *SmartYieldDecoder) SellTokensEventID() common.Hash
func (*SmartYieldDecoder) SellTokensEventW3 ¶
func (d *SmartYieldDecoder) SellTokensEventW3(w3l web3types.Log) (SmartYieldSellTokensEvent, error)
func (*SmartYieldDecoder) TransferEvent ¶
func (d *SmartYieldDecoder) TransferEvent(l types.Log) (SmartYieldTransferEvent, error)
func (*SmartYieldDecoder) TransferEventID ¶
func (d *SmartYieldDecoder) TransferEventID() common.Hash
func (*SmartYieldDecoder) TransferEventW3 ¶
func (d *SmartYieldDecoder) TransferEventW3(w3l web3types.Log) (SmartYieldTransferEvent, error)
type SmartYieldPoolFactoryMultiDecoder ¶
func NewSmartYieldPoolFactoryMultiDecoder ¶
func NewSmartYieldPoolFactoryMultiDecoder() *SmartYieldPoolFactoryMultiDecoder
func (*SmartYieldPoolFactoryMultiDecoder) IsOwnershipTransferredEvent ¶
func (d *SmartYieldPoolFactoryMultiDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
func (*SmartYieldPoolFactoryMultiDecoder) IsOwnershipTransferredEventW3 ¶
func (d *SmartYieldPoolFactoryMultiDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
func (*SmartYieldPoolFactoryMultiDecoder) IsPoolMultiCreatedEvent ¶
func (d *SmartYieldPoolFactoryMultiDecoder) IsPoolMultiCreatedEvent(log *types.Log) bool
func (*SmartYieldPoolFactoryMultiDecoder) IsPoolMultiCreatedEventW3 ¶
func (d *SmartYieldPoolFactoryMultiDecoder) IsPoolMultiCreatedEventW3(log *web3types.Log) bool
func (*SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEvent ¶
func (d *SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEvent(l types.Log) (SmartYieldPoolFactoryMultiOwnershipTransferredEvent, error)
func (*SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEventID ¶
func (d *SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEventID() common.Hash
func (*SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEventW3 ¶
func (d *SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (SmartYieldPoolFactoryMultiOwnershipTransferredEvent, error)
func (*SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEvent ¶
func (d *SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEvent(l types.Log) (SmartYieldPoolFactoryMultiPoolMultiCreatedEvent, error)
func (*SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEventID ¶
func (d *SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEventID() common.Hash
func (*SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEventW3 ¶
func (d *SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEventW3(w3l web3types.Log) (SmartYieldPoolFactoryMultiPoolMultiCreatedEvent, error)
type SmartYieldPoolFactorySingleDecoder ¶
func NewSmartYieldPoolFactorySingleDecoder ¶
func NewSmartYieldPoolFactorySingleDecoder() *SmartYieldPoolFactorySingleDecoder
func (*SmartYieldPoolFactorySingleDecoder) IsOwnershipTransferredEvent ¶
func (d *SmartYieldPoolFactorySingleDecoder) IsOwnershipTransferredEvent(log *types.Log) bool
func (*SmartYieldPoolFactorySingleDecoder) IsOwnershipTransferredEventW3 ¶
func (d *SmartYieldPoolFactorySingleDecoder) IsOwnershipTransferredEventW3(log *web3types.Log) bool
func (*SmartYieldPoolFactorySingleDecoder) IsPoolCreatedEvent ¶
func (d *SmartYieldPoolFactorySingleDecoder) IsPoolCreatedEvent(log *types.Log) bool
func (*SmartYieldPoolFactorySingleDecoder) IsPoolCreatedEventW3 ¶
func (d *SmartYieldPoolFactorySingleDecoder) IsPoolCreatedEventW3(log *web3types.Log) bool
func (*SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEvent ¶
func (d *SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEvent(l types.Log) (SmartYieldPoolFactorySingleOwnershipTransferredEvent, error)
func (*SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEventID ¶
func (d *SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEventID() common.Hash
func (*SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEventW3 ¶
func (d *SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEventW3(w3l web3types.Log) (SmartYieldPoolFactorySingleOwnershipTransferredEvent, error)
func (*SmartYieldPoolFactorySingleDecoder) PoolCreatedEvent ¶
func (d *SmartYieldPoolFactorySingleDecoder) PoolCreatedEvent(l types.Log) (SmartYieldPoolFactorySinglePoolCreatedEvent, error)
func (*SmartYieldPoolFactorySingleDecoder) PoolCreatedEventID ¶
func (d *SmartYieldPoolFactorySingleDecoder) PoolCreatedEventID() common.Hash
func (*SmartYieldPoolFactorySingleDecoder) PoolCreatedEventW3 ¶
func (d *SmartYieldPoolFactorySingleDecoder) PoolCreatedEventW3(w3l web3types.Log) (SmartYieldPoolFactorySinglePoolCreatedEvent, error)
type SmartYieldRedeemJuniorBondEvent ¶
type SmartYieldRedeemJuniorBondEvent struct { Owner common.Address JuniorBondId *big.Int UnderlyingOut *big.Int Raw types.Log }
func (*SmartYieldRedeemJuniorBondEvent) JuniorBondIdDecimal ¶
func (e *SmartYieldRedeemJuniorBondEvent) JuniorBondIdDecimal(exp int32) decimal.Decimal
func (*SmartYieldRedeemJuniorBondEvent) UnderlyingOutDecimal ¶
func (e *SmartYieldRedeemJuniorBondEvent) UnderlyingOutDecimal(exp int32) decimal.Decimal
type SmartYieldRedeemSeniorBondEvent ¶
type SmartYieldRedeemSeniorBondEvent struct { Owner common.Address SeniorBondId *big.Int Fee *big.Int Raw types.Log }
func (*SmartYieldRedeemSeniorBondEvent) FeeDecimal ¶
func (e *SmartYieldRedeemSeniorBondEvent) FeeDecimal(exp int32) decimal.Decimal
func (*SmartYieldRedeemSeniorBondEvent) SeniorBondIdDecimal ¶
func (e *SmartYieldRedeemSeniorBondEvent) SeniorBondIdDecimal(exp int32) decimal.Decimal
type SmartYieldSellTokensEvent ¶
type SmartYieldSellTokensEvent struct { Seller common.Address TokensIn *big.Int UnderlyingOut *big.Int Forfeits *big.Int Raw types.Log }
func (*SmartYieldSellTokensEvent) ForfeitsDecimal ¶
func (e *SmartYieldSellTokensEvent) ForfeitsDecimal(exp int32) decimal.Decimal
func (*SmartYieldSellTokensEvent) TokensInDecimal ¶
func (e *SmartYieldSellTokensEvent) TokensInDecimal(exp int32) decimal.Decimal
func (*SmartYieldSellTokensEvent) UnderlyingOutDecimal ¶
func (e *SmartYieldSellTokensEvent) UnderlyingOutDecimal(exp int32) decimal.Decimal
type SmartYieldTransferEvent ¶
type SmartYieldTransferEvent struct { From common.Address To common.Address Value *big.Int Raw types.Log }
func (*SmartYieldTransferEvent) ValueDecimal ¶
func (e *SmartYieldTransferEvent) ValueDecimal(exp int32) decimal.Decimal
type YieldFarmingDecoder ¶
func NewYieldFarmingDecoder ¶
func NewYieldFarmingDecoder() *YieldFarmingDecoder
func (*YieldFarmingDecoder) DepositEvent ¶
func (d *YieldFarmingDecoder) DepositEvent(l types.Log) (YieldFarmingDepositEvent, error)
func (*YieldFarmingDecoder) DepositEventID ¶
func (d *YieldFarmingDecoder) DepositEventID() common.Hash
func (*YieldFarmingDecoder) DepositEventW3 ¶
func (d *YieldFarmingDecoder) DepositEventW3(w3l web3types.Log) (YieldFarmingDepositEvent, error)
func (*YieldFarmingDecoder) EmergencyWithdrawEvent ¶
func (d *YieldFarmingDecoder) EmergencyWithdrawEvent(l types.Log) (YieldFarmingEmergencyWithdrawEvent, error)
func (*YieldFarmingDecoder) EmergencyWithdrawEventID ¶
func (d *YieldFarmingDecoder) EmergencyWithdrawEventID() common.Hash
func (*YieldFarmingDecoder) EmergencyWithdrawEventW3 ¶
func (d *YieldFarmingDecoder) EmergencyWithdrawEventW3(w3l web3types.Log) (YieldFarmingEmergencyWithdrawEvent, error)
func (*YieldFarmingDecoder) IsDepositEvent ¶
func (d *YieldFarmingDecoder) IsDepositEvent(log *types.Log) bool
func (*YieldFarmingDecoder) IsDepositEventW3 ¶
func (d *YieldFarmingDecoder) IsDepositEventW3(log *web3types.Log) bool
func (*YieldFarmingDecoder) IsEmergencyWithdrawEvent ¶
func (d *YieldFarmingDecoder) IsEmergencyWithdrawEvent(log *types.Log) bool
func (*YieldFarmingDecoder) IsEmergencyWithdrawEventW3 ¶
func (d *YieldFarmingDecoder) IsEmergencyWithdrawEventW3(log *web3types.Log) bool
func (*YieldFarmingDecoder) IsManualEpochInitEvent ¶
func (d *YieldFarmingDecoder) IsManualEpochInitEvent(log *types.Log) bool
func (*YieldFarmingDecoder) IsManualEpochInitEventW3 ¶
func (d *YieldFarmingDecoder) IsManualEpochInitEventW3(log *web3types.Log) bool
func (*YieldFarmingDecoder) IsWithdrawEvent ¶
func (d *YieldFarmingDecoder) IsWithdrawEvent(log *types.Log) bool
func (*YieldFarmingDecoder) IsWithdrawEventW3 ¶
func (d *YieldFarmingDecoder) IsWithdrawEventW3(log *web3types.Log) bool
func (*YieldFarmingDecoder) ManualEpochInitEvent ¶
func (d *YieldFarmingDecoder) ManualEpochInitEvent(l types.Log) (YieldFarmingManualEpochInitEvent, error)
func (*YieldFarmingDecoder) ManualEpochInitEventID ¶
func (d *YieldFarmingDecoder) ManualEpochInitEventID() common.Hash
func (*YieldFarmingDecoder) ManualEpochInitEventW3 ¶
func (d *YieldFarmingDecoder) ManualEpochInitEventW3(w3l web3types.Log) (YieldFarmingManualEpochInitEvent, error)
func (*YieldFarmingDecoder) WithdrawEvent ¶
func (d *YieldFarmingDecoder) WithdrawEvent(l types.Log) (YieldFarmingWithdrawEvent, error)
func (*YieldFarmingDecoder) WithdrawEventID ¶
func (d *YieldFarmingDecoder) WithdrawEventID() common.Hash
func (*YieldFarmingDecoder) WithdrawEventW3 ¶
func (d *YieldFarmingDecoder) WithdrawEventW3(w3l web3types.Log) (YieldFarmingWithdrawEvent, error)
type YieldFarmingDepositEvent ¶
type YieldFarmingDepositEvent struct { User common.Address TokenAddress common.Address Amount *big.Int Raw types.Log }
func (*YieldFarmingDepositEvent) AmountDecimal ¶
func (e *YieldFarmingDepositEvent) AmountDecimal(exp int32) decimal.Decimal
type YieldFarmingEmergencyWithdrawEvent ¶
type YieldFarmingEmergencyWithdrawEvent struct { User common.Address TokenAddress common.Address Amount *big.Int Raw types.Log }
func (*YieldFarmingEmergencyWithdrawEvent) AmountDecimal ¶
func (e *YieldFarmingEmergencyWithdrawEvent) AmountDecimal(exp int32) decimal.Decimal
type YieldFarmingManualEpochInitEvent ¶
type YieldFarmingManualEpochInitEvent struct { Caller common.Address EpochId *big.Int Tokens []common.Address Raw types.Log }
func (*YieldFarmingManualEpochInitEvent) EpochIdDecimal ¶
func (e *YieldFarmingManualEpochInitEvent) EpochIdDecimal(exp int32) decimal.Decimal
Source Files ¶
- barn.go
- epool.go
- epoolhelper.go
- epoolperiphery.go
- erc20.go
- erc721.go
- ethaggregator.go
- etokenfactory.go
- governance.go
- rewardpoolmulti.go
- rewardpoolsingle.go
- smartalpha.go
- smartyield.go
- smartyieldcompoundcontroller.go
- smartyieldcompoundprovider.go
- smartyieldpoolfactorymulti.go
- smartyieldpoolfactorysingle.go
- yieldfarming.go
Click to show internal directories.
Click to hide internal directories.