AstroPepeX
Verified contract
Active on
Ethereum with 15,898 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($545.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APX | ERC-20 | 2.226409M | $0.000245 |
$545.25 | |
🥐 | ERC-20 | 87.382034M | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245075 | 37 minutes ago | | | 0 | 0.00063947995 | |
| 21245055 | 41 minutes ago | | | 0 | 0.00049000424 | |
| 21245048 | 42 minutes ago | | | 0 | 0.00045429469 | |
| 21244929 | an hour ago | | | 0 | 0.00061784211 | |
| 21244575 | 2 hours ago | | | 0 | 0.00067502490 | |
| 21244392 | 3 hours ago | | | 0 | 0.00079802716 | |
| 21243860 | 5 hours ago | | | 0 | 0.00077585802 | |
| 21243735 | 5 hours ago | | | 0 | 0.00099714445 | |
| 21243715 | 5 hours ago | | | 0 | 0.00093885972 | |
| 21243710 | 5 hours ago | | | 0 | 0.0011511882 |
ABI
ABI objects
Getter at block 21245257
decimals() view returns (uint8)
18
name() view returns (string)
AstroPepeX
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
APX
totalSupply() view returns (uint256)
65000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
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(string _name, string _symbol, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.