RpYieldCollector
Verified contract
Active on
Ethereum with 2,871 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CFTI | ERC-20 | 6.463293K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16193736 | 2 years ago | | | 0 | 0.00063630391 | |
| 16193734 | 2 years ago | | | 0 | 0.00063529539 | |
| 16049437 | 2 years ago | | | 0 | 0.00052238201 | |
| 15962524 | 2 years ago | | | 0 | 0.00079517648 | |
| 15859427 | 2 years ago | | | 0 | 0.097305761 | |
| 15843954 | 2 years ago | | | 0 | 0.040277206 | |
| 15843881 | 2 years ago | | | 0 | 0.010062337 | |
| 15843357 | 2 years ago | | | 0 | 0.0054228533 | |
| 15841957 | 2 years ago | | | 0 | 0.013771373 | |
| 15841602 | 2 years ago | | | 0 | 0.14438837 |
ABI
ABI objects
Getter at block 21219887
BP_PRECISION() view returns (uint16)
10000
_collectedFee() view returns (uint256)
6463292637967015781313
_confetti() view returns (address)
0xcfef8857e9c80e3440a823971420f7fa5f62f020
_feeBasisPoints() view returns (uint16)
50
_raid() view returns (address)
0xfa209a705a4da0a240aa355c889ed0995154d7eb
owner() view returns (address)
0xba6868483326275cce163dceb40bc20fe59f11d0
Read-only
getPendingRewards(address[] wallets) view returns (uint256)
isApproved(address[] wallets) view returns (bool)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
isOperatorForWallets(address operator, address[] wallets) view returns (bool)
State-modifying
Events authorizeOperator(address operator)
bundleTokens(address[] wallets, address recipient, bool alsoClaim)
claimMultipleRewards(address[] wallets)
claimMultipleRewardsTo(address[] wallets, address recipient) returns (uint256)
renounceOwnership()
revokeOperator(address operator)
setFee(uint16 amount)
taxedClaimMultipleRewards(address[] wallets, uint16 taxBasisPoints, address taxRecipient)
taxedClaimMultipleRewardsTo(address[] wallets, address recipient, uint16 taxBasisPoints, address taxRecipient)
transferOwnership(address newOwner)
withdrawFee()
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokedOperator(address indexed operator, address indexed tokenHolder)
constructor(address confetti, address raid)
This contract contains no fallback and receive objects.
This contract contains no error objects.