LPDistributor
Verified contract
Active on
Ethereum with 5,630 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfa50…3d4a
Balances ($247.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROOK | ERC-20 | 324.586341 | $0.761424 |
$247.15 | |
FOLD | ERC-20 | 0.001 | $1.99 |
$0 | |
ATRUM | ERC-20 | 1.24634B | -- | -- | |
rBON | ERC-20 | 3K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16989041 | 2 years ago | | | 0 | 0.0035420341 | |
| 16404838 | 2 years ago | | | 0 | 0.0015322107 | |
| 16403455 | 2 years ago | | | 0 | 0.0021022219 | |
| 16059533 | 2 years ago | | | 0 | 0.0010737895 | |
| 15844446 | 2 years ago | | | 0 | 0.0010235260 | |
| 15400313 | 2 years ago | | | 0 | 0.00085581084 | |
| 15197273 | 2 years ago | | | 0 | 0.00055708500 | |
| 15175085 | 2 years ago | | | 0 | 0.0034268785 | |
| 15117579 | 2 years ago | | | 0 | 0.00092032358 | |
| 15014202 | 2 years ago | | | 0 | 0.031233137 |
ABI
ABI objects
Getter at block 21171386
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.