KyberRewardLocker
Verified contract
Active on
Ethereum with 2,233 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($181,111.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KNC | ERC-20 | 437.89925K | $0.41348 |
$181,062.58 | |
XTK | ERC-20 | 351.241287K | $0.000138 |
$48.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19091333 | 9 months ago | | | 0 | 0.0030538887 | |
| 18863401 | 10 months ago | | | 0 | 0.0026667621 | |
| 18377871 | a year ago | | | 0 | 0.0031047072 | |
| 18377846 | a year ago | | | 0 | 0.0031340267 | |
| 18303051 | a year ago | | | 0 | 0.00053324011 | |
Transfer | 18223008 | a year ago | | | 0.000274 | 0.00018992887 | |
Transfer | 18180403 | a year ago | | | 0.000134 | 0.00017263243 | |
Transfer | 18166039 | a year ago | | | 0.0003 | 0.00019257000 | |
0x | 18153537 | a year ago | | | 0 | 0.00016078148 | |
| 18114918 | a year ago | | | 0 | 0.0038319971 |
ABI
ABI objects
Getter at block 21096072
admin() view returns (address)
0xbe2f0354d970265bfc36d383af77f72736b81b54
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
accountEscrowedBalance(address, address) view returns (uint256)
accountVestedBalance(address, address) view returns (uint256)
getRewardContractsPerToken(address token) view returns (address[] rewardContracts)
getVestingScheduleAtIndex(address account, address token, uint256 index) view returns (struct IKyberRewardLockerVestingSchedule)
getVestingSchedules(address account, address token) view returns (struct IKyberRewardLockerVestingSchedule[] schedules)
numVestingSchedules(address account, address token) view returns (uint256)
vestingDurationPerToken(address) view returns (uint256)
State-modifying
Events addRewardsContract(address token, address _rewardContract)
claimAdmin()
lock(address token, address account, uint256 quantity) payable
lockWithStartBlock(address token, address account, uint256 quantity, uint256 startBlock) payable
removeRewardsContract(address token, address _rewardContract)
setVestingDuration(address token, uint64 _vestingDuration)
transferAdmin(address newAdmin)
transferAdminQuickly(address newAdmin)
vestCompletedSchedules(address token) returns (uint256)
vestCompletedSchedulesForMultipleTokens(address[] tokens) returns (uint256[] vestedAmounts)
vestScheduleAtIndices(address token, uint256[] indexes) returns (uint256)
vestScheduleForMultipleTokensAtIndices(address[] tokens, uint256[][] indices) returns (uint256[] vestedAmounts)
vestSchedulesInRange(address token, uint256 startIndex, uint256 endIndex) returns (uint256)
AdminClaimed(address newAdmin, address previousAdmin)
RewardContractAdded(address indexed rewardContract, address indexed token, bool isAdded)
SetVestingDuration(address indexed token, uint64 vestingDuration)
TransferAdminPending(address pendingAdmin)
Vested(address indexed token, address indexed beneficiary, uint256 vestedQuantity, uint256 index)
VestingEntryCreated(address indexed token, address indexed beneficiary, uint256 startBlock, uint256 endBlock, uint256 quantity, uint256 index)
VestingEntryQueued(uint256 indexed index, address indexed token, address indexed beneficiary, uint256 quantity)
constructor(address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.