VestingTimelock
Verified contract
Active on
Ethereum with 1,338 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0cdf…a059
Balances ($16,811.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MINT | ERC-20 | 12.468186M | $0.001348 |
$16,811.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19718206 | 7 months ago | | | 0 | 0.00095391243 | |
| 19718201 | 7 months ago | | | 0 | 0.0012897462 | |
| 19697780 | 7 months ago | | | 0 | 0.00077499000 | |
| 18914607 | a year ago | | | 0 | 0.00077965032 | |
| 18685654 | a year ago | | | 0 | 0.0029077828 | |
| 18137326 | a year ago | | | 0 | 0.0022458246 | |
| 17792073 | a year ago | | | 0 | 0.0027160031 | |
| 17218567 | 2 years ago | | | 0 | 0.0060496121 | |
| 16984914 | 2 years ago | | | 0 | 0.0024841027 | |
| 16869015 | 2 years ago | | | 0 | 0.0014307778 |
ABI
ABI objects
Getter at block 21317964
currentTime() view returns (uint256)
1733180411
endTime() view returns (uint256)
1645894800
getProgress() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x3909d68c31b20e9e65c1b9e765e44fb3b11fb1ac
paused() view returns (bool)
false
startTime() view returns (uint256)
1622048400
token() view returns (address)
0x0cdf9acd87e940837ff21bb40c9fd55f68bba059
totalAvailable() view returns (uint256)
12468186004333044569517036
totalBalance() view returns (uint256)
86562500000000000000000000
totalClaimed() view returns (uint256)
74094313995666955430482964
totalVested() view returns (uint256)
86562500000000000000000000
Read-only
availableOf(address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimedOf(address account) view returns (uint256)
vestedOf(address account) view returns (uint256)
State-modifying
Events addBalances(address[] recipients, uint256[] values)
claim()
pause()
recover()
renounceOwnership()
replaceAddress(address account1, address account2)
setBalance(address account, uint256 value)
setBalances(address[] recipients, uint256[] values)
setClaimed(address account, uint256 value)
setClaims(address[] recipients, uint256[] values)
transferOwnership(address newOwner)
unpause()
Claimed(address indexed to, uint256 value, uint256 progress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address token_, uint256 startTime_, uint256 endTime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.