PlatonCoin
Verified contract
Active on
Ethereum with 3,838 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 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12792077 | 3 years ago | | | 0 | 0.00035654403 | |
| 11100449 | 4 years ago | | | 0 | 0.0029198136 | |
| 11100440 | 4 years ago | | | 0 | 0.0067959760 | |
| 10793876 | 4 years ago | | | 0 | 0.0056318240 | |
| 10481593 | 4 years ago | | | 0 | 0.0015691520 | |
| 10368874 | 4 years ago | | | 0 | 0.0017050880 | |
| 10323913 | 4 years ago | | | 0 | 0.00089967400 | |
| 10169220 | 4 years ago | | | 0 | 0.00076544005 | |
| 10169126 | 4 years ago | | | 0 | 0.00084198400 | |
| 10168907 | 4 years ago | | | 0 | 0.00077381200 |
ABI
ABI objects
Getter at block 21283556
TOKEN_DECIMALS() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
PlatonCoin
owner() view returns (address)
0xee1ff17d5e9bb63d592359aeb8d7721a6ccb2724
symbol() view returns (string)
PLTC
totalAdvisorsSupply() view returns (uint256)
840000000000000000000000
totalBountySupply() view returns (uint256)
840000000000000000000000
totalBurned() view returns (uint256)
0
totalEarlyInvSupply() view returns (uint256)
3150000000000000000000000
totalSaleSupply() view returns (uint256)
13860000000000000000000000
totalSupply() view returns (uint256 _totalSupply)
21000000000000000000000000
totalTeamSupply() view returns (uint256)
2310000000000000000000000
totalTokenSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
burn(uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
initWallets(address _teamWallet, address _advisorWallet, address _bountyWallet, address _earlyInvWallet)
pauseCrowdSale()
renounceOwnership()
resumeCrowdSale()
transfer(address _address, uint256 _tokens) returns (bool)
transferAnyERC20Token(address _tokenAddress, uint256 _tokens) 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)
OwnershipRenounced(address indexed _previousOwner)
OwnershipTransferred(address indexed _previousOwner, address indexed _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.