VestingSchedule

Verified contract

Active on Ethereum with 60 txns
Deployed by via 0xdb50bf04 at 12615907
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x3cc4e909a614a92b11f7b42d52dedf0641c814285ff62568af50aa5900b629ee
0x781ca001f6624565048c1b5a9636a69a358e1cf1f7c42e77a9b6fdf98ba88fc8
0xab8205f58ac7242d2f30802b80c2618f0fb53cf0617c6ab15094144d6dd595e6
0xbe3c20aa9bb7c7bbc0f38c70a2a260e31d59d7cd6caa1c6d3fad56152bda7c5e
0x86f6e3ffb88985b55414c37e7f93d5579f59b2174af75bc1ba7d4249af92f273
0x765872e289d08af6c0d867905c9f098bf2e7e538ca687eddb84af4820fa065a8
0xe01c4fb35d89c62d71e35d6eddd43508534fca0585b6d6260bbafaca093751da
0xcc75ea1edbe16a3ce05405b17ddce9c8d0848341eb0059eec241c753c0b73dec
0xfa9e1f0534a4b973bd15738b3d1123f77cb9bbd0cc496b4683d1b0218f65a0af
0x2e3a7c3b0d0012206f6b753cced1fc24f73495edbc76c6e814142a711e70c3c8

Functions
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 accountview returns (uint256)
getElapsedVestingTime(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getUnvestedAmount(address accountview returns (uint256)
getVestedAmount(address accountview returns (uint256)
getVestingMaturationTimestamp(address accountview returns (uint256)
getVestingSchedule(address accountview returns (struct VestingScheduleVestingScheduleStruct)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addVestingSchedule(address accountuint256 allocationuint256 vestingSecondsuint256 cliffSeconds
cancel(address account
claim(
claimFor(address account
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
Events
AllocationClaimed(address accountuint256 amountuint256 timestamp
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
VestingScheduleAdded(address accountuint256 allocationuint256 timestampuint256 vestingSecondsuint256 cliffSeconds
VestingScheduleCanceled(address account
Constructor
constructor(address ownerAddressaddress tokenAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.