ComplexRewarderPerSec
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "ComplexRewarderPerSec"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ComplexRewarderPerSec"
ABI
ABI objects
Getter at block 23221258
distributor() view returns (address)
0x0000000000000000000000000000000000000000
operators() view returns (address)
0x0000000000000000000000000000000000000000
rewardInfoLimit() view returns (uint256)
0
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
currentEndTimestamp(uint256 _pid) view returns (uint256)
getTimeElapsed(uint256 _from, uint256 _to, uint256 _endTimestamp) pure returns (uint256)
pendingTokens(uint256 _pid, address _user) view returns (uint256)
poolIds(uint256) view returns (uint256)
poolInfo(uint256) view returns (uint256 accTokenPerShare, uint256 startTimestamp, uint256 lastRewardTimestamp, uint256 totalRewards)
poolRewardInfo(uint256, uint256) view returns (uint256 startTimestamp, uint256 endTimestamp, uint256 rewardPerSec)
poolRewardsPerSec(uint256 _pid) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _pid, uint256 _startTimestamp)
addRewardInfo(uint256 _pid, uint256 _endTimestamp, uint256 _rewardPerSec) payable
emergencyRewardWithdraw(uint256 _pid, uint256 _amount, address _beneficiary)
emergencyWithdraw(uint256 _amount, address _beneficiary)
initialize(address _rewardToken, address _distributor, address _operators)
massUpdatePools()
onVelaReward(uint256 _pid, address _user, uint256 _amount)
updatePool(uint256 _pid) returns (struct ComplexRewarderPerSecPoolInfo pool)
AddPool(uint256 indexed pid)
AddRewardInfo(uint256 indexed pid, uint256 indexed phase, uint256 endTimestamp, uint256 rewardPerSec)
Initialized(uint8 version)
OnReward(address indexed user, uint256 amount)
RewardRateUpdated(uint256 oldRate, uint256 newRate)
UpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 lpSupply, uint256 accTokenPerShare)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.