KyberStaking
Verified contract
Active on
Ethereum with 24,924 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KNC | ERC-20 | 731.947098K | $0.658183 |
$481,755.14 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222663 | 6 days ago | | | 0 | 0.0038197308 | |
| 21211109 | 8 days ago | | | 0 | 0.0033455839 | |
| 21005069 | a month ago | | | 0 | 0.0010945267 | |
| 20952547 | a month ago | | | 0 | 0.0019737269 | |
| 20521553 | 3 months ago | | | 0 | 0.00050294257 | |
| 20404190 | 4 months ago | | | 0 | 0.00033672135 | |
| 20252444 | 5 months ago | | | 0 | 0.00056151091 | |
| 20141960 | 5 months ago | | | 0 | 0.00083445553 | |
| 19764117 | 7 months ago | | | 0 | 0.0015036015 | |
| 19717182 | 7 months ago | | | 0 | 0.0016568720 |
ABI
ABI objects
Getter at block 21268716
epochPeriodInSeconds() view returns (uint256)
1209600
firstEpochStartTimestamp() view returns (uint256)
1594710427
getCurrentEpochNumber() view returns (uint256)
114
kncToken() view returns (address)
0xdd974d5c2e2928dea5f71b9825b8b646686bd200
kyberDao() view returns (address)
0x49bdd8854481005bba4acebabf6e06cd5f6312e9
Read-only
getDelegatedStake(address staker, uint256 epoch) view returns (uint256)
getEpochNumber(uint256 timestamp) view returns (uint256)
getLatestDelegatedStake(address staker) view returns (uint256)
getLatestRepresentative(address staker) view returns (address)
getLatestStakeBalance(address staker) view returns (uint256)
getLatestStakerData(address staker) view returns (uint256 stake, uint256 delegatedStake, address representative)
getRepresentative(address staker, uint256 epoch) view returns (address)
getStake(address staker, uint256 epoch) view returns (uint256)
getStakerData(address staker, uint256 epoch) view returns (uint256 stake, uint256 delegatedStake, address representative)
getStakerRawData(address staker, uint256 epoch) view returns (uint256 stake, uint256 delegatedStake, address representative)
State-modifying
Events delegate(address newRepresentative)
deposit(uint256 amount)
handleWithdrawal(address staker, uint256 amount, uint256 curEpoch)
initAndReturnStakerDataForCurrentEpoch(address staker) returns (uint256 stake, uint256 delegatedStake, address representative)
withdraw(uint256 amount)
Delegated(address indexed staker, address indexed representative, uint256 indexed epoch, bool isDelegated)
Deposited(uint256 curEpoch, address indexed staker, uint256 amount)
Withdraw(uint256 indexed curEpoch, address indexed staker, uint256 amount)
WithdrawDataUpdateFailed(uint256 curEpoch, address staker, uint256 amount)
constructor(address _kncToken, uint256 _epochPeriod, uint256 _startTimestamp, address _kyberDao)
This contract contains no fallback and receive objects.
This contract contains no error objects.