PryvateCoin
Verified contract
Active on
Ethereum with 262 txns
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 "PryvateCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14360846 | 3 years ago | | | 0 | 0.0020778460 | |
| 13562297 | 3 years ago | | | 0 | 0.0047243340 | |
| 13562295 | 3 years ago | | | 0 | 0.0038489336 | |
| 13239297 | 3 years ago | | | 0 | 0.0034012890 | |
| 13239117 | 3 years ago | | | 0 | 0.0033305038 | |
| 13239077 | 3 years ago | | | 0 | 0.0063979334 | |
| 13210754 | 3 years ago | | | 0 | 0.0015231667 | |
| 13165991 | 3 years ago | | | 0 | 0.0025915758 | |
| 12915621 | 3 years ago | | | 0 | 0.0020781060 | |
| 12857755 | 3 years ago | | | 0 | 0.0015874800 |
ABI
ABI objects
Getter at block 21393428
decimals() view returns (uint8)
18
getTokenDetail() view returns (string, string, uint256)
(PryvateCoin, PVC, 50000000000000000000000000)
lockupActive() view returns (bool)
false
name() view returns (string)
PryvateCoin
owner() view returns (address)
0x7f7f383b6a8b8d1855c8d3c84f16f01c92ce2375
symbol() view returns (string)
PVC
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
lockupAmountOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
burn(uint256 _value)
initiateLockup()
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
vest(address[] _owners, uint256[] _amounts)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
LockupStarted(uint256 indexed lockupStartTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address wallet)
fallback()
This contract contains no error objects.