FetchDC

Verified contract

Active on Ethereum with 109 txns
Deployed by via 0x4d944969 at 15412438
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional variables
ERC-20
--
0xf98e550a8c429c38a3d7f5dae321d5034cc5c806c3220a543abc7eda5c17acf6
0x207560bbfcf31498df5bb670683292741c8508a3b3b82ce2c04dbb78f116744a
0x3980879f84a256fedd16f532c6f592ad04203e65c124a4743db8ee329c0d306c
0x27eaee78a02d5ad3ecd87a0c10edb7cc16532aa957babeb7b14e6cfd0c70b81a
0xdf4d1f39a8e87aeafce83504c02d8af1d826ea8109b64ff899a004571da53c3a
0x3a5d8d0b25f19d83c684ad492c31348f554be8c39dbcc36eabb8df21c0450287
0x3e3dfeac127eeca0502a47012d1f47554c32bb99cf1551bf069bd289aaa26387
0x9c1543528efba983b42e38fb015ade5d60e87ba826fe3687c0892a92792dfd35
0xa5cc4914e465becff7f4d12b648310bb204cca681e1791ddd0c01d7d25b5f790
0x172b77cc3f035a4f30cec4e615a0b3f17db0354dbc0ae9f9c03379ce434439d4

Functions
Getter at block 21159507
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x19f88f90afa263a772a6b3c45a16afc2a72e9256
earlyBuyPenaltyEnd(view returns (uint256)
0
feeDivisor(view returns (uint256)
1000
gasForProcessing(view returns (uint256)
0
getClaimWait(view returns (uint256)
1200
getLastProcessedIndex(view returns (uint256)
0
getNumberOfDividendTokenHolders(view returns (uint256)
99
getNumberOfDividends(view returns (uint256)
14973341164854738656136108038
limitsInEffect(view returns (bool)
true
liquidityActiveBlock(view returns (uint256)
0
liquidityBuyFee(view returns (uint256)
20
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)
2000000000000000000000000000
maxWallet(view returns (uint256)
2000000000000000000000000000
name(view returns (string)
FetchDC
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
60
operationsSellFee(view returns (uint256)
0
owner(view returns (address)
0xdfdeefb008dad806a6e9c4aa465fb036a70342e9
rewardsBuyFee(view returns (uint256)
0
rewardsSellFee(view returns (uint256)
0
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
50000000000000000000000000
symbol(view returns (string)
FETCHDC
tokensForLiquidity(view returns (uint256)
1437975277744247614132721162
tokensForOperations(view returns (uint256)
4313925833232742842398163486
tokensForRewards(view returns (uint256)
0
totalBuyFees(view returns (uint256)
80
totalSellFees(view returns (uint256)
0
totalSupply(view returns (uint256)
100000000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15412510
transferDelayEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x164b21f0c5c8172816fb9dd9dc6a7a54e773ea22
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.