VestingSchedule
Verified contract
Active on
Ethereum with 60 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 |
---|---|---|---|---|---|
CMK | ERC-20 | 6.57106M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20157697 | 4 months ago | | | 0 | 0.00015168676 | |
| 18149586 | a year ago | | | 0 | 0.0010412280 | |
| 18149465 | a year ago | | | 0 | 0.0016350140 | |
| 18143483 | a year ago | | | 0 | 0.0022617393 | |
| 18083600 | a year ago | | | 0 | 0.0015134645 | |
| 18077112 | a year ago | | | 0 | 0.0013251388 | |
| 15906627 | 2 years ago | | | 0 | 0.00086785233 | |
| 15876424 | 2 years ago | | | 0 | 0.00093681400 | |
| 15876389 | 2 years ago | | | 0 | 0.00088729200 | |
| 15876388 | 2 years ago | | | 0 | 0.00081038800 |
ABI
ABI objects
Getter at block 21089285
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
getTokenAddress() view returns (address)
0x68cfb82eacb9f198d508b514d898a403c449533e
getTotalAllocation() view returns (uint256)
2272246199095507544581613
getTotalClaimedAllocation() view returns (uint256)
1428940066279855563624621
Read-only
getClaimableAmount(address account) view returns (uint256)
getElapsedVestingTime(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUnvestedAmount(address account) view returns (uint256)
getVestedAmount(address account) view returns (uint256)
getVestingMaturationTimestamp(address account) view returns (uint256)
getVestingSchedule(address account) view returns (struct VestingScheduleVestingScheduleStruct)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addVestingSchedule(address account, uint256 allocation, uint256 vestingSeconds, uint256 cliffSeconds)
cancel(address account)
claim()
claimFor(address account)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
AllocationClaimed(address account, uint256 amount, uint256 timestamp)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
VestingScheduleAdded(address account, uint256 allocation, uint256 timestamp, uint256 vestingSeconds, uint256 cliffSeconds)
VestingScheduleCanceled(address account)
constructor(address ownerAddress, address tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.