MempoolDAO
Verified contract
Active on
Ethereum with 30 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MemDAO | ERC-20 | 4.453286M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16063367 | 2 years ago | | | 0 | 0.00063972725 | |
| 16063343 | 2 years ago | | | 0 | 0.00049679288 | |
| 16063342 | 2 years ago | | | 0 | 0.020928600 | |
| 16063337 | 2 years ago | | | 0 | 0.00050047296 | |
| 16063337 | 2 years ago | | | 0 | 0.00051277018 | |
| 16063335 | 2 years ago | | | 0 | 0.00045882759 | |
| 16063335 | 2 years ago | | | 0 | 0.00045882759 | |
| 16063335 | 2 years ago | | | 0 | 0.00045882759 | |
| 16063335 | 2 years ago | | | 0 | 0.00043024517 | |
| 16063334 | 2 years ago | | | 0 | 0.00044507122 |
ABI
ABI objects
Getter at block 21163605
MarketingWallet() view returns (address)
0xc38e4fe4137f4e322ed6b8cc1c48178eec1d7bf6
buyMemDAOfees() view returns (uint256)
5
buyliquidityfees() view returns (uint256)
3
buymarketingfees() view returns (uint256)
2
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
lastLpBurnTime() view returns (uint256)
1669576271
lastManualLpBurnTime() view returns (uint256)
0
limitsInEffect() view returns (bool)
true
lpBurnEnabled() view returns (bool)
true
lpBurnFrequency() view returns (uint256)
3600
manualBurnFrequency() view returns (uint256)
1800
maxTransactionAmount() view returns (uint256)
2000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000
name() view returns (string)
MempoolDAO
owner() view returns (address)
0x0aaafcc5d16c6ca4cb4a3a8433a662d9d6353465
percentForLPBurn() view returns (uint256)
25
sellMemDAOfees() view returns (uint256)
99
selliquidityfees() view returns (uint256)
99
sellmarketingfees() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
MemDAO
tokensForLiquidity() view returns (uint256)
2996887495694698028614752
tokensForMarketing() view returns (uint256)
1456398580034019410271636
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x120b27b2dc6cbc454ad3c8f71ff32f79d676cd02
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketingMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualBurnLiquidityPairTokens(uint256 percent) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutoLPBurnSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _Enabled)
setAutomatedMarketingMakerPair(address pair, bool value)
setBlacklisted(address _address, bool _blacklisted)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _MarketingFee, uint256 _liquidityFee)
updateMarketingWallet(address newMarketingWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _MarketingFee, uint256 _liquidityFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP()
ExcludeFromFees(address indexed account, bool isExcluded)
ManualNukeLP()
MarketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketingMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.