RewardsDistribution

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xd1778f04 at 19689752
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "RewardsDistribution"

No transactions found for "RewardsDistribution"


Functions
Getter at block 22030003
getActiveOperators(view returns (address[])
[]
getActivePeriodLength(view returns (uint256)
0
getPeriodDistributionAmount(view returns (uint256)
0
getWithdrawalRecipient(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getClaimableAmountForAuthorizedClaimer(address claimerview returns (uint256)
getClaimableAmountForDelegator(address delegatorview returns (uint256)
getClaimableAmountForOperator(address operatorview returns (uint256)
State-modifying
__RewardsDistribution_init(
delegatorClaim(
distributeRewards(address operator
mainnetClaim(
mainnetClaimByAddress(address mainnetDelegatorToClaim
operatorClaim(
operatorClaimByAddress(address operatorAddress
setActivePeriodLength(uint256 length
setPeriodDistributionAmount(uint256 amount
setWithdrawalRecipient(address recipient
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DelegationRemoved(address indexed delegator
DelegationSet(address indexed delegatoraddress indexed operatoruint256 quantity
Initialized(uint32 version
InterfaceAdded(bytes4 indexed interfaceId
InterfaceRemoved(bytes4 indexed interfaceId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RewardsDistributed(address operatoruint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
DelegationAlreadySet(address delegatoraddress operator
DelegationNotSet(
FailedInnerCall(
Initializable_InInitializingState(
Initializable_NotInInitializingState(
Introspection_AlreadySupported(
Introspection_NotSupported(
InvalidClaimer(address claimer
InvalidDelegator(address delegator
InvalidOperator(address operator
InvalidOwner(address owner
InvalidQuantity(uint256 quantity
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
Ownable__NotOwner(address account
Ownable__ZeroAddress(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RewardsDistribution_InsufficientRewardBalance(
RewardsDistribution_InvalidOperator(
RewardsDistribution_NoActiveOperators(
RewardsDistribution_NoRewardsToClaim(
RewardsDistribution_UnauthorizedClaimer(address delegatoraddress claimer
RewardsDistribution_UnauthorizedOperatorClaimer(address operatoraddress claimer
SafeERC20FailedOperation(address token
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(