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 "PERA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12059167 | 4 years ago | | | 0 | 0.0 | |
| 11444639 | 4 years ago | | | 0 | 0.00088412511 | |
| 11222790 | 4 years ago | | | 0 | 0.0011565450 | |
| 11222782 | 4 years ago | | | 0 | 0.0011565450 | |
| 11222771 | 4 years ago | | | 0 | 0.0011565450 | |
| 11222768 | 4 years ago | | | 0 | 0.0011565450 | |
| 10591920 | 4 years ago | | | 0 | 0.0014392560 | |
| 10581183 | 4 years ago | | | 0 | 0.00090996000 | |
| 9893303 | 5 years ago | | | 0 | 0.000025701000 | |
| 9753282 | 5 years ago | | | 0 | 0.000077103000 |
ABI
ABI objects
Getter at block 21304393
INITIAL_SUPPLY() view returns (uint256)
92853735500000000
decimals() view returns (uint8)
8
name() view returns (string)
PERA
owner() view returns (address)
0xf9e2cc74b2727858c99495f5d0fa9482a4667ee4
paused() view returns (bool)
true
symbol() view returns (string)
PERA
totalSupply() view returns (uint256)
92853735500000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _tos, uint256[] _amount) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FrozenFunds(address target, bool frozen)
OwnershipRenounced(address indexed previousOwner)
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.