Tales of Pepe
Verified contract
Active on
Ethereum with 1,687 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($782.83)
Native
Value
$782.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.25 | $3,131.30 |
$782.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21052174 | 15 days ago | | | 0 | 0.00033207987 | |
| 21046886 | 16 days ago | | | 0 | 0.00022550289 | |
| 21040633 | 17 days ago | | | 0 | 0.000089353072 | |
| 21025326 | 19 days ago | | | 0 | 0.00027901558 | |
| 21021496 | 20 days ago | | | 0 | 0.00087360314 | |
| 21014738 | 21 days ago | | | 0 | 0.00067574749 | |
| 21009764 | 21 days ago | | | 0 | 0.00040623466 | |
| 20999989 | 23 days ago | | | 0 | 0.0010058179 | |
| 20999976 | 23 days ago | | | 0 | 0.0012633688 | |
| 20952241 | a month ago | | | 0 | 0.00045110203 |
ABI
ABI objects
Getter at block 21162515
BuyFee() view returns (uint256)
0
SellFee() view returns (uint256)
0
_uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
18
initialTotalSupply() view returns (uint256)
69420696980085000000000000000000
maxTransactionAmount() view returns (uint256)
69420696980085000000000000000000
maxWallet() view returns (uint256)
69420696980085000000000000000000
name() view returns (string)
Tales of Pepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
0
symbol() view returns (string)
TALES
totalSupply() view returns (uint256)
69420696980085000000000000000000
tradingOpen() view returns (bool)
true
tradingStartTime() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuckEth()
clearStuckTokens(address tokenAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap(uint256 percent)
removeLimits()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setSwapTokensAtAmount(uint256 _amount)
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 isExcluded)
ExcludeFromMaxTransactionAmount(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address dev, address liquidity, address router)
receive()
FailedCall()
InsufficientBalance(uint256 balance, uint256 needed)