Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedAddress ¶
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 }
Click to show internal directories.
Click to hide internal directories.