LuckyToadv3
Verified contract
Active on
Ethereum with 5,437 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa158…b888
0x9c9f…6263
9 additional
variables
Balances ($0.00)
No balances found for "LuckyToadv3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246359 | 8 hours ago | | | 0 | 0.00071735611 | |
| 21244062 | 16 hours ago | | | 0 | 0.00079216067 | |
| 21244042 | 16 hours ago | | | 0 | 0.00076286104 | |
| 21243836 | 17 hours ago | | | 0 | 0.00093250350 | |
| 21243368 | 18 hours ago | | | 0 | 0.00055023102 | |
| 21242811 | 20 hours ago | | | 0 | 0.00029754481 | |
| 21239426 | a day ago | | | 0 | 0.00065822623 | |
| 21228092 | 3 days ago | | | 0 | 0.00042512461 | |
| 21227794 | 3 days ago | | | 0 | 0.00045793906 | |
| 21227531 | 3 days ago | | | 0 | 0.00038600167 |
ABI
ABI objects
Getter at block 21248816 getBalances() view returns (address[] addresses, uint256[] balances)
decimals() pure returns (uint8)
9
getAirdropValues() view returns (address[] airdropList, uint256[] vals)
(airdropList=[], vals=[])
getBuyTax() view returns (uint32)
5000
getCooldown() view returns (bool)
false
getCreatorRatio() view returns (uint32)
1000
getDevRatio() view returns (uint32)
1500
getERC20Controller() view returns (address)
0x4cdd1d9eaf9ff87ed8235bb5190c92ea4454d435
getExcluded() view returns (address[] addresses)
[0x7E7cF3d8Bfb8669F22f1969f78CF1577C86b3024, 0x414cd0fd1ae65F5d3f724f62d047364df765364d, 0xBfB2b6870501a6Ff17121D676A0A45a38c9eeD1e, 0xA1588d0b520d634092bB1a13358c4522bDd6b888, 0x4Cdd1d9EaF9Ff87ED8235Bb5190c92EA4454D435, 0x9c9F6c443A67a322e2682b82e720dee187F16263, 0xf2498cF36eDe4E28c188042a0F2fdf9D89aA4Ba8, 0x4D7B070e3D625A4B8a40570fC1A6E8c4F7d333fF]
getJackpotAccount() view returns (address)
0xf4cdc6eab8338bd2734a4332ee748a49c427e851
getLPPair() view returns (address wethAddr)
0xf2498cf36ede4e28c188042a0f2fdf9d89aa4ba8
getLPPairs() view returns (address[] lps)
[0xf2498cF36eDe4E28c188042a0F2fdf9D89aA4Ba8, 0x4D7B070e3D625A4B8a40570fC1A6E8c4F7d333fF]
getMarketingRatio() view returns (uint32)
2500
getMaxTx() view returns (uint256 maxTx)
1000000000000000000
getMaxWallet() view returns (uint256 maxWallet)
1000000000000000000
getSellTax() view returns (uint32)
5000
getTransferTax() view returns (uint32)
0
getWallet1() view returns (address)
0xa1588d0b520d634092bb1a13358c4522bdd6b888
getWallet2() view returns (address)
0x4cdd1d9eaf9ff87ed8235bb5190c92ea4454d435
getWallet3() view returns (address)
0x9c9f6c443a67a322e2682b82e720dee187f16263
name() pure returns (string)
LuckyToadv3
owner() view returns (address)
0xf64d86fcf56a5b4e2cc08f29eef20d10a4ae909a
symbol() pure returns (string)
TOAD
totalSupply() pure returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkBot(address bot) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events addNewLPPair(address pair)
approve(address spender, uint256 amount) returns (bool)
changeERC20Controller(address newWallet)
changeWallet1(address newWallet)
changeWallet2(address newWallet)
changeWallet3(address newWallet)
disableBlocklistAdd()
doAirdropPrivate()
loadAirdropValues(address[] addr, uint256[] val)
openTrading()
proxiedApprove(address erc20Contract, address spender, uint256 amount) returns (bool)
proxiedSell(address erc20Contract)
proxiedSellAndSend(address erc20Contract)
proxiedTransfer(address erc20Contract, address recipient, uint256 amount) returns (bool)
proxiedWETHWithdraw()
removeLimits()
renounceOwnership()
setBot(address theBot, bool toSet)
setBuyTax(uint32 amount)
setCooldownEnabled(bool onoff)
setCreatorRatio(uint32 amount)
setDevRatio(uint32 amount)
setEthSendDivisor(uint32 newDivisor)
setExcludedFromFee(address account, bool isExcluded)
setJackpotAccount(address newAcc)
setMarketingRatio(uint32 amount)
setMaxTxDivisor(uint32 divisor)
setMaxWalletDivisor(uint32 divisor)
setSellTax(uint32 amount)
setTransferTax(uint32 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Bought(address indexed buyer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sold(address indexed seller, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.