Liquidity Dao

Verified contract

Active on Ethereum with 603 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables
ERC-20
--
ERC-20
--
0x41b783f4c8621e2c7f5e7c238ecaa781f3dbbbbbadf4e358ef7b351d51088dcf
0x126a1ab7b26e896551f57c475111ee107323e66e30ec5b7406bb0e6cf8f1c11a
0x9a9937418a577d9ad4b458964373f8ae1e830b89c0df541099e6c6df3c6b3670
0xc77eb1d259cbc4b36c58a1d7c89a38182c6d667e02192dcfea02b56a746afea7
0xa0134688ae6decb7d02e88318de3c3eb93dc0cb63625c4d9332415c9ab02e60c
0x9d3f7820ee41666fa4bd6d1076afdf8d05762c0f6aefebaaa6f31f1eca79ab12
0x22df2448d1267080b0c52591a5c1f1e147fb9afb38949a6fe0fd99695ea18a05
0x85632e88acf7590e45b18ef8f9263c53be9d31e44228670e296808411dea1510
0xd1d99ade448be519b0366d657fe72b83c1db78ab1faf90a4a760482b7688d1ce
0x19ddda41622ae0e78073ee2718397e61a8161dd718f0428a2a6e46692ffb5a54

Functions
Getter at block 21226296
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0xbd5b61c48e34098982d7059227460825874141e6
earlyBuyPenaltyEnd(view returns (uint256)
0
feeDivisor(view returns (uint256)
1000
gasForProcessing(view returns (uint256)
0
getClaimWait(view returns (uint256)
1200
getLastProcessedIndex(view returns (uint256)
1
getNumberOfDividendTokenHolders(view returns (uint256)
84
getNumberOfDividends(view returns (uint256)
214430514846900919658837488
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)
15000000000000000000000000
maxWallet(view returns (uint256)
15000000000000000000000000
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)
31624287452501151342027373
tokensForRewards(view returns (uint256)
23718215589375863506520530
totalBuyFees(view returns (uint256)
70
totalSellFees(view returns (uint256)
70
totalSupply(view returns (uint256)
1000000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15527857
transferDelayEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x68500fdd1aaef80d63d681ffaa52528802b7b4f1
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(
DevWalletUpdated(address indexed newWalletaddress indexed oldWallet
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.