RewardEscrowProxy

Verified contract

Proxy

Active on Ethereum with 238 txns
Deployed by via 0xbf12a5bc at 14373329
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
ERC-20
Value $9,203.13
ERC-20
Value $208.79
ERC-20
--
ERC-20
--
0xb45273c4cd8db8ec0c9fb6a12df932384effcde89de818cd1fa43dae7fc73dcb
0x2e8643794474578e8b6d857adde50a97cb731292af9a391b9e32eb91e204c28c
0x4bae47a52f37a11e339cd2a8edb487ad64034454288b1f240ca2e017d3c68cb6
0x485dc3dbfd0888dfcccb03ca1aa680b73669180d5eccf7e9080098eda21401bf
0x442d82ddf0935935c3774e626f2acaf30e47c96748a41e84f685c70912a8bae6
0xfb823ea2fdd86c237bd9bad0c8eb0bd281df270e24f959083d31f3c9adfb2fb9
0x95931bdac0e7a53213789d42a18a7220ef8d7cb4b26a68461ee334bfa413dd7f
0x0765f3bdba80200b680d7fd43c2577e701acbfe4e369ffb3348752681a58ebae
0x39540e87a173e3dec0f7e3e6d55469eed25f6a526f0fe8cce57db43fd29fdb94
0x1143a6e63b95566d10f7dbe423fb4aaf6019f02c0ec16cc249e7e6fb9c5eda57

Functions
Getter at block 21054631
MAX_VESTING_ENTRIES(view returns (uint256)
260
owner(view returns (address)
0x090559d58aab8828c27ee7a7eab18efd5bb90374
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
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
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
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
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
constructor(address _logicaddress _proxyAdmin
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.