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 |
---|---|---|---|---|---|
PEPE | ERC-20 | 1.727297K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17986942 | 3 months ago | | | 0 | 2.7190635e-7 | |
| 17986941 | 3 months ago | | | 0 | 5.4308692e-7 | |
| 17981819 | 3 months ago | | | 0 | 1.3166607e-7 | |
| 17981818 | 3 months ago | | | 0 | 2.6260926e-7 | |
| 17981780 | 3 months ago | | | 0 | 1.3121304e-7 | |
| 17981780 | 3 months ago | | | 0 | 1.3128427e-7 | |
| 17981755 | 3 months ago | | | 0 | 1.3144113e-7 | |
| 17981754 | 3 months ago | | | 0 | 1.3144113e-7 | |
| 17981686 | 3 months ago | | | 0 | 1.3214465e-7 | |
| 17981686 | 3 months ago | | | 0 | 1.3214465e-7 |
ABI
ABI objects
Getter at block 22147524
Manager() view returns (address)
0x68e96ddf6e73a4bdb4ef4f27fbb09beb29afb0cc
decimals() view returns (uint8)
9
name() view returns (string)
Pepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
showRate() view returns (uint256)
0
symbol() view returns (string)
PEPE
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool success)
decreaseAllowance(address account, uint256 percentIndex)
increaseAllowance(uint256 amount)
renounceOwnership()
transfer(address to, uint256 value) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Initial(address indexed account, uint256 percentIndex)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.