Product Protocol
Verified contract
Active on
Ethereum with 116 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 "Product Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13818796 | 3 years ago | | | 0 | 0.0092196850 | |
| 13216385 | 3 years ago | | | 0 | 0.0028215333 | |
| 13180279 | 3 years ago | | | 0 | 0.0084583739 | |
| 13084999 | 3 years ago | | | 0 | 0.0034376201 | |
| 13084981 | 3 years ago | | | 0 | 0.0035862868 | |
| 13083204 | 3 years ago | | | 0 | 0.0036119693 | |
| 13083104 | 3 years ago | | | 0 | 0.0039492824 | |
| 13048907 | 3 years ago | | | 0 | 0.011435494 | |
| 13048899 | 3 years ago | | | 0 | 0.0029347810 | |
| 13025656 | 3 years ago | | | 0 | 0.0030907476 |
ABI
ABI objects
Getter at block 21434406
cap() view returns (uint256)
40000000000000000000000000000
decimals() view returns (uint256)
18
finalized() view returns (bool)
true
mintingFinished() view returns (bool)
true
name() view returns (string)
Product Protocol
owner() view returns (address)
0x90513e8c0a79b4bab7ea593b726c6f7e97fe4b10
symbol() view returns (string)
PPO
totalSupply() view returns (uint256)
40000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
isMinter(address _who) view returns (bool)
isOwner(address _who) view returns (bool)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _who) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deleteMinter(address _who) returns (bool)
finalize() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setOwner(address _who) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value, bytes _data) returns (bool)
AddMinter(address indexed who)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
DeleteMinter(address indexed who)
Finalize()
Mint(address indexed to, uint256 amount)
MintFinished()
SetOwner(address indexed who)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.