MemeMorial
Verified contract
Active on
Ethereum with 25 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JULY4 | ERC-20 | 99K | -- | -- | |
UNI-V2 | ERC-20 | 30.005233 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17616116 | a year ago | | | 0 | 0.00091876364 | |
| 17616078 | a year ago | | | 0 | 0.00073016207 | |
| 17616073 | a year ago | | | 0 | 0.00073855376 | |
| 17616073 | a year ago | | | 0 | 0.00085693264 | |
| 17616072 | a year ago | | | 0 | 0.0030699821 | |
| 17616070 | a year ago | | | 0 | 0.00087258490 | |
| 17616070 | a year ago | | | 0 | 0.0016743559 | |
| 17616070 | a year ago | | | 0 | 0.0019101709 | |
| 17616068 | a year ago | | | 0 | 0.00088116715 | |
| 17616068 | a year ago | | | 0 | 0.00088116715 |
ABI
ABI objects
Getter at block 21224626
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyDevFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellDevFee, uint256 sellLiquidityFee)
(buyTotalFees=1, buyMarketingFee=1, buyDevFee=0, buyLiquidityFee=0, sellTotalFees=5, sellMarketingFee=3, sellDevFee=1, sellLiquidityFee=1)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
name() view returns (string)
MemeMorial
owner() view returns (address)
0xfac856a252d76f434cce44db2057f3310b8ab27b
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
JULY4
tokensForDev() view returns (uint256)
19800000000000000000000
tokensForLiquidity() view returns (uint256)
19800000000000000000000
tokensForMarketing() view returns (uint256)
59400000000000000000000
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0xcaf1153cb814eb1b9608af0a87a2abf6a8418aa7
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _devWallet)
swapTrading()
toggleSwapEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeBuy, uint256 _liquidityFeeBuy, uint256 _devFeeBuy, uint256 _marketingFeeSell, uint256 _liquidityFeeSell, uint256 _devFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.