Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
META | ERC-20 | 2.331279M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154344 | 20 days ago | | | 0 | 0.00022392366 | |
| 18994759 | a year ago | | | 0 | 0.00039345479 | |
| 18440058 | a year ago | | | 0 | 0.00082109007 | |
| 18440040 | a year ago | | | 0 | 0.0015619727 | |
| 18432794 | a year ago | | | 0 | 0.00067241976 | |
| 18424641 | a year ago | | | 0 | 0.00035904379 | |
| 18424607 | a year ago | | | 0 | 0.00032073074 | |
| 18423385 | a year ago | | | 0 | 0.00071382891 | |
| 18416967 | a year ago | | | 0 | 0.0012012588 | |
| 18415957 | a year ago | | | 0 | 0.00098187859 |
ABI
ABI objects
Getter at block 21294380
botCount() view returns (uint256)
20
buyDevFee() view returns (uint256)
3
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
devWallet() view returns (address)
0x173dfa85d153a766e58a1875ce471e7120b8770c
maxBotCount() view returns (uint256)
20
maxTransactionAmount() view returns (uint256)
1000001000000000
maxWallet() view returns (uint256)
3000001000000000
name() view returns (string)
METACOIN
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellBotFee() view returns (uint256)
20
sellDevFee() view returns (uint256)
3
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000
symbol() view returns (string)
META
tokensForDev() view returns (uint256)
2331279070994601
totalSupply() view returns (uint256)
100000000000000000
tradingActive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x86ccc9dfcf51e1634c60baeb9825c34f2c451484
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
whitelistEnabled() view returns (bool)
false
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
bots(address) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setWhitelist(address[] _addresses, bool _isWhitelisting)
transfer(address to, uint256 amount) returns (bool)
transferDropped()
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevWallet(address newWallet)
updateMaxLimits(uint256 maxPerTx, uint256 maxPerWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
updateTaxes(uint256 buy, uint256 sell, uint256 bot)
updateWhitelistEnabled(bool _isWhitelisting)
Approval(address indexed owner, address indexed spender, uint256 value)
BoughtEarly(address indexed sniper)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
devWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.