RewardsDistribution
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "RewardsDistribution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RewardsDistribution"
ABI
ABI objects
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 claimer) view returns (uint256)
getClaimableAmountForDelegator(address delegator) view returns (uint256)
getClaimableAmountForOperator(address operator) view returns (uint256)
State-modifying
Events __RewardsDistribution_init()
delegatorClaim()
distributeRewards(address operator)
mainnetClaim()
mainnetClaimByAddress(address mainnetDelegatorToClaim)
operatorClaim()
operatorClaimByAddress(address operatorAddress)
setActivePeriodLength(uint256 length)
setPeriodDistributionAmount(uint256 amount)
setWithdrawalRecipient(address recipient)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DelegationRemoved(address indexed delegator)
DelegationSet(address indexed delegator, address indexed operator, uint256 quantity)
Initialized(uint32 version)
InterfaceAdded(bytes4 indexed interfaceId)
InterfaceRemoved(bytes4 indexed interfaceId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsDistributed(address operator, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
DelegationAlreadySet(address delegator, address 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 delegator, address claimer)
RewardsDistribution_UnauthorizedOperatorClaimer(address operator, address claimer)
SafeERC20FailedOperation(address token)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()