Allocator

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xb7d6d910 at 15344549
Slot
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

No balances found for "Allocator"

No transactions found for "Allocator"


Functions
Getter at block 20829098
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 walletview returns (uint256 vestedAmount)
getBeneficiaryPlanParams(address beneficiaryview returns (struct IAllocatorBeneficiary)
getEscrowAddress(address beneficiaryview returns (address)
getFinishVestingTime(address beneficiaryview returns (uint256)
getFullAmount(address beneficiaryview returns (uint256)
getLockupPeriodEndTimestamp(address beneficiaryview returns (uint256)
getPlan(uint256 planIdview returns (struct IAllocatorPlan)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getStartMonth(address beneficiaryview returns (uint256)
getTimeOfNextVest(address beneficiaryview returns (uint256)
getVestingCliffInMonth(address beneficiaryview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isBeneficiaryRegistered(address beneficiaryview returns (bool)
isDelegationAllowed(address beneficiaryview returns (bool)
isVestingActive(address beneficiaryview returns (bool)
State-modifying
addPlan(uint256 vestingCliffuint256 totalVestingDurationuint8 vestingIntervalTimeUnituint256 vestingIntervalbool canDelegatebool isTerminatable
changeBeneficiaryAddress(address newBeneficiaryAddress
confirmBeneficiaryAddress(address oldBeneficiaryAddress
connectBeneficiaryToPlan(address beneficiaryuint256 planIduint256 startMonthuint256 fullAmountuint256 lockupAmount
grantRole(bytes32 roleaddress account
initialize(address contractManagerAddress
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setVersion(string newVersion
startVesting(address beneficiary
stopVesting(address beneficiary
tokensReceived(address operatoraddress fromaddress touint256 amountbytes userDatabytes operatorData
Events
Initialized(uint8 version
PlanCreated(uint256 id
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
VersionUpdated(string oldVersionstring newVersion
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.