Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,006,045.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE | ERC-20 | 34.501368B | $0.00002 |
$696,927.64 | |
PIKA | ERC-20 | 5.129083T | $0.00 |
$282,099.58 | |
USDC | ERC-20 | 9.17711K | $1.00 |
$9,177.11 | |
BONE | ERC-20 | 14.103124K | $0.500554 |
$7,059.38 | |
FOXE | ERC-20 | 1.777819T | $0.00 |
$1,777.82 | |
USDT | ERC-20 | 1.55139K | $1.002 |
$1,554.49 | |
SHIB | ERC-20 | 59.965034M | $0.000025 |
$1,470.34 | |
Bonk | ERC-20 | 20.089M | $0.000051 |
$1,031.97 | |
BUSD | ERC-20 | 949.050949 | $0.995593 |
$944.87 | |
ELON | ERC-20 | 4.511184B | $0.00 |
$893.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240003 | a few seconds ago | | | 0 | 0.00041399960 | |
| 21240003 | a few seconds ago | | | 0 | 0.00044415840 | |
| 21240002 | a minute ago | | | 0 | 0.00035374291 | |
| 21240001 | a minute ago | | | 0 | 0.00030990615 | |
| 21240001 | a minute ago | | | 0 | 0.00067236955 | |
| 21239999 | a minute ago | | | 0 | 0.00044279903 | |
| 21239998 | 2 minutes ago | | | 0 | 0.00056426798 | |
| 21239998 | 2 minutes ago | | | 0 | 0.00048712269 | |
| 21239997 | 2 minutes ago | | | 0 | 0.00034160162 | |
| 21239997 | 2 minutes ago | | | 0 | 0.00034160162 |
ABI
ABI objects
Getter at block 21240004
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
0
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
Pepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PEPE
totalSupply() view returns (uint256)
420689899999994793099999999997400
uniswapV2Pair() view returns (address)
0xa43fe16908251ee70ef74718545e4fe6c5ccec9f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.