RewardDistributor
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "RewardDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RewardDistributor"
ABI
ABI objects
Getter at block 22886691
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOVERNOR_ROLE() view returns (bytes32)
0x474f5645524e4f525f524f4c4500000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x4f50455241544f525f524f4c4500000000000000000000000000000000000000
OWNER_ROLE() view returns (bytes32)
0x4f574e45525f524f4c4500000000000000000000000000000000000000000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getRewardTrackerLength() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
startDistributionTime() view returns (uint256)
0
tokensPerInterval() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
pendingRewards(address _rewardTracker) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
trackerId1(address) view returns (uint256)
trackerInfo(uint256) view returns (uint256 lastDistributionTime, address rewardTracker, uint256 allocPoint)
State-modifying
Events add(uint256 _allocPoint, address _rewardTracker, bool _withUpdate)
distribute(address _rewardTracker) returns (uint256)
grantRole(bytes32 role, address account)
initialize(address _rewardToken, address _owner, address _governor)
massUpdateLastDistributionTime()
massUpdateRewards()
recoverToken(address token, uint256 amount, address _recipient)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setAllocPoint(uint256 _tid, uint256 _allocPoint, bool _withUpdate)
setTokensPerInterval(uint256 _amount)
updateRewardToken(address _rewardToken)
updateStartDistributionTime()
upgradeToAndCall(address newImplementation, bytes data) payable
Distribute(uint256 amount)
Initialized(uint64 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokensPerIntervalChange(uint256 amount)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)