Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Memez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18156182 | a year ago | | | 0 | 0.00050147071 | |
| 17455818 | a year ago | | | 0 | 0.00078044434 | |
| 17421551 | a year ago | | | 0 | 0.0012177918 | |
| 17177130 | 2 years ago | | | 0 | 0.0034415035 | |
| 17155714 | 2 years ago | | | 0 | 0.0016486331 | |
| 17151147 | 2 years ago | | | 0 | 0.0014021009 | |
| 17150467 | 2 years ago | | | 0 | 0.0014852729 | |
| 17147796 | 2 years ago | | | 0 | 0.0016197122 | |
| 17144184 | 2 years ago | | | 0 | 0.0015460586 | |
| 17142037 | 2 years ago | | | 0 | 0.0015121327 |
ABI
ABI objects
Getter at block 21331951
_maxWallet() view returns (uint256)
1500000000000000
_swapThreshold() view returns (uint256)
50000000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
Memez
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
symbol() pure returns (string)
MEMEZ
totalSupply() pure returns (uint256)
100000000000000000
tradingFees() view returns (uint256 buyFee, uint256 sellFee)
(buyFee=0, sellFee=0)
uniswapV2Pair() view returns (address)
0x0e416baedb7bafbbfaf0d16eef40975901283210
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wallets() view returns (address deployerWallet, address marketingWallet)
(deployerWallet=0x46c8a980e9c6d3f9790cf0f93ae4e0dc37fc5b7b, marketingWallet=0xf05e0ef94fa3c18e6ec6fcfd0d9651e8ed4cc333)
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearEth()
clearTokens(address tokenToClear)
excludeMultipleAccountsFromFees(address[] accounts, bool shouldExclude)
initialize(bool init)
manualSwapback()
openTrading()
reduceFees(uint256 _buyFee, uint256 _sellFee)
renounceOwnership()
setContractExempt(address account, bool value)
setStructure(uint256[] _blocks, bool blocked)
setTradeCooldown(uint256 newTradeCooldown)
toggleAntiMEV(bool toggle)
toggleSwap(bool shouldSwap)
transfer(address recipient, uint256 amount) returns (bool)
transfer(address wallet)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AntiMEVToggled(bool indexed toggle)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromFees(address indexed account, bool indexed excluded)
FeesChanged(uint256 indexed buyFee, uint256 indexed sellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetContractExempt(address indexed contractAddress, bool indexed isExempt)
SwapEnabled(bool indexed enabled)
TradeCooldownChanged(uint256 indexed newTradeCooldown)
TradingOpened()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.