TG Lotto Bot
Verified contract
Active on
Ethereum with 43 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOTTO | ERC-20 | 2.256144M | -- | -- | |
UNI-V2 | ERC-20 | 45.514329 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19821681 | 6 months ago | | | 0 | 0.00044000054 | |
| 18420992 | a year ago | | | 0 | 0.0024411474 | |
| 18070974 | a year ago | | | 0 | 0.00066280989 | |
| 18070914 | a year ago | | | 0 | 0.00092454474 | |
| 18070907 | a year ago | | | 0 | 0.00092678580 | |
| 18070897 | a year ago | | | 0 | 0.0011577883 | |
| 18070849 | a year ago | | | 0 | 0.024055250 | |
| 18070848 | a year ago | | | 0 | 0.00097028631 | |
| 18070845 | a year ago | | | 0 | 0.00096400391 | |
| 18070845 | a year ago | | | 0 | 0.0010995353 |
ABI
ABI objects
Getter at block 21177304
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyDevelopmentFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellDevelopmentFee, uint256 sellLiquidityFee)
(buyTotalFees=3, buyMarketingFee=1, buyDevelopmentFee=1, buyLiquidityFee=1, sellTotalFees=3000, sellMarketingFee=1000, sellDevelopmentFee=1000, sellLiquidityFee=1000)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
name() view returns (string)
TG Lotto Bot
owner() view returns (address)
0x201bd05a48ca01a08a903318ed46fd962f3797f3
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
LOTTO
tokensForDevelopment() view returns (uint256)
714927838727897021148143
tokensForLiquidity() view returns (uint256)
742767838727897021148143
tokensForMarketing() view returns (uint256)
798447838727897021148143
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0xb1df4698d0aa2f4a8fef1ed3fe5a8ea48d6fb9db
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeFeeAmount(uint256 _marketingFeeBuy, uint256 _liquidityFeeBuy, uint256 _developmentFeeBuy, uint256 _marketingFeeSell, uint256 _liquidityFeeSell, uint256 _developmentFeeSell)
changeMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell, uint256 newPercentage)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeLimits()
renounceOwnership()
setMinSwapAmount(uint256 newAmount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapEnabled(bool enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.