ECDSARewards
Verified contract
Active on
Ethereum with 445 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x85ee…afec
0xa7d9…40bd
0x1293…5458
Balances ($255,408.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KEEP | ERC-20 | 1.953948M | $0.130714 |
$255,408.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16047615 | 2 years ago | | | 0 | 0.0011198200 | |
| 16047606 | 2 years ago | | | 0 | 0.0011200600 | |
| 16047603 | 2 years ago | | | 0 | 0.071502780 | |
| 13779117 | 3 years ago | | | 0 | 0.0054628779 | |
| 13778732 | 3 years ago | | | 0 | 0.34273565 | |
| 13772349 | 3 years ago | | | 0 | 0.0069322623 | |
| 13772331 | 3 years ago | | | 0 | 0.011146714 | |
| 13772249 | 3 years ago | | | 0 | 0.0080006205 | |
| 13772176 | 3 years ago | | | 0 | 0.0052961341 | |
| 13623678 | 3 years ago | | | 0 | 0.13484583 |
ABI
ABI objects
Getter at block 21229333
beneficiaryRewardCap() view returns (uint256)
3000000000000000000000000
dispensedRewards() view returns (uint256)
19078056526091709337780680
firstIntervalStart() view returns (uint256)
1600041600
funded() view returns (bool)
true
getIntervalCount() view returns (uint256)
24
isOwner() view returns (bool)
false
minimumKeepsPerInterval() view returns (uint256)
1000
newRewardsContract() view returns (address)
0x973005c57872bd7bffb2157e88a6408d428a0f0a
owner() view returns (address)
0xb3726e69da808a689f2607939a2d9e958724fc2a
termLength() view returns (uint256)
2592000
token() view returns (address)
0x85eee30c52b0b379b046fb0f85f4f3dc3009afec
totalRewards() view returns (uint256)
19636954271973134373378486
unallocatedRewards() view returns (uint256)
0
upgradeFinalizedTimestamp() view returns (uint256)
1605903675
upgradeInitiatedTimestamp() view returns (uint256)
0
Read-only
eligibleButTerminated(bytes32 _keep) view returns (bool)
eligibleForReward(bytes32 _keep) view returns (bool)
endOf(uint256 interval) view returns (uint256)
getAllocatedRewards(uint256 interval) view returns (uint256)
getAllocatedRewards(uint256 interval, address operator) view returns (uint256)
getIntervalWeight(uint256 interval) view returns (uint256)
getWithdrawableRewards(uint256 interval, address operator) view returns (uint256)
getWithdrawnRewards(uint256 interval, address operator) view returns (uint256)
intervalKeepsProcessed(uint256) view returns (uint256)
intervalOf(uint256 timestamp) view returns (uint256)
intervalWeights(uint256) view returns (uint256)
isAllocated(uint256 interval) view returns (bool)
isFinished(uint256 interval) view returns (bool)
rewardClaimed(bytes32 _keep) view returns (bool)
startOf(uint256 interval) view returns (uint256)
State-modifying
Events allocateRewards(uint256 interval)
finalizeRewardsUpgrade()
initiateRewardsUpgrade(address _newRewardsContract)
keepsInInterval(uint256 interval) returns (uint256)
markAsFunded()
receiveApproval(address _from, uint256 _value, address _token, bytes)
receiveReward(bytes32 keepIdentifier)
receiveRewards(bytes32[] keepIdentifiers)
renounceOwnership()
reportTermination(bytes32 keepIdentifier)
reportTerminations(bytes32[] keepIdentifiers)
transferOwnership(address newOwner)
withdrawRewards(uint256 interval, address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardReceived(bytes32 keep, uint256 amount)
UpgradeFinalized(uint256 amountTransferred)
UpgradeInitiated(address newRewardsContract)
constructor(address _token, address _factoryAddress, address _tokenStakingAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.