PE Chain
Verified contract
Active on
Ethereum with 4,540 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 |
---|---|---|---|---|---|
PEC$ | ERC-20 | 1.499995M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20132091 | 5 months ago | | | 0 | 0.00025973315 | |
| 20001770 | 6 months ago | | | 0 | 0.00018642884 | |
| 19961251 | 6 months ago | | | 0 | 0.00055514235 | |
| 19957456 | 6 months ago | | | 0 | 0.00015385198 | |
| 19916846 | 6 months ago | | | 0 | 0.00028956009 | |
| 19808184 | 6 months ago | | | 0 | 0.00024431007 | |
| 19795326 | 6 months ago | | | 0 | 0.00033614596 | |
| 16067315 | 2 years ago | | | 0 | 0.00055170313 | |
| 13695906 | 3 years ago | | | 0 | 0.0024179338 | |
| 13674568 | 3 years ago | | | 0 | 0.0075635833 |
ABI
ABI objects
Getter at block 21213885
decimals() view returns (uint256)
18
name() view returns (string)
PE Chain
owner() view returns (address)
0x6985fed723af8ff98816608c72bb48acb9c0973d
symbol() view returns (string)
PEC$
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _address) view returns (uint256 balance)
State-modifying
Events airdrop(address[] _to, uint256 _value) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
batchTransfer(address[] _to, uint256[] _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
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(uint256 initialSupply, string tokenName, string tokenSymbol, uint256 decimalUnits)
This contract contains no fallback and receive objects.
This contract contains no error objects.