Dogechain Fan Club

Verified contract

Active on Ethereum with 673 txns
Deployed by via 0x665dc75a at 15416651
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional variables
ERC-20
--
0x3ebc6ea0b6dc9a580be99b8bd611a08eedc747a58a6e07c970bab448b1eaabf3
0x92df917e7343a3ff1059d73d209db32660242a942cb3a7f51501adb00158a246
0xc6cea7baaa452a58727e76aa791d0c1ef97b97b32b67819a113f85f4bcb46210
From
0xf366de7c57374d73b0e304c0adb5cfd59a2ba61356e40ce9bb575d3fa8f48105
0x9039bac7e4f64c5136c7bcc7f78c0e2c78455aa0e3477aa0dbe34105b8e00da4
0x0e972a8d59f6f424108e6383713adf2d0a8e3cf8e9d5f1d2a3fc6a6772b7ba39
0xae0897e5650bf71ba343f96e6e60a1f0d5d06900895bc24f3f5d07f8370c8880
0xf7ad79b6106faf9cb5306c4e227679572735c503dfc40ae8dd0747d1e79d8045
0x156c265906c63771669b4af22ff5b685ba5f8208a4d9fd1338fe21a15c787d6b
0xf73535dd05838c56b941953d1efddb1cc9162eb0a0ef334a365c7884d3763bef

Functions
Getter at block 21201011
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x9831750d5523f91fa07b732b46940b5ad01cc54d
earlyBuyPenaltyEnd(view returns (uint256)
0
feeDivisor(view returns (uint256)
100
gasForProcessing(view returns (uint256)
200000
getClaimWait(view returns (uint256)
1200
getLastProcessedIndex(view returns (uint256)
27
getNumberOfDividendTokenHolders(view returns (uint256)
90
getNumberOfDividends(view returns (uint256)
129761238831375474289550082369
limitsInEffect(view returns (bool)
false
liquidityActiveBlock(view returns (uint256)
0
liquidityBuyFee(view returns (uint256)
0
liquiditySellFee(view returns (uint256)
0
lpPercToWithDraw(view returns (uint256)
0
lpWithdrawRequestDuration(view returns (uint256)
259200
lpWithdrawRequestPending(view returns (bool)
false
lpWithdrawRequestTimestamp(view returns (uint256)
0
maxTransactionAmount(view returns (uint256)
10000000000000000000000000000
maxWallet(view returns (uint256)
20000000000000000000000000000
name(view returns (string)
Dogechain Fan Club
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
0
operationsSellFee(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewardsBuyFee(view returns (uint256)
0
rewardsSellFee(view returns (uint256)
0
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
500000000000000000000000000
symbol(view returns (string)
DCFC
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
0
tokensForRewards(view returns (uint256)
0
totalBuyFees(view returns (uint256)
0
totalSellFees(view returns (uint256)
0
totalSupply(view returns (uint256)
1000000000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15416676
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x6dbc7a2663592df46414e5e3d9c8e517dd92682f
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
dividendTokenBalanceOf(address accountview returns (uint256)
getAccountDividendsInfo(address accountaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getAccountDividendsInfoAtIndex(uint256 indexaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getTotalDividendsDistributed(address rewardTokenview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
withdrawableDividendOf(address accountaddress rewardTokenview returns (uint256)
State-modifying
addPresaleAddressForExclusions(address _presaleAddress
approve(address spenderuint256 amountreturns (bool)
cancelLPWithdrawRequest(
claim(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(returns (bool)
enableTrading(
excludeFromDividends(address account
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
excludeMultipleAccountsFromFees(address[] accountsbool excluded
excludeMultipleAccountsFromMxTx(address[] accountsbool excluded
includeInDividends(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
processDividendTracker(uint256 gas
removeLimits(returns (bool)
renounceOwnership(
requestToWithdrawLP(uint256 percToWithdraw
setAutomatedMarketMakerPair(address pairbool value
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateClaimWait(uint256 claimWait
updateGasForProcessing(uint256 newValue
updateMaxAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateOperationsWallet(address newOperationsWallet
updateSellFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateSwapEnabled(bool enabled
withdrawRequestedLP(
withdrawStuckETH(
withdrawStuckTokens(address tkn
Events
Approval(address indexed owneraddress indexed spenderuint256 value
CanceledLpWithdrawRequest(
DevWalletUpdated(address indexed newWalletaddress indexed oldWallet
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeMultipleAccountsFromFees(address[] accountsbool isExcluded
ExcludeMultipleAccountsMxTx(address[] accountsbool isExcluded
ExcludedMaxTransactionAmount(address indexed accountbool isExcluded
GasForProcessingUpdated(uint256 indexed newValueuint256 indexed oldValue
OperationsWalletUpdated(address indexed newWalletaddress indexed oldWallet
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProcessedDividendTracker(uint256 iterationsuint256 claimsuint256 lastProcessedIndexbool indexed automaticuint256 gasaddress indexed processor
RequestedLPWithdraw(
SendDividends(uint256 tokensSwappeduint256 amount
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
Transfer(address indexed fromaddress indexed touint256 value
WithdrewLPForMigration(
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.