Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
26 additional
variables
Balances ($0.47)
Native
Value
$0.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000121 | $3,902.21 |
$0.47 | |
NOFAP | ERC-20 | 1.920062M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16250791 | 2 years ago | | | 0 | 0.0014889055 | |
| 16250783 | 2 years ago | | | 0 | 0.0015566967 | |
| 16250779 | 2 years ago | | | 0 | 0.0015744106 | |
| 16250773 | 2 years ago | | | 0 | 0.0016552650 | |
| 16250771 | 2 years ago | | | 0 | 0.0017610454 | |
| 16250766 | 2 years ago | | | 0 | 0.0018267519 | |
| 16250758 | 2 years ago | | | 0 | 0.0015312271 | |
| 16250749 | 2 years ago | | | 0 | 0.0016936092 | |
| 16250743 | 2 years ago | | | 0 | 0.0016055621 | |
| 16250741 | 2 years ago | | | 0 | 0.0015744193 |
ABI
ABI objects
Getter at block 21388515
_name() view returns (string)
NOFAP
_symbol() view returns (string)
NOFAP
amountForAutoBuyBack() view returns (uint256)
100000000000000000
autoBuyBackEnabled() view returns (bool)
false
autoBuyBackFrequency() view returns (uint256)
3600
buyBuyBackFee() view returns (uint256)
1
buyDevFee() view returns (uint256)
1
buyLiquidityFee() view returns (uint256)
1
buyMarketingFee() view returns (uint256)
3
buyTotalFees() view returns (uint256)
6
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWallet() view returns (address)
0xef205dd505448567496702d839dac3e8c39ddfd8
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
isPenaltyActive() view returns (bool)
false
lastAutoBuyBackTime() view returns (uint256)
1668474875
lastLpBurnTime() view returns (uint256)
1670655143
lastManualLpBurnTime() view returns (uint256)
1670653775
limitsInEffect() view returns (bool)
false
lpBurnEnabled() view returns (bool)
true
lpBurnFrequency() view returns (uint256)
3600
lpPair() view returns (address)
0x97a28478c215ac58202ec9e6048034814a0ec240
manualBurnFrequency() view returns (uint256)
3600
marketingWallet() view returns (address)
0xb00261ed5e4df98f630f0227443d77878d659b70
maxTxnAmount() view returns (uint256)
4000000000000000000000000
maxWallet() view returns (uint256)
4000000000000000000000000
name() view returns (string)
NOFAP
owner() view returns (address)
0x253b4887305f0483e56e70db49f443bf4efd3880
percentForLPBurn() view returns (uint256)
100
sellBuyBackFee() view returns (uint256)
1
sellDevFee() view returns (uint256)
1
sellLiquidityFee() view returns (uint256)
1
sellMarketingFee() view returns (uint256)
3
sellTotalFees() view returns (uint256)
6
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
NOFAP
tokensForBuyBack() view returns (uint256)
320009067657631240728592
tokensForDev() view returns (uint256)
320009067657631240728592
tokensForLiquidity() view returns (uint256)
320009067657631240728592
tokensForMarketing() view returns (uint256)
960027202972893722185776
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
15972075
transferDelayEnabled() view returns (bool)
true
Read-only
_isExcludedmaxTxnAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBot(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events addBotToBlackList(address account)
approve(address spender, uint256 amount) returns (bool)
buyBackTokens(uint256 amountInWei)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSwapBack()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(uint256 _blockPenalty)
manualBurnLiquidityPairTokens(uint256 percent)
removeBotFromBlackList(address account)
removeLimits()
renounceOwnership()
setAutoBuyBackSettings(uint256 _frequencyInSeconds, uint256 _buyBackAmount, bool _autoBuyBackEnabled)
setAutoLPBurnSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _Enabled)
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _buyBackFee, uint256 _devFee)
updateDevWallet(address newWallet)
updateMarketingWallet(address newMarketingWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _buyBackFee, uint256 _devFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP(uint256 amount)
BuyBackTriggered(uint256 amount)
DevWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ManualNukeLP(uint256 amount)
MarketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.