Fanatics Inu
Verified contract
Active on
Ethereum with 247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
32 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FAN | ERC-20 | 108.626293M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16103094 | 2 years ago | | | 0 | 0.00055818849 | |
| 16103090 | 2 years ago | | | 0 | 0.00052322738 | |
| 16091385 | 2 years ago | | | 0 | 0.0015913221 | |
| 16089269 | 2 years ago | | | 0 | 0.00053867427 | |
| 16083615 | 2 years ago | | | 0 | 0.00074030818 | |
| 16083591 | 2 years ago | | | 0 | 0.00078435729 | |
| 16083563 | 2 years ago | | | 0 | 0.0011478824 | |
| 16083525 | 2 years ago | | | 0 | 0.00072300097 | |
| 16083422 | 2 years ago | | | 0 | 0.00095564577 | |
| 16083012 | 2 years ago | | | 0 | 0.00058050599 |
ABI
ABI objects
Getter at block 21189025
botsCaught() view returns (uint256)
0
decimals() view returns (uint8)
9
earlySellEnabled() view returns (bool)
true
entryFees() view returns (uint256)
0
feeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
houseManager() view returns (address)
0xfba8340db65a45b3b5fba09f10ce2e9045125495
lpEntryFees() view returns (uint256)
0
lpWithdrawFees() view returns (uint256)
0
maxTxAmount() view returns (uint256)
10000001000000000
maxWalletAmount() view returns (uint256)
10000001000000000
name() view returns (string)
Fanatics Inu
owner() view returns (address)
0xfba8340db65a45b3b5fba09f10ce2e9045125495
quarterbackSack() view returns (bool)
false
reserves() view returns (bool)
true
scalpersCaught() view returns (uint256)
4
staking() view returns (bool)
false
symbol() view returns (string)
FAN
totalSupply() view returns (uint256)
1000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
15901145
triggerReceivers() view returns (bool)
false
uniswapV2Pair() view returns (address)
0xe403adab91e9a1da7b4b33a22dc221eaf9be869c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
whitelistActive1() view returns (bool)
false
whitelistActive2() view returns (bool)
false
whitelistActive3() view returns (bool)
false
withdrawFees() view returns (uint256)
0
Read-only
_isBot(address) view returns (bool)
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
_isScalper(address) view returns (bool)
_whitelistedAddresses1(address) view returns (bool)
_whitelistedAddresses2(address) view returns (bool)
_whitelistedAddresses3(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isWhitelist1(address account) view returns (bool)
isWhitelist2(address account) view returns (bool)
isWhitelist3(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnBot(address account)
burnScalper(address account)
changeFees(uint256 _lpEntryFees, uint256 _entryFees, uint256 _lpWithdrawFees, uint256 _withdrawFees) returns (bool)
changeMarketingWallet(address newWallet) returns (bool)
changeMaxTxAmount(uint256 _maxTxAmount) returns (bool)
changeMaxWalletAmount(uint256 _maxWalletAmount) returns (bool)
claim(uint256 percent)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address account, bool excluded)
excludeFromMaxWallet(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
offsideEnabled(bool onOff)
redCarpet(bool WL1)
removeBot(address notBot)
removeEarlySellFee(bool enabled)
removeScalper(address notScalper)
removeWhitelistedAddress1(address account)
removeWhitelistedAddress2(address account)
removeWhitelistedAddress3(address account)
renounceOwnership()
roundThree(bool WL3)
roundTwo(bool WL2)
scout(bool onOff, uint256 _numAddETH) returns (bool)
setAutoTrigger(bool autoTrigger)
setAutomatedMarketMakerPair(address pair, bool value)
setFeeRecipient(address recipient)
setStaking(bool onOff)
setWhitelistedAddresses1(address[] WL1)
setWhitelistedAddresses2(address[] WL2)
setWhitelistedAddresses3(address[] WL3)
showTime(uint256 _scalpBlockAmt)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(address token)
withdrawETH()
Approval(address indexed owner, address indexed spender, uint256 value)
BotCaught(address indexed botAddress)
BotRemoved(address indexed botAddress)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedMaxTransactionAmount(address indexed account, bool isExcluded)
ExcludedMaxWalletAmount(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ScalperCaught(address indexed scalperAddress)
ScalperRemoved(address indexed scalperAddress)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SetFeeRecipient(address recipient)
StakingPool(bool indexed onOff)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
WL1Removed(address indexed WL1)
WL2Removed(address indexed WL2)
WL3Removed(address indexed WL3)
constructor()
receive()
This contract contains no error objects.