Papyrus Prototype Token
Verified contract
Active on
Ethereum with 2,006 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9056854 | 5 years ago | | | 0 | 0.000024354000 | |
| 8348453 | 5 years ago | | | 0 | 0.00032887200 | |
| 8343489 | 5 years ago | | | 0 | 0.00099589000 | |
| 8343305 | 5 years ago | | | 0 | 0.00099589000 | |
| 7351934 | 6 years ago | | | 0 | 0.000024354000 | |
| 7150814 | 6 years ago | | | 0 | 0.00099851400 | |
| 6926321 | 6 years ago | | | 0 | 0.000070124004 | |
| 6923151 | 6 years ago | | | 0 | 0.00099851400 | |
| 6825235 | 6 years ago | | | 0 | 0.0010011380 | |
| 6825221 | 6 years ago | | | 0 | 0.0010037620 |
ABI
ABI objects
Getter at block 21324936
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Papyrus Prototype Token
owner() view returns (address)
0x25f97826ed896b1c5a9195795103b4beec348927
symbol() view returns (string)
PRP
totalBurned() view returns (uint256)
3
totalCollected() view returns (uint256)
453184046659111886656831
totalSupply() view returns (uint256)
6249999999999999999999997
transferable() view returns (bool)
false
version() view returns (string)
H0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
finishMinting() returns (bool)
mint(address _to, uint256 _amount, uint256 _priceUsd) returns (bool)
setTransferable(bool _transferable) returns (bool)
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 amount)
Mint(address indexed to, uint256 amount, uint256 priceUsd)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferableChanged(bool transferable)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.