KeeperDistributor
Verified contract
Active on
Ethereum with 408 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfa50…3d4a
Balances ($10.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROOK | ERC-20 | 9.399852 | $1.13 |
$10.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11842993 | 4 years ago | | | 0 | 0.016570281 | |
| 11783605 | 4 years ago | | | 0 | 0.010914278 | |
| 11783471 | 4 years ago | | | 0 | 0.0071953950 | |
| 11783470 | 4 years ago | | | 0 | 0.0071923550 | |
| 11783468 | 4 years ago | | | 0 | 0.0071942550 | |
| 11783468 | 4 years ago | | | 0 | 0.0071923550 | |
| 11776899 | 4 years ago | | | 0 | 0.0069681720 | |
| 11776875 | 4 years ago | | | 0 | 0.013477626 | |
| 11776871 | 4 years ago | | | 0 | 0.013481898 | |
| 11776868 | 4 years ago | | | 0 | 0.011361150 |
ABI
ABI objects
Getter at block 21284893
owner() view returns (address)
0x3c530cb040d71047d94791fddc5cc8e54b648730
Read-only
claimedAmount(address) view returns (uint256)
hashForSignature(address _owner, uint256 _earningsToDate, uint256 _nonce) pure returns (bytes32)
lastUsedNonce(address) view returns (uint256)
State-modifying
Events blacklistRecoverableToken(address _token)
claim(address _to, uint256 _earningsToDate, uint256 _nonce, bytes _signature)
recoverTokens(address _token)
renounceOwnership()
transferOwnership(address newOwner)
updateAccountManager(address _newAccountManager)
AccountManagerChanged(address indexed _oldAccountManager, address indexed _newAccountManager)
Claimed(address indexed _redeemer, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _kprToken, address _accountManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.