Copyright Protection System
Verified contract
Active on
Ethereum with 62 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 "Copyright Protection System"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9307555 | 5 years ago | | | 0 | 0.000037256000 | |
| 8830188 | 5 years ago | | | 0 | 0.000021808000 | |
| 8187584 | 5 years ago | | | 0 | 0.000085740000 | |
| 8063994 | 5 years ago | | | 0 | 0.00060018000 | |
| 8059414 | 5 years ago | | | 1 | 0.00022327500 | |
| 8059378 | 5 years ago | | | 0.01 | 0.00059607000 | |
| 8049221 | 5 years ago | | | 0.01 | 0.0010259610 | |
| 8038097 | 5 years ago | | | 1 | 0.00044655000 | |
| 8038089 | 5 years ago | | | 0.01 | 0.00059607000 | |
| 8038068 | 5 years ago | | | 0.01 | 0.00060000000 |
ABI
ABI objects
Getter at block 21314200
CPSPerEth() view returns (uint256)
3125000
decimals() view returns (uint256)
3
distributionFinished() view returns (bool)
false
name() view returns (string)
Copyright Protection System
requestMinimum() view returns (uint256)
10000000000000000
symbol() view returns (string)
CPS
totalDistributed() view returns (uint256)
4819311825
totalSupply() view returns (uint256)
32000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events SendCPSTokens(address _participant, uint256 _amount)
SendCPSTokensMultiple(address[] _addresses, uint256 _amount)
add(uint256 _value)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
updateCPSPerEth(uint256 _CPSPerEth)
withdrawForeignTokens(address _tokenContract) returns (bool)
Add(uint256 value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
CPSPerEthUpdated(uint256 _CPSPerEth)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.