Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe22d…f39a
0x96b1…a8a2
0xb7fb…ee9f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CCV | ERC-20 | 122.711226K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14784578 | 3 years ago | | | 0 | 0.0012826124 | |
| 14631922 | 3 years ago | | | 0 | 0.017013082 | |
| 14532005 | 3 years ago | | | 0 | 0.011679028 | |
| 14451040 | 3 years ago | | | 0 | 0.0044270250 | |
| 14428793 | 3 years ago | | | 0 | 0.0011742677 | |
| 14228871 | 3 years ago | | | 0 | 0.0089198665 | |
| 14202779 | 3 years ago | | | 0 | 0.0081619437 | |
| 14195817 | 3 years ago | | | 0 | 0.0094435974 | |
| 14172241 | 3 years ago | | | 0 | 0.0029338322 | |
| 14126723 | 3 years ago | | | 0 | 0.015984862 |
ABI
ABI objects
Getter at block 21202245
MAX_RATE() view returns (uint256)
10
cc() view returns (address)
0xb7fbff4ce5200215c690cc95855e5d6c5236ee9f
ccPID() view returns (uint256)
0
ccv() view returns (address)
0x96b1b007165c372810af040d455116eb14cea8a2
chef() view returns (address)
0xe22d44c58a076749cadac6c97402a3818ca5f39a
maxLockPeriod() view returns (uint256)
94608000
minLockPeriod() view returns (uint256)
604800
owner() view returns (address)
0x91b71efddd444f23bb6a9d95c0b5d3877d219178
Read-only
calculateCCV(uint256 ccAmount, uint256 lockPeriod) view returns (uint256)
lockLength(address user) view returns (uint256)
userLockRecord(address, uint256) view returns (uint256 startTime, uint256 endTime, uint256 ccAmount, uint256 ccvAmount, bool isLock)
State-modifying
Events lock(uint256 ccAmount, uint256 lockPeriod)
renounceOwnership()
setCCPID(uint256 _ccPID)
setChef(address _chef)
setMaxLockPeriod(uint256 _maxLockPeriod)
setMinLockPeriod(uint256 _minLockPeriod)
transferOwnership(address newOwner)
unlock(uint256 index)
Lock(address indexed user, uint256 ccAmount, uint256 ccvAmount, uint256 startTime, uint256 endTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UnLock(address indexed user, uint256 index)
constructor(address _cc, address _ccv, address _chef, uint256 _ccPID, uint256 _minLockPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.