CPSCoin
Verified contract
Active on
Ethereum with 19,216 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
MYOU | ERC-20 | 0.3 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452687 | 4 months ago | | | 0 | 0.000055006000 | |
| 18875876 | a year ago | | | 0 | 0.00082100330 | |
| 13445511 | 3 years ago | | | 0 | 0.0052935280 | |
| 12238546 | 4 years ago | | | 0 | 0.0071963101 | |
| 11888344 | 4 years ago | | | 0 | 0.011467453 | |
| 11219121 | 4 years ago | | | 0 | 0.00085270408 | |
| 11219115 | 4 years ago | | | 0 | 0.00085270408 | |
| 11052152 | 4 years ago | | | 0 | 0.0017734909 | |
| 10387085 | 4 years ago | | | 0 | 0.0026854129 | |
| 10173901 | 4 years ago | | | 0 | 0.0029311700 |
ABI
ABI objects
Getter at block 21246607
decimals() view returns (uint8)
8
fundsWallet() view returns (address)
0x7cf61d8394fde5d2efb0c39a34e57dc22db93fb0
lockedSupply() view returns (uint256)
50000000000000000
name() view returns (string)
CPSCoin
owner() view returns (address)
0xa1dacb7d193259724c59a3e497e881089af2decd
symbol() view returns (string)
CPS
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
lockedBalanceOf(address _owner) view returns (uint256 lockedBalance)
releaseTimeOf(address _owner) view returns (uint256 releaseTime)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeFundsWallet(address newOwner)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockBalance(uint256 duration, uint256 amount)
releaseLockedBalance()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) payable
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferMultiple(address[] _tos, uint256[] _values, uint256 count) payable returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
LockBalance(address indexed addressOwner, uint256 releasetime, uint256 amount)
LockSubBalance(address indexed addressOwner, uint256 index, uint256 releasetime, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
UnlockBalance(address indexed addressOwner, uint256 releasetime, uint256 amount)
UnlockSubBalance(address indexed addressOwner, uint256 index, uint256 releasetime, uint256 amount)
constructor()
fallback()
This contract contains no error objects.