PolicyPal Network Token
Verified contract
Active on
Ethereum with 37,507 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
GTO | ERC-20 | 100 | -- | -- | |
PCPie | ERC-20 | 2 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263420 | 2 days ago | | | 0 | 0.00019689821 | |
| 20453468 | 4 months ago | | | 0 | 0.000026741000 | |
| 19033975 | 10 months ago | | | 0 | 0.00068866875 | |
| 17135754 | 2 years ago | | | 0 | 0.00074936285 | |
| 16970319 | 2 years ago | | | 0 | 0.0013505826 | |
| 16048365 | 2 years ago | | | 0 | 0.00036593396 | |
| 15975552 | 2 years ago | | | 0 | 0.00043334805 | |
| 15975024 | 2 years ago | | | 0 | 0.00041351010 | |
| 15559040 | 2 years ago | | | 0 | 0.000065287500 | |
| 14939591 | 2 years ago | | | 0 | 0.0027721347 |
ABI
ABI objects
Getter at block 21274496
decimals() view returns (uint8)
18
isTokenTransferable() view returns (bool)
false
name() view returns (string)
PolicyPal Network Token
owner() view returns (address)
0x95343e65c188952ad41a56869b7cb6d89df8dd25
symbol() view returns (string)
PAL
tokenSaleContract() view returns (address)
0xd9e7d9a56ee6a4035ee8a9624c96eca1e4440671
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
emergencyERC20Drain(address _token, uint256 _amount)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
toggleTransferable(bool _toggle)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _tokenTotalAmount, address _adminAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.