Liquidity Dao

Verified contract

Active on Ethereum with 28 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables

No balances found for "Liquidity Dao"

0x806187eb10b76b0396f75c3c5ebc5065332ba5ad93bb10e1c2c4f713bdc07755
0xfc286cdb01f202401ffd364674975a153330d9f86b3b0603bdb6fe88d8772817
0x0e881df774b17dbaea18766c84d54e64a42100a0a08c56fc722697a8b0919738
0xa691798d420af4549a94426a7a3034a25fcc8bd8e4445124a12a85635e466793
0xf6be0be4ab4e25a892f836ef4d8d214786035cac5e88d228e8a091a57a97acbe
0x53cc074f3ab8d3e36453f88386174ea89a018ca09d3cc2d1d1849fb0f17e6f5d
0xbdcdd1df7c0708541ff465234d6f57a470788b3f4d3093d70d74fa318c10cbd6
0x308063fd6dfd99d20d4945f408b646b17b98b0084bf5c4455b91ac7f1118fdb8
0xa47d754b1b89539dbda38a3705f748ea26d42eca5c906bdee5e8ec7c7e730d12
0x3848cd99ad01e15ed8037c1b3a21c274b60ef50e7c95f2eb634d847862a78c35

Functions
Getter at block 20943214
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0xfd21956c6eab90ecac1136303abb25c7bd5f5845
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)
0
getNumberOfDividends(view returns (uint256)
0
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)
5000000000000000000000000
maxWallet(view returns (uint256)
5000000000000000000000000
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)
false
swapTokensAtAmount(view returns (uint256)
500000000000000000000000
symbol(view returns (string)
LIQUIDITY
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
0
tokensForRewards(view returns (uint256)
0
totalBuyFees(view returns (uint256)
70
totalSellFees(view returns (uint256)
70
totalSupply(view returns (uint256)
1000000000000000000000000000
tradingActive(view returns (bool)
false
tradingActiveBlock(view returns (uint256)
0
transferDelayEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0xfe84bd45ab730969d358ba4d4484e3561446a38a
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.