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 "PLAAS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20451915 | 4 months ago | | | 0 | 0.000046969000 | |
| 16961954 | 2 years ago | | | 0 | 0.00050304820 | |
| 16574594 | 2 years ago | | | 0 | 0.00052014269 | |
| 12635018 | 3 years ago | | | 0 | 0.00064965600 | |
| 12470174 | 4 years ago | | | 0 | 0.0028312130 | |
| 11229366 | 4 years ago | | | 0 | 0.0020106629 | |
| 11128215 | 4 years ago | | | 0 | 0.00071776600 | |
| 10755814 | 4 years ago | | | 0 | 0.0023945460 | |
| 10669416 | 4 years ago | | | 0 | 0.0035637570 | |
| 10668937 | 4 years ago | | | 0 | 0.0025750990 |
ABI
ABI objects
Getter at block 21228591
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
50000000000000000000000000
name() view returns (string)
PLAAS
owner() view returns (address)
0xa8dd9a671d64db4380aca5af8976ae6f863ff169
symbol() view returns (string)
PLS
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
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 success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.