PSUN Token
Verified contract
Active on
Ethereum with 11,251 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 |
---|---|---|---|---|---|
PSUNT | ERC-20 | 0.31 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14279545 | 3 years ago | | | 0 | 0.00063751516 | |
| 14256150 | 3 years ago | | | 0 | 0.0021264461 | |
| 14231306 | 3 years ago | | | 0 | 0.0035282419 | |
| 14228197 | 3 years ago | | | 0 | 0.0039670763 | |
| 14176877 | 3 years ago | | | 0 | 0.0024441410 | |
| 14039518 | 3 years ago | | | 0 | 0.0027085789 | |
| 14006765 | 3 years ago | | | 0 | 0.0060254732 | |
| 13706288 | 3 years ago | | | 0 | 0.0048802894 | |
| 13670626 | 3 years ago | | | 0 | 0.0047171713 | |
| 13669363 | 3 years ago | | | 0 | 0.0035974625 |
ABI
ABI objects
Getter at block 21418465
decimals() view returns (uint8)
6
name() view returns (string)
PSUN Token
owner() view returns (address)
0x8ff65320b8086dd2c8da591c73c429e1ce68c1c1
paused() view returns (bool)
false
symbol() view returns (string)
PSUNT
totalSupply() view returns (uint256)
1000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
availableBalance(address _owner) view returns (uint256)
balanceLocks(address) view returns (uint256 amount, uint256 unlockDate)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
lockBalance(address addr, uint256 _value, uint256 lockingDays)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BalanceLocked(address indexed _owner, uint256 _oldLockedAmount, uint256 _newLockedAmount, uint256 _expiry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.