MemeDAO
Verified contract
Active on
Ethereum with 2,971 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($189.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 14.823614 | $12.76 |
$189.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299004 | 12 hours ago | | | 0 | 0.00039366722 | |
| 21297597 | 16 hours ago | | | 0 | 0.00030419163 | |
| 21268105 | 5 days ago | | | 0 | 0.00032653405 | |
| 21261832 | 6 days ago | | | 0 | 0.00037627041 | |
| 21254639 | 7 days ago | | | 0 | 0.00045766512 | |
| 21241219 | 9 days ago | | | 0 | 0.00051973296 | |
| 21240287 | 9 days ago | | | 0 | 0.00057772668 | |
| 21206885 | 13 days ago | | | 0 | 0.00044248548 | |
| 21198662 | 15 days ago | | | 0 | 0.00068472058 | |
| 21184837 | 16 days ago | | | 0 | 0.0013722629 |
ABI
ABI objects
Getter at block 21302505
decimals() view returns (uint8)
18
isTradeEnabled() view returns (bool)
true
maxPurchaseAmount() view returns (uint256)
2500000000000000000000000000000
maxPurchaseBlock() view returns (uint256)
17287475
name() view returns (string)
MemeDAO
owner() view returns (address)
0x0000000000000000000000000000000000000000
preventSniperBlock() view returns (uint256)
17287325
symbol() view returns (string)
MEMD
totalSupply() view returns (uint256)
420690000000000000000000000000000
uniswapV2PairAddress() view returns (address)
0xcc8eae245c1a7857acf2d5390a504a2f0eb947d3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lastTxBlockNumber(address) view returns (uint256)
prevented(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
preventSniper(address _address)
releaseSniper(address _address)
renounceOwnership()
setUniswapV2PairAddress(address _uniswapV2PairAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _launchBlock, uint256 _maxPurchaseBlock, uint256 _maxPurchaseAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.