entity

package
v0.0.0-...-8c998e4 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2023 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ENS

type ENS struct {
	ID      string    `json:"id"`
	Name    string    `json:"name"`
	TLD     string    `json:"tld"`
	Owner   string    `json:"owner"`
	Expires time.Time `json:"expires"`

	TxHash      string `json:"txHash"`
	BlockHash   string `json:"blockHash"`
	BlockNumber uint64 `json:"blockNumber"`
}

ENS represents the Ethereum domain names. For example, domain "foo.eth" has Name "foo" and TLD "eth"

func (*ENS) DomainString

func (e *ENS) DomainString() string

type Uniswapv3FactoryWatcherKey

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

func (Uniswapv3FactoryWatcherKey) BlockNumber

func (k Uniswapv3FactoryWatcherKey) BlockNumber() uint64

func (Uniswapv3FactoryWatcherKey) ForSubEngine

type Uniswapv3PoolCreated

type Uniswapv3PoolCreated struct {
	Address      common.Address `json:"lpAddress"`
	Token0       common.Address `json:"token0"`
	Token1       common.Address `json:"token1"`
	Fee          uint64         `json:"fee"`
	BlockCreated uint64         `json:"blockCreated"`
	BlockHash    common.Hash    `json:"blockHash"`
	TxHash       common.Hash    `json:"txHash"`
}

func (*Uniswapv3PoolCreated) DebugString

func (p *Uniswapv3PoolCreated) DebugString() string

func (*Uniswapv3PoolCreated) ItemKey

func (p *Uniswapv3PoolCreated) ItemKey(opts ...interface{}) any

type Uniswapv3Swap

type Uniswapv3Swap struct {
	Address common.Address
	Token0  common.Address
	Token1  common.Address
}

Jump to

Keyboard shortcuts

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