ethtypes

package
v0.0.0-...-5fc2af4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

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 EPoolHelper = NewEPoolHelperDecoder()
View Source
var EPoolPeriphery = NewEPoolPeripheryDecoder()
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

type BarnDecoder struct {
	*ethgen.Decoder
}

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 BarnDelegateEvent struct {
	From common.Address
	To   common.Address
	Raw  types.Log
}

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 BarnDiamondCutEvent struct {
	DiamondCut []IDiamondCutFacetCut
	Init       common.Address
	Calldata   []byte
	Raw        types.Log
}

type BarnLockEvent

type BarnLockEvent struct {
	User      common.Address
	Timestamp *big.Int
	Raw       types.Log
}

func (*BarnLockEvent) TimestampDecimal

func (e *BarnLockEvent) TimestampDecimal(exp int32) decimal.Decimal

type BarnOwnershipTransferredEvent

type BarnOwnershipTransferredEvent struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log
}

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 EPoolAddedTrancheEvent struct {
	EToken common.Address
	Raw    types.Log
}

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

type EPoolDecoder struct {
	*ethgen.Decoder
}

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

type EPoolHelperDecoder struct {
	*ethgen.Decoder
}

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

type EPoolPeripheryDecoder struct {
	*ethgen.Decoder
}

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 (*EPoolPeripheryDecoder) IssuedETokenEventID

func (d *EPoolPeripheryDecoder) IssuedETokenEventID() common.Hash

func (*EPoolPeripheryDecoder) IssuedETokenEventW3

func (*EPoolPeripheryDecoder) RecoveredTokenEvent

func (*EPoolPeripheryDecoder) RecoveredTokenEventID

func (d *EPoolPeripheryDecoder) RecoveredTokenEventID() common.Hash

func (*EPoolPeripheryDecoder) RecoveredTokenEventW3

func (*EPoolPeripheryDecoder) RedeemedETokenEvent

func (*EPoolPeripheryDecoder) RedeemedETokenEventID

func (d *EPoolPeripheryDecoder) RedeemedETokenEventID() common.Hash

func (*EPoolPeripheryDecoder) RedeemedETokenEventW3

func (*EPoolPeripheryDecoder) SetControllerEvent

func (*EPoolPeripheryDecoder) SetControllerEventID

func (d *EPoolPeripheryDecoder) SetControllerEventID() common.Hash

func (*EPoolPeripheryDecoder) SetControllerEventW3

func (*EPoolPeripheryDecoder) SetEPoolApprovalEvent

func (*EPoolPeripheryDecoder) SetEPoolApprovalEventID

func (d *EPoolPeripheryDecoder) SetEPoolApprovalEventID() common.Hash

func (*EPoolPeripheryDecoder) SetEPoolApprovalEventW3

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

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

type EPoolPeripherySetControllerEvent

type EPoolPeripherySetControllerEvent struct {
	Controller common.Address
	Raw        types.Log
}

type EPoolPeripherySetEPoolApprovalEvent

type EPoolPeripherySetEPoolApprovalEvent struct {
	EPool    common.Address
	Approval bool
	Raw      types.Log
}

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

type EPoolRecoveredTokenEvent struct {
	Token  common.Address
	Amount *big.Int
	Raw    types.Log
}

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 EPoolSetAggregatorEvent struct {
	Aggregator  common.Address
	InverseRate bool
	Raw         types.Log
}

type EPoolSetControllerEvent

type EPoolSetControllerEvent struct {
	Controller common.Address
	Raw        types.Log
}

type EPoolSetFeeRateEvent

type EPoolSetFeeRateEvent struct {
	FeeRate *big.Int
	Raw     types.Log
}

func (*EPoolSetFeeRateEvent) FeeRateDecimal

func (e *EPoolSetFeeRateEvent) FeeRateDecimal(exp int32) decimal.Decimal

type EPoolSetMinRDivEvent

type EPoolSetMinRDivEvent struct {
	MinRDiv *big.Int
	Raw     types.Log
}

func (*EPoolSetMinRDivEvent) MinRDivDecimal

func (e *EPoolSetMinRDivEvent) MinRDivDecimal(exp int32) decimal.Decimal

type EPoolSetRebalanceIntervalEvent

type EPoolSetRebalanceIntervalEvent struct {
	Interval *big.Int
	Raw      types.Log
}

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

type ERC20Decoder struct {
	*ethgen.Decoder
}

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 ERC721ApprovalForAllEvent

type ERC721ApprovalForAllEvent struct {
	Owner    common.Address
	Operator common.Address
	Approved bool
	Raw      types.Log
}

type ERC721Decoder

type ERC721Decoder struct {
	*ethgen.Decoder
}

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

