Allocator
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Allocator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Allocator"
ABI
ABI objects
Getter at block 21172914
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
VESTING_MANAGER_ROLE() view returns (bytes32)
0xd810f479110c9771ec744414e571d78468b4e92a20f345df2ffbdc5f927a182e
contractManager() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (string)
Read-only
calculateVestedAmount(address wallet) view returns (uint256 vestedAmount)
getBeneficiaryPlanParams(address beneficiary) view returns (struct IAllocatorBeneficiary)
getEscrowAddress(address beneficiary) view returns (address)
getFinishVestingTime(address beneficiary) view returns (uint256)
getFullAmount(address beneficiary) view returns (uint256)
getLockupPeriodEndTimestamp(address beneficiary) view returns (uint256)
getPlan(uint256 planId) view returns (struct IAllocatorPlan)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getStartMonth(address beneficiary) view returns (uint256)
getTimeOfNextVest(address beneficiary) view returns (uint256)
getVestingCliffInMonth(address beneficiary) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isBeneficiaryRegistered(address beneficiary) view returns (bool)
isDelegationAllowed(address beneficiary) view returns (bool)
isVestingActive(address beneficiary) view returns (bool)
State-modifying
Events addPlan(uint256 vestingCliff, uint256 totalVestingDuration, uint8 vestingIntervalTimeUnit, uint256 vestingInterval, bool canDelegate, bool isTerminatable)
changeBeneficiaryAddress(address newBeneficiaryAddress)
confirmBeneficiaryAddress(address oldBeneficiaryAddress)
connectBeneficiaryToPlan(address beneficiary, uint256 planId, uint256 startMonth, uint256 fullAmount, uint256 lockupAmount)
grantRole(bytes32 role, address account)
initialize(address contractManagerAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setVersion(string newVersion)
startVesting(address beneficiary)
stopVesting(address beneficiary)
tokensReceived(address operator, address from, address to, uint256 amount, bytes userData, bytes operatorData)
Initialized(uint8 version)
PlanCreated(uint256 id)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
VersionUpdated(string oldVersion, string newVersion)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.