domain

package
v0.0.0-...-709c288 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NamedAddress

type NamedAddress struct {
	Name string
	Addr string
}

func NewNamedAddress

func NewNamedAddress(n, a string) NamedAddress

type Sniper

type Sniper struct {
	// AddressTrigger of the smart contract
	AddressTrigger string
	// AddressTargetPaired of the token. WBNB's address probably.
	AddressTargetPaired string
	// AddressTargetToken to liquidity snipe (buy)
	AddressTargetToken string
	// MinimumLiquidity expected when the dev adds liquidity.
	// We don't want to snipe if the team doesn't add a min amount of liquidity we expect.
	// It's an important question to solve in the telegram of the project.
	// You can also monitor bscscan and see the repartition of WBNB among the address that holds the targeted token
	// and deduce the WBNB liq that will be added.
	MinimumLiquidity *big.Int
	// ChainID of the network
	ChainID *big.Int
}

func NewSniper

func NewSniper(
	at, atp, att string,
	ml, ci *big.Int,
) Sniper

Jump to

Keyboard shortcuts

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