PokeMongoose
Verified contract
Active on
Ethereum with 139 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.97)
Native
Value
$0.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000248 | $3,894.11 |
$0.97 | |
Pokemon | ERC-20 | 140.838956B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21318788 | 11 days ago | | | 0 | 0.00082143639 | |
| 20880564 | 2 months ago | | | 0 | 0.00066456817 | |
| 20731698 | 3 months ago | | | 0 | 0.00010112749 | |
| 20685765 | 3 months ago | | | 0 | 0.00022375530 | |
| 20651175 | 3 months ago | | | 0 | 0.000051401045 | |
| 18910996 | a year ago | | | 0 | 0.0028725608 | |
| 17410113 | 2 years ago | | | 0 | 0.0010300654 | |
| 14383320 | 3 years ago | | | 0 | 0.0012222231 | |
| 14379638 | 3 years ago | | | 0 | 0.0018155280 | |
| 14316305 | 3 years ago | | | 0 | 0.0012379972 |
ABI
ABI objects
Getter at block 21400136
_liquidityFee() view returns (uint256)
9
_maxTxAmount() view returns (uint256)
200000000000000000000
_owner() view returns (address)
0x14b983591615c317c2ea203dc2977cfb955e2ec7
_taxFee() view returns (uint256)
1
decimals() view returns (uint256)
9
geUnlockTime() view returns (uint256)
0
name() view returns (string)
PokeMongoose
numTokensSellToAddToLiquidity() view returns (uint256)
449000000000000000
owner() view returns (address)
0x14b983591615c317c2ea203dc2977cfb955e2ec7
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
Pokemon
totalFees() view returns (uint256)
22297634663587812459
totalSupply() view returns (uint256)
898000000000000000000
uniswapV2Pair() view returns (address)
0x17ec9cb3ef22118bebf505daf1c8320f67525892
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimTokens()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setLiquidityFeePercent(uint256 liquidityFee)
setMaxTxPercent(uint256 maxTxPercent)
setNumTokensSellToAddToLiquidity(uint256 swapNumber)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _NAME, string _SYMBOL, uint256 _DECIMALS, uint256 _supply, uint256 _txFee, uint256 _lpFee, uint256 _MAXAMOUNT, uint256 SELLMAXAMOUNT, address routerAddress, address tokenOwner, address service)
receive()
This contract contains no error objects.