Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MEO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21354916 | 4 days ago | | | 0 | 0.00026350368 | |
| 21354911 | 4 days ago | | | 0 | 0.00044032654 | |
| 20923030 | 2 months ago | | | 0 | 0.0049866612 | |
| 20074309 | 6 months ago | | | 0 | 0.00019938161 | |
| 19954731 | 7 months ago | | | 0 | 0.00046128712 | |
| 19842113 | 7 months ago | | | 0 | 0.00092451113 | |
| 19802038 | 7 months ago | | | 0 | 0.00084994800 | |
| 19791634 | 7 months ago | | | 0 | 0.00085850268 | |
| 19784841 | 7 months ago | | | 0 | 0.0010629750 | |
| 19728689 | 8 months ago | | | 0 | 0.0011336480 |
ABI
ABI objects
Getter at block 21382040
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
_router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
blimit() view returns (bool)
false
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
limitNumber() view returns (uint256)
100000000000000000000000000
marketing() view returns (address)
0xe6b60bf772887c422210c1a9e7a545dfa22eecfb
name() view returns (string)
MEO
owner() view returns (address)
0xfb710026d13a15560dfacc6775ad22d9b24528ad
sellTax() view returns (uint256)
0
swapEth() view returns (bool)
false
swapNumber() view returns (uint256)
33333333333333333333333333
symbol() view returns (string)
MEO
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapV2Pair() view returns (address)
0x65e3cd5d603adadcf0afea28cebe16f9f3d44835
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
blacklist(address _address, bool _isBlacklisting)
errorToken(address _token)
multiTransfer(address[] addresses, uint256[] amounts)
multiTransfer_fixed(address[] addresses, uint256 amount)
renounceOwnership()
setBuyTax(uint256 _tax)
setExcludedFromFee(address _address, bool _excluded)
setExcludedFromFeeList(address[] addresses, bool _excluded)
setSellTax(uint256 _tax)
setSwapEth(bool isSwapEth)
setSwapNumber(uint256 _swapNumber)
setblacklist(address[] addresses, bool _isBlacklisting)
setlimit(bool _limit, uint256 _limitNumber)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdawOwner(uint256 amount)
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()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)