CNCVoteLocker
Verified contract
Active on
Ethereum with 1,049 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,808.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNC | ERC-20 | 27.441403K | $0.1388 |
$3,808.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19484161 | 8 months ago | | | 0 | 0.0017119005 | |
| 19402671 | 8 months ago | | | 0 | 0.0029592923 | |
| 19273323 | 9 months ago | | | 0 | 0.0021834487 | |
| 19258014 | 9 months ago | | | 0 | 0.00094657588 | |
| 19190956 | 9 months ago | | | 0 | 0.0065994337 | |
| 19190952 | 9 months ago | | | 0 | 0.0041419273 | |
| 19155303 | 9 months ago | | | 0 | 0.0012609721 | |
| 19149066 | 9 months ago | | | 0 | 0.00090477941 | |
| 19141655 | 9 months ago | | | 0 | 0.0017462630 | |
| 19139174 | 9 months ago | | | 0 | 0.0012647156 |
ABI
ABI objects
Getter at block 21193672
UNLOCK_DELAY() view returns (uint256)
10368000
cncToken() view returns (address)
0x9ae380f0272e2162340a5bb646c354271c0f5cfc
isShutdown() view returns (bool)
true
owner() view returns (address)
0xedaeb101f34d767f263c0fe6b8d494e3d071f0ba
totalLocked() view returns (uint256)
27441402555562048333972
treasury() view returns (address)
0xb27dc5f8286f063f11491c8f349053cb37718bea
Read-only
balanceOf(address user) view returns (uint256)
lockedBalance(address) view returns (uint256)
unlockableBalance(address user) view returns (uint256)
voteLocks(address, uint256) view returns (uint256 amount, uint256 unlockTime)
State-modifying
Events executeAvailableUnlocks() returns (uint256)
lock(uint256 amount)
lock(uint256 amount, bool relock)
recoverToken(address token)
renounceOwnership()
shutDown()
transferOwnership(address newOwner)
Locked(address indexed account, uint256 amount, uint256 unlockTime, bool relocked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UnlockExecuted(address indexed account, uint256 amount)
constructor(address _cncToken, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.