PlatonCoin
Verified contract
Proxy
Active on
Ethereum with 3,382 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
PLTC | ERC-20 | 101 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21125490 | 5 days ago | | | 0 | 0.00052315600 | |
| 21125488 | 5 days ago | | | 0 | 0.00051312579 | |
| 21125486 | 5 days ago | | | 0 | 0.00044691547 | |
| 21125480 | 5 days ago | | | 0 | 0.00044632256 | |
| 21125476 | 5 days ago | | | 0 | 0.00047527499 | |
| 21125474 | 5 days ago | | | 0 | 0.00046365702 | |
| 21125472 | 5 days ago | | | 0 | 0.00048757598 | |
| 21125470 | 5 days ago | | | 0 | 0.00043740100 | |
| 21125468 | 5 days ago | | | 0 | 0.00046718411 | |
| 21125463 | 5 days ago | | | 0 | 0.00049373618 |
ABI
ABI objects
Getter at block 21158147 getBlockedAddressForSending() view returns (address[])
TOKEN_DECIMALS() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
PlatonCoin
owner() view returns (address)
0x6933986682af85417ba84b29b9cd3e805989b5aa
paused() view returns (bool)
false
symbol() view returns (string)
PLTC
totalBurned() view returns (uint256)
0
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
blockAddressForSending(address account)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _totalPrivateWallet, address _totalPublicWallet, address _totalAdvisorsWallet, address _totalOwnerWallet, address _totalTeamWallet, address _totalMarketingWallet, address _totalReferralRewardWallet, address _totalReserveWallet)
initialize(address sender)
mint(address account, uint256 amount) returns (bool)
pause()
renounceOwnership()
renouncePauser()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.