Uniswap Sniper Bot  1.0
Namespaces | Variables
Config::Transaction Namespace Reference

Namespaces

 SwapExactETHForTokens
 

Variables

constexpr char Nonce [] = "1"
 Transaction nonce. More...
 
constexpr char Value [] = "0de0b6b3a7640000"
 Transaction value. More...
 
constexpr char To [] = "7a250d5630B4cF539739dF2C5dAcb4c659F2488D"
 Receiver of the transaction (Uniswap V2 Router 02). More...
 
constexpr char GasLimit [] = "30d40"
 Gas limit of transaction (200000 units is enough for most swapExactETHForTokens calls). More...
 
constexpr char PrivateKey [] = "4c0883a69102937d6231471b5dbb6204fe5129617082792ae468d01a3f362318"
 Private key of sending wallet. More...
 

Variable Documentation

◆ Nonce

constexpr char Config::Transaction::Nonce[] = "1"
inlineconstexpr

Transaction nonce.

◆ Value

constexpr char Config::Transaction::Value[] = "0de0b6b3a7640000"
inlineconstexpr

Transaction value.

◆ To

constexpr char Config::Transaction::To[] = "7a250d5630B4cF539739dF2C5dAcb4c659F2488D"
inlineconstexpr

Receiver of the transaction (Uniswap V2 Router 02).

◆ GasLimit

constexpr char Config::Transaction::GasLimit[] = "30d40"
inlineconstexpr

Gas limit of transaction (200000 units is enough for most swapExactETHForTokens calls).

◆ PrivateKey

constexpr char Config::Transaction::PrivateKey[] = "4c0883a69102937d6231471b5dbb6204fe5129617082792ae468d01a3f362318"
inlineconstexpr

Private key of sending wallet.