Documentation ¶
Index ¶
- type BaseTopic
- func (e *BaseTopic) GetCexTransferLog(log types.Log) (common.TransferLogData, error)
- func (e *BaseTopic) GetSwapLogInfo(log types.Log) (common.SwapLogData, error)
- func (e *BaseTopic) GetTopics() [][]eth.Hash
- func (e *BaseTopic) GetTransferLog(log types.Log) (common.TransferLogData, error)
- func (e *BaseTopic) IsFilledData(log types.Log) bool
- func (e *BaseTopic) IsSwapTopic(log types.Log) bool
- func (e *BaseTopic) IsTransferTopic(log types.Log) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseTopic ¶
type BaseTopic struct {
// contains filtered or unexported fields
}
func NewBaseTopic ¶
func NewBaseTopic(log *zap.SugaredLogger) (*BaseTopic, error)
func (*BaseTopic) GetCexTransferLog ¶
func (*BaseTopic) GetSwapLogInfo ¶
func (*BaseTopic) GetTransferLog ¶
Click to show internal directories.
Click to hide internal directories.