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 ¶
type Uniswapv3FactoryWatcherKey ¶
type Uniswapv3FactoryWatcherKey struct {
// contains filtered or unexported fields
}
func (Uniswapv3FactoryWatcherKey) BlockNumber ¶
func (k Uniswapv3FactoryWatcherKey) BlockNumber() uint64
func (Uniswapv3FactoryWatcherKey) ForSubEngine ¶
func (k Uniswapv3FactoryWatcherKey) ForSubEngine() subengines.SubEngineEnum
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
Click to show internal directories.
Click to hide internal directories.