Lender2Distributor
Verified contract
Active on
Ethereum with 257 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfa50…3d4a
Balances ($21.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROOK | ERC-20 | 21.475379 | $0.988208 |
$21.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14855446 | 2 years ago | | | 0 | 0.0043504190 | |
| 14854208 | 2 years ago | | | 0 | 0.0028191920 | |
| 14761276 | 3 years ago | | | 0 | 0.015409955 | |
| 14485699 | 3 years ago | | | 0 | 0.0037885860 | |
| 14459932 | 3 years ago | | | 0 | 0.0027854250 | |
| 14434967 | 3 years ago | | | 0 | 0.0023962596 | |
| 14431084 | 3 years ago | | | 0 | 0.0039595087 | |
| 14283631 | 3 years ago | | | 0 | 0.0035647107 | |
| 14240771 | 3 years ago | | | 0 | 0.0066209477 | |
| 14239497 | 3 years ago | | | 0 | 0.0047966605 |
ABI
ABI objects
Getter at block 21258486
owner() view returns (address)
0x78135517d91c90f2d3fc1b270aa61a2497104d94
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.