AstroPup Coin
Verified contract
Active on
Ethereum with 1,027 txns
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 |
---|---|---|---|---|---|
ASPC | ERC-20 | 305.11721K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20673450 | 3 months ago | | | 0 | 0.000014005124 | |
| 19951675 | 6 months ago | | | 0 | 0.000065827272 | |
| 19704634 | 7 months ago | | | 0 | 0.00086908471 | |
| 19442957 | 8 months ago | | | 0 | 0.0019953489 | |
| 19442954 | 8 months ago | | | 0 | 0.0015502833 | |
| 19442163 | 8 months ago | | | 0 | 0.0021303716 | |
| 19442084 | 8 months ago | | | 0 | 0.0015624224 | |
| 19412797 | 9 months ago | | | 0 | 0.0036710172 | |
| 19405427 | 9 months ago | | | 0 | 0.0026250221 | |
| 19338594 | 9 months ago | | | 0 | 0.0025817444 |
ABI
ABI objects
Getter at block 21287079
burnPercentage() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
AstroPup Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
ASPC
totalSupply() view returns (uint256)
68476627088756507674442235323
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)
pause()
renounceOwnership()
setBurnPercentage(uint256 newBurnPercentage)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.