Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PERSONA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12170114 | 4 years ago | | | 0 | 0.0048519298 | |
| 12158762 | 4 years ago | | | 0 | 0.012960000 | |
| 12158629 | 4 years ago | | | 0 | 0.012400000 | |
| 12158406 | 4 years ago | | | 0 | 0.010240000 | |
| 12158249 | 4 years ago | | | 0 | 0.012880000 | |
| 12158073 | 4 years ago | | | 0 | 0.013120000 | |
| 12157916 | 4 years ago | | | 0 | 0.015280000 | |
| 12157770 | 4 years ago | | | 0 | 0.013120000 | |
| 12157613 | 4 years ago | | | 0 | 0.012960000 | |
| 12157447 | 4 years ago | | | 0 | 0.015040000 |
ABI
ABI objects
Getter at block 21208739
decimals() view returns (uint256)
0
getNowTime() view returns (uint256 res)
1731862319
name() view returns (string)
PERSONA
owner() view returns (address)
0xf9b5eea03d5a2b6be5d4cdc6b8278eaa1e18a9f7
symbol() view returns (string)
PSN
totalSupply() view returns (uint256)
100000000
totalSupply_() view returns (uint256)
100000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowed_(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances_(address) view returns (uint256)
getFreezingInfo(address _owner) view returns (bool res)
getLockCount(address _owner) view returns (uint256 res)
getLockInfo(address _owner, uint256 _index) view returns (uint256, uint256)
getLockStatus(address _owner) view returns (bool res)
getUnlockQuantity(address _owner) view returns (uint256 res)
lockStatus(address) view returns (bool)
tokenLockInfo(address, uint256) view returns (uint256 lockQuantity, uint256 lockPeriod)
unlockQuantity(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount)
changeLockPeriod(address _owner, uint256 _index, uint256 _newLockPeriod)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezingWallet(address _owner)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferAndLock(address _to, uint256 _value, uint256 _lockPeriod)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreezingWallet(address _owner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint256 decimalsToken, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.