RewardEscrow

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0xc1ca6f31 at 14373328
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 48 additional slots

No balances found for "RewardEscrow"

0x06bdc2803c64da9a51daea6498c44216459fa501fd07a017fee3a3c702a29b6c

Functions
Getter at block 21055169
MAX_VESTING_ENTRIES(view returns (uint256)
260
owner(view returns (address)
0xbc577bddeb479eeabadf5303a1221cf84c074ea7
Read-only
balanceOf(address tokenaddress accountview returns (uint256)
checkAccountSchedule(address pooladdress tokenaddress accountview returns (uint256[520])
clrPoolVestingPeriod(addressview returns (uint256)
getNextVestingEntry(address pooladdress tokenaddress accountview returns (uint256[2])
getNextVestingIndex(address pooladdress tokenaddress accountview returns (uint256)
getNextVestingQuantity(address pooladdress tokenaddress accountview returns (uint256)
getNextVestingTime(address pooladdress tokenaddress accountview returns (uint256)
getVestingQuantity(address pooladdress tokenaddress accountuint256 indexview returns (uint256)
getVestingScheduleEntry(address pooladdress tokenaddress accountuint256 indexview returns (uint256[2])
getVestingTime(address pooladdress tokenaddress accountuint256 indexview returns (uint256)
isRewardContract(addressview returns (bool)
numVestingEntries(address pooladdress tokenaddress accountview returns (uint256)
totalEscrowedAccountBalance(addressaddressview returns (uint256)
totalEscrowedBalance(addressview returns (uint256)
totalSupply(address tokenview returns (uint256)
totalVestedAccountBalance(addressaddressview returns (uint256)
vestingSchedules(addressaddressaddressuint256uint256view returns (uint256)
State-modifying
addRewardsContract(address _rewardContract
appendVestingEntry(address tokenaddress accountaddress pooluint256 quantity
initialize(
removeRewardsContract(address _rewardContract
renounceOwnership(
setCLRPoolVestingPeriod(address pooluint256 vestingPeriod
transferOwnership(address newOwner
vest(address pooladdress token
vestAll(address pooladdress[] tokens
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RewardContractAdded(address indexed rewardContract
RewardContractRemoved(address indexed rewardContract
Transfer(address indexed tokenaddress indexed fromaddress indexed touint256 value
Vested(address indexed pooladdress indexed tokenaddress indexed beneficiaryuint256 timeuint256 value
VestingEntryCreated(address indexed pooladdress indexed tokenaddress indexed beneficiaryuint256 timeuint256 value
VestingPeriodSet(address indexed pooluint256 vestingPeriod
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.