RewardEscrowProxy
Verified contract
Proxy
Active on
Ethereum with 238 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 48 additional slots
Balances ($9,761.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KNIGHT | ERC-20 | 6.886868M | $0.001369 |
$9,427.36 | |
XTK | ERC-20 | 1.63331M | $0.000204 |
$333.75 | |
VOLT | ERC-20 | 94.642055K | -- | -- | |
LSETH | ERC-20 | 3.334726 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20907493 | 2 months ago | | | 0 | 0.0016698435 | |
| 20654912 | 3 months ago | | | 0 | 0.000097918324 | |
| 20153751 | 5 months ago | | | 0 | 0.00023988332 | |
| 20051892 | 6 months ago | | | 0 | 0.00037128287 | |
| 19479389 | 8 months ago | | | 0 | 0.0028989760 | |
| 19479376 | 8 months ago | | | 0 | 0.0026229600 | |
| 19166900 | 10 months ago | | | 0 | 0.0016934703 | |
| 19110496 | 10 months ago | | | 0 | 0.00096969980 | |
| 19052937 | 10 months ago | | | 0 | 0.00054112294 | |
| 19052933 | 10 months ago | | | 0 | 0.00084815365 |
ABI
ABI objects
Getter at block 21306871
MAX_VESTING_ENTRIES() view returns (uint256)
260
owner() view returns (address)
0x090559d58aab8828c27ee7a7eab18efd5bb90374
Read-only
balanceOf(address token, address account) view returns (uint256)
checkAccountSchedule(address pool, address token, address account) view returns (uint256[520])
clrPoolVestingPeriod(address) view returns (uint256)
getNextVestingEntry(address pool, address token, address account) view returns (uint256[2])
getNextVestingIndex(address pool, address token, address account) view returns (uint256)
getNextVestingQuantity(address pool, address token, address account) view returns (uint256)
getNextVestingTime(address pool, address token, address account) view returns (uint256)
getVestingQuantity(address pool, address token, address account, uint256 index) view returns (uint256)
getVestingScheduleEntry(address pool, address token, address account, uint256 index) view returns (uint256[2])
getVestingTime(address pool, address token, address account, uint256 index) view returns (uint256)
isRewardContract(address) view returns (bool)
numVestingEntries(address pool, address token, address account) view returns (uint256)
totalEscrowedAccountBalance(address, address) view returns (uint256)
totalEscrowedBalance(address) view returns (uint256)
totalSupply(address token) view returns (uint256)
totalVestedAccountBalance(address, address) view returns (uint256)
vestingSchedules(address, address, address, uint256, uint256) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addRewardsContract(address _rewardContract)
appendVestingEntry(address token, address account, address pool, uint256 quantity)
initialize()
removeRewardsContract(address _rewardContract)
renounceOwnership()
setCLRPoolVestingPeriod(address pool, uint256 vestingPeriod)
transferOwnership(address newOwner)
vest(address pool, address token)
vestAll(address pool, address[] tokens)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardContractAdded(address indexed rewardContract)
RewardContractRemoved(address indexed rewardContract)
Transfer(address indexed token, address indexed from, address indexed to, uint256 value)
Vested(address indexed pool, address indexed token, address indexed beneficiary, uint256 time, uint256 value)
VestingEntryCreated(address indexed pool, address indexed token, address indexed beneficiary, uint256 time, uint256 value)
VestingPeriodSet(address indexed pool, uint256 vestingPeriod)
constructor(address _logic, address _proxyAdmin)
fallback()
receive()
This contract contains no error objects.