source

package
v1.4.1-rc-392 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2022 License: GPL-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewJSONReader

func NewJSONReader(path string, filename string) *jsonReader

Types

type AnyswapAssetSource added in v1.4.0

type AnyswapAssetSource struct {
	URL string
	// contains filtered or unexported fields
}

func NewAnyswapAssetSource added in v1.4.0

func NewAnyswapAssetSource(exchange dia.Exchange) *AnyswapAssetSource

func (*AnyswapAssetSource) Asset added in v1.4.0

func (sas *AnyswapAssetSource) Asset() chan dia.Asset

func (*AnyswapAssetSource) Done added in v1.4.0

func (sas *AnyswapAssetSource) Done() chan bool

type AssetSource

type AssetSource interface {
	Asset() chan dia.Asset
	Done() chan bool
}

type Assets

type Assets struct {
	Assets []dia.Asset `json:"Assets"`
}

type BalancerV2AssetSource added in v1.4.2

type BalancerV2AssetSource struct {
	RestClient *ethclient.Client
	// contains filtered or unexported fields
}

func NewBalancerV2AssetSource added in v1.4.2

func NewBalancerV2AssetSource(exchange dia.Exchange) (bas *BalancerV2AssetSource)

func (*BalancerV2AssetSource) Asset added in v1.4.2

func (bas *BalancerV2AssetSource) Asset() chan dia.Asset

func (*BalancerV2AssetSource) Done added in v1.4.2

func (bas *BalancerV2AssetSource) Done() chan bool

type CurvefiAssetSource added in v1.4.2

type CurvefiAssetSource struct {
	RestClient *ethclient.Client
	// contains filtered or unexported fields
}

CurvefiAssetSource is a curve finance scraper on a specific blockchain.

func NewCurvefiAssetSource added in v1.4.2

func NewCurvefiAssetSource(exchange dia.Exchange) *CurvefiAssetSource

func (*CurvefiAssetSource) Asset added in v1.4.2

func (cas *CurvefiAssetSource) Asset() chan dia.Asset

func (*CurvefiAssetSource) Done added in v1.4.2

func (cas *CurvefiAssetSource) Done() chan bool

type SerumAssetSource

type SerumAssetSource struct {
	// contains filtered or unexported fields
}

func NewSerumAssetSource

func NewSerumAssetSource(exchange dia.Exchange) *SerumAssetSource

func (*SerumAssetSource) Asset

func (sas *SerumAssetSource) Asset() chan dia.Asset

func (*SerumAssetSource) Done added in v1.4.0

func (sas *SerumAssetSource) Done() chan bool

type SerumPair

type SerumPair struct {
	Token0      dia.Asset
	Token1      dia.Asset
	ForeignName string
	Address     string
}

type UniswapAssetSource

type UniswapAssetSource struct {
	RestClient *ethclient.Client
	// contains filtered or unexported fields
}

func NewUniswapAssetSource

func NewUniswapAssetSource(exchange dia.Exchange) (uas *UniswapAssetSource)

func (*UniswapAssetSource) Asset

func (uas *UniswapAssetSource) Asset() chan dia.Asset

func (*UniswapAssetSource) Done added in v1.4.0

func (uas *UniswapAssetSource) Done() chan bool

func (*UniswapAssetSource) GetDecimals

func (uas *UniswapAssetSource) GetDecimals(tokenAddress common.Address) (decimals uint8, err error)

GetDecimals returns the decimals of the token with address @tokenAddress

func (*UniswapAssetSource) GetName

func (uas *UniswapAssetSource) GetName(tokenAddress common.Address) (name string, err error)

func (*UniswapAssetSource) GetPairByAddress

func (uas *UniswapAssetSource) GetPairByAddress(pairAddress common.Address) (pair UniswapPair, err error)

func (*UniswapAssetSource) GetPairByID

func (uas *UniswapAssetSource) GetPairByID(num int64) (UniswapPair, error)

GetPairByID returns the UniswapPair with the integer id @num

type UniswapPair

type UniswapPair struct {
	Token0      dia.Asset
	Token1      dia.Asset
	ForeignName string
	Address     common.Address
}

type UniswapV3AssetSource added in v1.4.2

type UniswapV3AssetSource struct {
	RestClient *ethclient.Client
	WsClient   *ethclient.Client
	// contains filtered or unexported fields
}

func NewUniswapV3AssetSource added in v1.4.2

func NewUniswapV3AssetSource(exchange dia.Exchange) *UniswapV3AssetSource

NewUniswapV3AssetSource returns a new UniswapV3AssetSource

func (*UniswapV3AssetSource) Asset added in v1.4.2

func (uas *UniswapV3AssetSource) Asset() chan dia.Asset

func (*UniswapV3AssetSource) Done added in v1.4.2

func (uas *UniswapV3AssetSource) Done() chan bool

func (*UniswapV3AssetSource) GetAssetFromAddress added in v1.4.2

func (uas *UniswapV3AssetSource) GetAssetFromAddress(address common.Address) (asset dia.Asset, err error)

Jump to

Keyboard shortcuts

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