The Naughty List
Verified contract
Active on
Ethereum with 220 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NAUGHTY | ERC-20 | 50.724103B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16541630 | 2 years ago | | | 0 | 0.00068107242 | |
| 16541630 | 2 years ago | | | 0 | 0.00068107242 | |
| 16541629 | 2 years ago | | | 0 | 0.00068107242 | |
| 15616734 | 2 years ago | | | 0 | 0.00029159554 | |
| 15342868 | 2 years ago | | | 0 | 0.00040122506 | |
| 14707346 | 3 years ago | | | 0 | 0.0013444852 | |
| 13916418 | 3 years ago | | | 0 | 0.0038627146 | |
| 13913733 | 3 years ago | | | 0 | 0.0037360311 | |
| 13905227 | 3 years ago | | | 0 | 0.0066742772 | |
| 13889056 | 3 years ago | | | 0 | 0.0051684386 |
ABI
ABI objects
Getter at block 21424793
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 team, uint16 marketing, uint16 donation, uint16 total)
(team=3, marketing=5, donation=2, total=10)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=1000, sellFee=1000, transferFee=1000)
_taxWallets() view returns (address marketing, address team, address donation)
(marketing=0x47701c08e7f922819f0d4d9b8d3188d5f0ce3eca, team=0x47701c08e7f922819f0d4d9b8d3188d5f0ce3eca, donation=0xaffbc63d7ba4c4c95ea5ae59518168b595aa7eb3)
contractSwapEnabled() view returns (bool)
true
currentRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
981130986767253044341
getMaxTX() view returns (uint256)
1000000000000
getMaxWallet() view returns (uint256)
1000000000000
getOwner() view returns (address)
0x2db746bcbd0d79ed93aac4317b1eaa40ea573282
lpPair() view returns (address)
0x73a8ac3da337abac8d91422ada61729667149a05
name() pure returns (string)
The Naughty List
owner() view returns (address)
0x2db746bcbd0d79ed93aac4317b1eaa40ea573282
staticVals() view returns (uint16 maxBuyTaxes, uint16 maxSellTaxes, uint16 maxTransferTaxes, uint16 masterTaxDivisor)
(maxBuyTaxes=2000, maxSellTaxes=2000, maxTransferTaxes=2000, masterTaxDivisor=10000)
symbol() pure returns (string)
NAUGHTY
totalSupply() view returns (uint256)
1000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
changeRouterContingency(address router)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setContractSwapEnabled(bool _enabled)
setExcludedFromFees(address account, bool enabled)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setRatios(uint16 team, uint16 marketing, uint16 donation)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractSwapEnabledUpdated(bool enabled)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SniperCaught(address sniperAddress)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.