ShareRewardPool
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ShareRewardPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ShareRewardPool"
ABI
ABI objects
Getter at block 22758411
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
TOTAL_REWARDS() view returns (uint256)
60000000000000000000000
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
aero() view returns (address)
0x0000000000000000000000000000000000000000
bribesSafe() view returns (address)
0x0000000000000000000000000000000000000000
poolEndTime() view returns (uint256)
0
poolLength() view returns (uint256)
0
poolStartTime() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
runningTime() view returns (uint256)
0
share() view returns (address)
0x0000000000000000000000000000000000000000
sharePerSecond() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
0
voter() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
pendingShare(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accSharePerShare, bool isStarted, struct ShareRewardPoolGaugeInfo gaugeInfo)
supportsInterface(bytes4 interfaceId) view returns (bool)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, uint256 _lastRewardTime)
claimAeroRewards(uint256 _pid)
deposit(uint256 _pid, address _onBehalf, uint256 _amount)
emergencyWithdraw(uint256 _pid)
enableGauge(uint256 _pid)
governanceRecoverUnsupported(address _token, uint256 amount, address to)
grantRole(bytes32 role, address account)
initialize(address _share, uint256 _poolStartTime, address _aero, address _voter, address _bribesSafe)
massUpdatePools()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
set(uint256 _pid, uint256 _allocPoint)
setBribesSafe(address _bribesSafe)
setSharePerSecond(uint256 _sharePerSecond)
updatePool(uint256 _pid)
updatePoolWithGaugeDeposit(uint256 _pid)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 _pid, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Initialized(uint8 version)
RewardPaid(address indexed user, uint256 amount)
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)
Upgraded(address indexed implementation)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.