Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASS | ERC-20 | 9B | -- | -- | |
MEOW | ERC-20 | 116.047612M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17666501 | a year ago | | | 0 | 0.00076376139 | |
| 17620684 | a year ago | | | 0 | 0.00041607616 | |
| 17375127 | a year ago | | | 0 | 0.00081689694 | |
| 17254450 | a year ago | | | 0 | 0.0015776633 | |
| 17254434 | a year ago | | | 0 | 0.0027369396 | |
| 17252680 | a year ago | | | 0 | 0.0029609611 | |
| 17251460 | a year ago | | | 0 | 0.0020155864 | |
| 17184422 | a year ago | | | 0 | 0.0027878698 | |
| 17182900 | a year ago | | | 0 | 0.0055372014 | |
| 17146583 | 2 years ago | | | 0 | 0.0019884508 |
ABI
ABI objects
Getter at block 21092522
MAX_SUPPLY() view returns (uint256)
999999999000000000000000000
UNISWAP_V2_PAIR() view returns (address)
0x1ac8ca719bc458fcff53c0b029f57412a468702e
UNISWAP_V2_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
limitsEnabled() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
30000000000000000000000000
maxWallet() view returns (uint256)
30000000000000000000000000
name() view returns (string)
Meow
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
999999999000000000000000
symbol() view returns (string)
MEOW
tokensForDev() view returns (uint256)
0
totalSupply() view returns (uint256)
999999999000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedMaxTransactionAmount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address addr, bool excluded)
excludeFromMaxTransaction(address addr, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setFees(uint256 _buyFee, uint256 _sellFee)
setMaxTransactionAmount(uint256 max)
setMaxWallet(uint256 max)
setSwapEnabled(bool enabled)
setSwapTokensAtAmount(uint256 newAmount)
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)
ExcludeFromFees(address indexed account, bool excluded)
ExcludeFromMaxTransaction(address indexed account, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
BuyExceedsMaxWallet()
BuyTransferExceedsMaxTransactionAmount()
ERC20FromZero()
ERC20ToZero()
MaxWallet()
SellTransferExceedsMaxTransactionAmount()
SwapAmountTooHigh()
SwapAmountTooLow()
TradingNotActive()