RewardEscrowProxy
Verified contract
Proxy
Active on
Ethereum with 2,375 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 49 additional slots
0x7f3e…adeb
Balances ($1,660.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XTK | ERC-20 | 7.317766M | $0.000227 |
$1,660.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18172536 | a year ago | | | 0 | 0.0013470961 | |
| 17819227 | a year ago | | | 0 | 0.0019975114 | |
| 17818155 | a year ago | | | 0 | 0.0012344521 | |
| 17446745 | 2 years ago | | | 0 | 0.0017042511 | |
| 17090754 | 2 years ago | | | 0 | 0.0047608677 | |
| 17013492 | 2 years ago | | | 0 | 0.0025770408 | |
| 16822392 | 2 years ago | | | 0 | 0.0017673694 | |
| 16816963 | 2 years ago | | | 0 | 0.0018158379 | |
| 16660052 | 2 years ago | | | 0 | 0.0043125309 | |
| 16657267 | 2 years ago | | | 0 | 0.0021035119 |
ABI
ABI objects
Getter at block 21388575
MAX_VESTING_ENTRIES() view returns (uint256)
260
isOwner() view returns (bool)
false
owner() view returns (address)
0x38138586aedb29b436eab16105b09c317f5a79dd
totalEscrowedBalance() view returns (uint256)
7317765573321209274428526
totalSupply() view returns (uint256)
7317765573321209274428526
xtk() view returns (address)
0x7f3edcdd180dbe4819bd98fee8929b5cedb3adeb
Read-only
balanceOf(address account) view returns (uint256)
checkAccountSchedule(address account) view returns (uint256[520])
getNextVestingEntry(address account) view returns (uint256[2])
getNextVestingIndex(address account) view returns (uint256)
getNextVestingQuantity(address account) view returns (uint256)
getNextVestingTime(address account) view returns (uint256)
getVestingQuantity(address account, uint256 index) view returns (uint256)
getVestingScheduleEntry(address account, uint256 index) view returns (uint256[2])
getVestingTime(address account, uint256 index) view returns (uint256)
isRewardContract(address) view returns (bool)
numVestingEntries(address account) view returns (uint256)
totalEscrowedAccountBalance(address) view returns (uint256)
totalVestedAccountBalance(address) view returns (uint256)
vestingSchedules(address, uint256, uint256) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addRewardsContract(address _rewardContract)
appendVestingEntry(address account, uint256 quantity)
initialize(address _xtk)
removeRewardsContract(address _rewardContract)
renounceOwnership()
transferOwnership(address newOwner)
vest()
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 from, address indexed to, uint256 value)
Vested(address indexed beneficiary, uint256 time, uint256 value)
VestingEntryCreated(address indexed beneficiary, uint256 time, uint256 value)
constructor(address _logic, address _proxyAdmin)
fallback()
This contract contains no error objects.