type ETHAggregatorDecoder struct {
	*ethgen.Decoder
}

func NewETHAggregatorDecoder

func NewETHAggregatorDecoder() *ETHAggregatorDecoder

func (*ETHAggregatorDecoder) AnswerUpdatedEvent

func (*ETHAggregatorDecoder) AnswerUpdatedEventID

func (d *ETHAggregatorDecoder) AnswerUpdatedEventID() common.Hash

func (*ETHAggregatorDecoder) AnswerUpdatedEventW3

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 (*ETHAggregatorDecoder) NewRoundEventID

func (d *ETHAggregatorDecoder) NewRoundEventID() common.Hash

func (*ETHAggregatorDecoder) NewRoundEventW3

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 ETHAggregatorOwnershipTransferRequestedEvent

type ETHAggregatorOwnershipTransferRequestedEvent struct {
	From common.Address
	To   common.Address
	Raw  types.Log
}

type ETHAggregatorOwnershipTransferredEvent

type ETHAggregatorOwnershipTransferredEvent struct {
	From common.Address
	To   common.Address
	Raw  types.Log
}

type ETokenFactoryCreatedETokenEvent

type ETokenFactoryCreatedETokenEvent struct {
	EToken common.Address
	EPool  common.Address
	Raw    types.Log
}

type ETokenFactoryDecoder

type ETokenFactoryDecoder struct {
	*ethgen.Decoder
}

func NewETokenFactoryDecoder

func NewETokenFactoryDecoder() *ETokenFactoryDecoder

func (*ETokenFactoryDecoder) CreatedETokenEvent

func (*ETokenFactoryDecoder) CreatedETokenEventID

func (d *ETokenFactoryDecoder) CreatedETokenEventID() common.Hash

func (*ETokenFactoryDecoder) CreatedETokenEventW3

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

type GovernanceAbrogationProposalStartedEvent

type GovernanceAbrogationProposalStartedEvent struct {
	ProposalId *big.Int
	Caller     common.Address
	Raw        types.Log
}

func (*GovernanceAbrogationProposalStartedEvent) ProposalIdDecimal

type GovernanceAbrogationProposalVoteCancelledEvent

type GovernanceAbrogationProposalVoteCancelledEvent struct {
	ProposalId *big.Int
	User       common.Address
	Raw        types.Log
}

func (*GovernanceAbrogationProposalVoteCancelledEvent) ProposalIdDecimal

type GovernanceAbrogationProposalVoteEvent

type GovernanceAbrogationProposalVoteEvent struct {
	ProposalId *big.Int
	User       common.Address
	Support    bool
	Power      *big.Int
	Raw        types.Log
}

func (*GovernanceAbrogationProposalVoteEvent) PowerDecimal

func (*GovernanceAbrogationProposalVoteEvent) ProposalIdDecimal

func (e *GovernanceAbrogationProposalVoteEvent) ProposalIdDecimal(exp int32) decimal.Decimal

type GovernanceDecoder

type GovernanceDecoder struct {
	*ethgen.Decoder
}

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 (*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

type GovernanceProposalCreatedEvent struct {
	ProposalId *big.Int
	Raw        types.Log
}

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 (*GovernanceProposalQueuedEvent) ProposalIdDecimal

func (e *GovernanceProposalQueuedEvent) ProposalIdDecimal(exp int32) decimal.Decimal

type GovernanceVoteCanceledEvent

type GovernanceVoteCanceledEvent struct {
	ProposalId *big.Int
	User       common.Address
	Raw        types.Log
}

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 IDiamondCutFacetCut struct {
	FacetAddress      common.Address
	Action            uint8
	FunctionSelectors [][4]byte
}

type RewardPoolMultiClaimRewardTokenEvent

type RewardPoolMultiClaimRewardTokenEvent struct {
	User   common.Address
	Token  common.Address
	Amount *big.Int
	Raw    types.Log
}

func (*RewardPoolMultiClaimRewardTokenEvent) AmountDecimal

type RewardPoolMultiDecoder

type RewardPoolMultiDecoder struct {
	*ethgen.Decoder
}

func NewRewardPoolMultiDecoder

func NewRewardPoolMultiDecoder() *RewardPoolMultiDecoder

func (*RewardPoolMultiDecoder) ClaimRewardTokenEvent

func (*RewardPoolMultiDecoder) ClaimRewardTokenEventID

func (d *RewardPoolMultiDecoder) ClaimRewardTokenEventID() common.Hash

func (*RewardPoolMultiDecoder) ClaimRewardTokenEventW3

func (*RewardPoolMultiDecoder) DepositEvent

func (*RewardPoolMultiDecoder) DepositEventID

func (d *RewardPoolMultiDecoder) DepositEventID() common.Hash

func (*RewardPoolMultiDecoder) DepositEventW3

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 (*RewardPoolMultiDecoder) OwnershipTransferredEventID

func (d *RewardPoolMultiDecoder) OwnershipTransferredEventID() common.Hash

func (*RewardPoolMultiDecoder) OwnershipTransferredEventW3

func (*RewardPoolMultiDecoder) WithdrawEvent

func (*RewardPoolMultiDecoder) WithdrawEventID

func (d *RewardPoolMultiDecoder) WithdrawEventID() common.Hash

func (*RewardPoolMultiDecoder) WithdrawEventW3

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 RewardPoolMultiOwnershipTransferredEvent

type RewardPoolMultiOwnershipTransferredEvent struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log
}

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

