HoldersRewardsDistributorV1
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 "HoldersRewardsDistributorV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "HoldersRewardsDistributorV1"
ABI
ABI objects
Getter at block 23077756
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_UPGRADE_MANAGER() view returns (uint256)
28948022309329048855892746252171976963317496166410141009864396001978282409984
accRewardPerShare() view returns (uint256)
0
features() view returns (uint256)
0
getPaymentToken() view returns (address)
0x0000000000000000000000000000000000000000
sharesContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalShares() view returns (uint256)
0
Read-only
getRole(address operator) view returns (uint256)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
pendingReward(address holder) view returns (uint256)
userInfo(address) view returns (uint256 shares, uint256 rewardDebt, uint256 claimedAmount, uint256 unclaimedAmount)
State-modifying
Events claimTheReward()
initializeSharesContractAddressIfRequired(address _sharesContractAddress)
onTransferReceived(address operator, address, uint256 value, bytes data) returns (bytes4)
postConstruct(address _owner, address _sharesContractAddress, address _paymentToken)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
FeeReceived(uint256 feeAmount)
RewardClaimed(address indexed holder, uint256 rewardAmount)
RoleUpdated(address indexed operator, uint256 requested, uint256 assigned)
SharesTraded(address indexed trader, bool indexed isBuy, uint256 sharesAmount)
constructor(address _owner, address _sharesContractAddress, address _paymentToken)
fallback()
receive()
This contract contains no error objects.