Liquidity DAO

Verified contract

Active on Ethereum with 311 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables
ERC-20
--
0xe551b4ad69c16d2d9f53128065973af904b1c0aa74358d48efc57242286b6c67
0xaa2e7c0fdc27f824b88ac85e764a67b114e17b5b662ffaa5fffbd2f380cfaec9
0x0127970a93d474c26125d014bbeff26c74ccf7303b6a57d351c7e70d1825088a
0x65f3b37b1021330984c7ad84737ddf07a85544c0a2f9808024250acdc72fb861
0x86ec4bf73105a9e5a5f5c6402f30b30a2938a99b5906b20cbec3bc86867694b7
0x3b2e99573d7d164c518a9ee9b60460b304c363228b99733af58f30543a1c7685
0xb09dbe2a888b39517043198ee06042591095fc86d48c2ca4e753d01e23e2e05c
0xa9bc0402435ee49382bf49ba989e4093a1e351a8861297959c494c5969853d00
0x9787e8e3a8d8b498e21afd4c9002be5411cd64970693f14b053727257195773d
0xf63edf667cdae6339565ea4bdafa3b70d188f2df668c80934941677728372487

Functions
Getter at block 21271003
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0xea1b4575f1f2877708f945d65a4a7871498e53d8
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)
111
getNumberOfDividends(view returns (uint256)
327344904071187888944857914
limitsInEffect(view returns (bool)
true
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)
25000000000000000000000000000000000000000000
maxWallet(view returns (uint256)
25000000000000000000000000000000000000000000
name(view returns (string)
Liquidity DAO
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
40
operationsSellFee(view returns (uint256)
40
operationsWallet(view returns (address)
0x6bead42136ee5e854b5f7069e19f63367b1b9400
owner(view returns (address)
0x6bead42136ee5e854b5f7069e19f63367b1b9400
rewardsBuyFee(view returns (uint256)
30
rewardsSellFee(view returns (uint256)
30
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
500000000000000000000000
symbol(view returns (string)
LIQUIDITY
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
24486357584698737902381372
tokensForRewards(view returns (uint256)
18364768188524053426786029
totalBuyFees(view returns (uint256)
70
totalSellFees(view returns (uint256)
70
totalSupply(view returns (uint256)
1000000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15647227
transferDelayEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x2d1835ac1cfe08adfac0af51f38eda9b7af7f0f8
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
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(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
CanceledLpWithdrawRequest(
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeMultipleAccountsFromFees(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
receive(
Errors

This contract contains no error objects.