PLA Token
Verified contract
Active on
Ethereum with 140,412 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLA | ERC-20 | 32.343K | -- | -- | |
PHN | ERC-20 | 22.549K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- | |
SHOCK | ERC-20 | 0 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18843546 | a year ago | | | 0 | 0.0013627080 | |
| 18843485 | a year ago | | | 0 | 0.0015202965 | |
| 16257067 | 2 years ago | | | 0 | 0.00055389685 | |
| 15811545 | 2 years ago | | | 0 | 0.00051577900 | |
| 15556441 | 2 years ago | | | 0 | 0.00019693221 | |
| 15235309 | 2 years ago | | | 0 | 0.00035519576 | |
| 15075632 | 2 years ago | | | 0 | 0.00079690900 | |
| 15026992 | 2 years ago | | | 0 | 0.00059624432 | |
| 14945549 | 2 years ago | | | 0 | 0.0017489349 | |
| 14930993 | 2 years ago | | | 0 | 0.0021552674 |
ABI
ABI objects
Getter at block 21242846
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
PLA Token
symbol() view returns (string)
PLA
totalSupply() view returns (uint256)
2500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _value, uint8 _decimals, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.