LPPreDistributor
Verified contract
Active on
Ethereum with 462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfa50…3d4a
Balances ($289.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROOK | ERC-20 | 277.09464 | $1.044 |
$289.29 | |
FOLD | ERC-20 | 0.001 | $3.04 |
$0 | |
rBON | ERC-20 | 3K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16886377 | 2 years ago | | | 0 | 0.0016529626 | |
| 16403458 | 2 years ago | | | 0 | 0.0017578533 | |
| 16314746 | 2 years ago | | | 0 | 0.00089327465 | |
| 14683759 | 3 years ago | | | 0 | 0.0022917023 | |
| 14632270 | 3 years ago | | | 0 | 0.0045829683 | |
| 14256217 | 3 years ago | | | 0 | 0.0051424510 | |
| 13862074 | 3 years ago | | | 0 | 0.0062310964 | |
| 13840119 | 3 years ago | | | 0 | 0.0012177933 | |
| 13840119 | 3 years ago | | | 0 | 0.0033451835 | |
| 13800940 | 3 years ago | | | 0 | 0.0072896600 |
ABI
ABI objects
Getter at block 21285516
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.