[MEVo]TOKEN
Verified contract
Active on
Ethereum with 126 txns
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 "[MEVo]TOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15698212 | 2 years ago | | | 0 | 0.00032716931 | |
| 15698194 | 2 years ago | | | 0 | 0.00085584957 | |
| 15698192 | 2 years ago | | | 0 | 0.00080423380 | |
| 15698189 | 2 years ago | | | 0 | 0.0013982700 | |
| 15698189 | 2 years ago | | | 0 | 0.0031568489 | |
| 15698188 | 2 years ago | | | 0 | 0.0014361559 | |
| 15698188 | 2 years ago | | | 0 | 0.0016313150 | |
| 15698185 | 2 years ago | | | 0 | 0.0010046833 | |
| 15698183 | 2 years ago | | | 0 | 0.00089594203 | |
| 15698181 | 2 years ago | | | 0 | 0.00093638278 |
ABI
ABI objects
Getter at block 21169947
buyTaxBurn() view returns (uint256)
20
buyTaxOthers() view returns (uint256)
60
decimals() view returns (uint8)
18
maxTransfer() view returns (uint256)
5000000000000000000000000
maxWalletBalance() view returns (uint256)
10000000000000000000000000
name() view returns (string)
[MEVo]TOKEN
owner() view returns (address)
0xef1ce7ae0fc718d68d6f30cfb640180f5745a51d
sellTaxBurn() view returns (uint256)
30
sellTaxOthers() view returns (uint256)
90
symbol() view returns (string)
Mevo
taxesWallet() view returns (address)
0x7f849e82b7d6a23eb43e1d80361ac833b036a3a2
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnable() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isLiquidityPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyTaxes(uint256 burnLiquidity, uint256 otherTaxes)
setEnableTrading(bool value)
setExcludeFromFee(address[] accounts, bool value)
setLiquidityPair(address pairAddress, bool value)
setMaxTransferLimit(uint256 _wei)
setSellTaxes(uint256 burnLiquidity, uint256 otherTaxes)
setTaxesWallet(address wallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(address _taxesWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.