type RewardPoolSingleClaimEvent struct {
	User   common.Address
	Amount *big.Int
	Raw    types.Log
}

func (*RewardPoolSingleClaimEvent) AmountDecimal

func (e *RewardPoolSingleClaimEvent) AmountDecimal(exp int32) decimal.Decimal

type RewardPoolSingleDecoder

type RewardPoolSingleDecoder struct {
	*ethgen.Decoder
}

func NewRewardPoolSingleDecoder

func NewRewardPoolSingleDecoder() *RewardPoolSingleDecoder

func (*RewardPoolSingleDecoder) ClaimEvent

func (*RewardPoolSingleDecoder) ClaimEventID

func (d *RewardPoolSingleDecoder) ClaimEventID() common.Hash

func (*RewardPoolSingleDecoder) ClaimEventW3

func (*RewardPoolSingleDecoder) DepositEvent

func (*RewardPoolSingleDecoder) DepositEventID

func (d *RewardPoolSingleDecoder) DepositEventID() common.Hash

func (*RewardPoolSingleDecoder) DepositEventW3

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 (*RewardPoolSingleDecoder) OwnershipTransferredEventID

func (d *RewardPoolSingleDecoder) OwnershipTransferredEventID() common.Hash

func (*RewardPoolSingleDecoder) OwnershipTransferredEventW3

func (*RewardPoolSingleDecoder) WithdrawEvent

func (*RewardPoolSingleDecoder) WithdrawEventID

func (d *RewardPoolSingleDecoder) WithdrawEventID() common.Hash

func (*RewardPoolSingleDecoder) WithdrawEventW3

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 RewardPoolSingleOwnershipTransferredEvent

type RewardPoolSingleOwnershipTransferredEvent struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log
}

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

