C3Vesting
Verified contract
Active on
Ethereum with 956 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf1a9…0268
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C3 | ERC-20 | 5.741176M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17570159 | a year ago | | | 0 | 0.00094565963 | |
Transfer | 17568555 | a year ago | | | 0.26738969 | 0.00030382327 | |
Transfer | 17568547 | a year ago | | | 0.053503975 | 0.00030209903 | |
Transfer | 17568541 | a year ago | | | 0.02674612 | 0.00029588449 | |
Transfer | 17568527 | a year ago | | | 0.02673854 | 0.00029667652 | |
| 16404286 | 2 years ago | | | 0 | 0.0011571474 | |
| 16239159 | 2 years ago | | | 0 | 0.00087798147 | |
| 16147595 | 2 years ago | | | 0 | 0.0017107674 | |
| 16081174 | 2 years ago | | | 0 | 0.00070968022 | |
| 15904365 | 2 years ago | | | 0 | 0.00070450586 |
ABI
ABI objects
Getter at block 21284319
owner() view returns (address)
0x730a40b93f16b9e2fc497e3a3c185c38427462d8
paused() view returns (bool)
false
Read-only
_amounts(address) view returns (uint256)
_balances(address) view returns (uint256)
_cliffs(address) view returns (uint256)
_lastClaim(address) view returns (uint256)
_lasts(address) view returns (uint256)
vestedTokens(address account) view returns (uint256)
State-modifying
Events addVesters(address[] owners, uint256[] amounts, uint256[] cliffs, uint256[] durations)
claimVestedTokens()
emergencyPause(bool _state)
emergencyWithdraw()
renounceOwnership()
transferOwnership(address newOwner)
Claim(address indexed account, uint256 timestamp, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _tokenAdd)
This contract contains no fallback and receive objects.
This contract contains no error objects.