type SmartAlphaDecoder struct {
	*ethgen.Decoder
}

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 (*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 (*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 (*SmartAlphaJuniorRedeemUnderlyingEvent) UnderlyingOutDecimal

func (e *SmartAlphaJuniorRedeemUnderlyingEvent) UnderlyingOutDecimal(exp int32) decimal.Decimal

type SmartAlphaPauseSystemEvent

type SmartAlphaPauseSystemEvent struct {
	Raw types.Log
}

type SmartAlphaResumeSystemEvent

type SmartAlphaResumeSystemEvent struct {
	Raw types.Log
}

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 (*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 (*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 (*SmartAlphaSeniorRedeemUnderlyingEvent) UnderlyingOutDecimal

func (e *SmartAlphaSeniorRedeemUnderlyingEvent) UnderlyingOutDecimal(exp int32) decimal.Decimal

type SmartAlphaSetAccountingModelEvent

type SmartAlphaSetAccountingModelEvent struct {
	OldModel common.Address
	NewModel common.Address
	Raw      types.Log
}

type SmartAlphaSetFeesOwnerEvent

type SmartAlphaSetFeesOwnerEvent struct {
	OldOwner common.Address
	NewOwner common.Address
	Raw      types.Log
}

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 SmartAlphaSetPriceOracleEvent

type SmartAlphaSetPriceOracleEvent struct {
	OldOracle common.Address
	NewOracle common.Address
	Raw       types.Log
}

type SmartAlphaSetSeniorRateModelEvent

type SmartAlphaSetSeniorRateModelEvent struct {
	OldModel common.Address
	NewModel common.Address
	Raw      types.Log
}

type SmartAlphaTransferDAOEvent

type SmartAlphaTransferDAOEvent struct {
	OldDAO common.Address
	NewDAO common.Address
	Raw    types.Log
}

type SmartAlphaTransferGuardianEvent

type SmartAlphaTransferGuardianEvent struct {
	OldGuardian common.Address
	NewGuardian common.Address
	Raw         types.Log
}

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

type SmartYieldCompoundControllerDecoder struct {
	*ethgen.Decoder
}

func NewSmartYieldCompoundControllerDecoder

func NewSmartYieldCompoundControllerDecoder() *SmartYieldCompoundControllerDecoder

func (*SmartYieldCompoundControllerDecoder) HarvestEvent

func (*SmartYieldCompoundControllerDecoder) HarvestEventID

func (d *SmartYieldCompoundControllerDecoder) HarvestEventID() common.Hash

func (*SmartYieldCompoundControllerDecoder) HarvestEventW3

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
	UnderlyingPoolShare *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 (*SmartYieldCompoundControllerHarvestEvent) UnderlyingPoolShareDecimal

func (e *SmartYieldCompoundControllerHarvestEvent) UnderlyingPoolShareDecimal(exp int32) decimal.Decimal

func (*SmartYieldCompoundControllerHarvestEvent) UnderlyingRewardDecimal

func (e *SmartYieldCompoundControllerHarvestEvent) UnderlyingRewardDecimal(exp int32) decimal.Decimal

type SmartYieldCompoundProviderDecoder

type SmartYieldCompoundProviderDecoder struct {
	*ethgen.Decoder
}

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 (*SmartYieldCompoundProviderDecoder) TransferFeesEventID

func (d *SmartYieldCompoundProviderDecoder) TransferFeesEventID() common.Hash

func (*SmartYieldCompoundProviderDecoder) TransferFeesEventW3

type SmartYieldCompoundProviderTransferFeesEvent

type SmartYieldCompoundProviderTransferFeesEvent struct {
	Caller    common.Address
	FeesOwner common.Address
	Fees      *big.Int
	Raw       types.Log
}

func (*SmartYieldCompoundProviderTransferFeesEvent) FeesDecimal

type SmartYieldDecoder

type SmartYieldDecoder struct {
	*ethgen.Decoder
}

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

type SmartYieldPoolFactoryMultiDecoder struct {
	*ethgen.Decoder
}

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 (*SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEventID

func (d *SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEventID() common.Hash

func (*SmartYieldPoolFactoryMultiDecoder) OwnershipTransferredEventW3

func (*SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEvent

func (*SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEventID

func (d *SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEventID() common.Hash

func (*SmartYieldPoolFactoryMultiDecoder) PoolMultiCreatedEventW3

type SmartYieldPoolFactoryMultiOwnershipTransferredEvent

type SmartYieldPoolFactoryMultiOwnershipTransferredEvent struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log
}

type SmartYieldPoolFactoryMultiPoolMultiCreatedEvent

type SmartYieldPoolFactoryMultiPoolMultiCreatedEvent struct {
	Pool common.Address
	Raw  types.Log
}

type SmartYieldPoolFactorySingleDecoder

type SmartYieldPoolFactorySingleDecoder struct {
	*ethgen.Decoder
}

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 (*SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEventID

func (d *SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEventID() common.Hash

func (*SmartYieldPoolFactorySingleDecoder) OwnershipTransferredEventW3

func (*SmartYieldPoolFactorySingleDecoder) PoolCreatedEvent

func (*SmartYieldPoolFactorySingleDecoder) PoolCreatedEventID

func (d *SmartYieldPoolFactorySingleDecoder) PoolCreatedEventID() common.Hash

func (*SmartYieldPoolFactorySingleDecoder) PoolCreatedEventW3

type SmartYieldPoolFactorySingleOwnershipTransferredEvent

type SmartYieldPoolFactorySingleOwnershipTransferredEvent struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log
}

type SmartYieldPoolFactorySinglePoolCreatedEvent

type SmartYieldPoolFactorySinglePoolCreatedEvent struct {
	Pool common.Address
	Raw  types.Log
}

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 (*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

type YieldFarmingDecoder struct {
	*ethgen.Decoder
}

func NewYieldFarmingDecoder

func NewYieldFarmingDecoder() *YieldFarmingDecoder

func (*YieldFarmingDecoder) DepositEvent

func (*YieldFarmingDecoder) DepositEventID

func (d *YieldFarmingDecoder) DepositEventID() common.Hash

func (*YieldFarmingDecoder) DepositEventW3

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 (*YieldFarmingDecoder) WithdrawEventID

func (d *YieldFarmingDecoder) WithdrawEventID() common.Hash

func (*YieldFarmingDecoder) WithdrawEventW3

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

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

type YieldFarmingWithdrawEvent

type YieldFarmingWithdrawEvent struct {
	User         common.Address
	TokenAddress common.Address
	Amount       *big.Int
	Raw          types.Log
}

func (*YieldFarmingWithdrawEvent) AmountDecimal

func (e *YieldFarmingWithdrawEvent) AmountDecimal(exp int32) decimal.Decimal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL