ComplexRewarderPerSecV4
Verified contract
Active on
Base with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIGPU | ERC-20 | 17.074061K | $0.000562 |
$9.6 | |
kurbi | ERC-20 | 1 | $0.000726 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17995849 | 3 months ago | | | 0 | 0.00030846600 | |
| 17995816 | 3 months ago | | | 0 | 0.00030829800 | |
| 16523591 | 4 months ago | | | 0 | 0.00030846600 | |
| 16523558 | 4 months ago | | | 0 | 0.00030829800 | |
| 15116421 | 5 months ago | | | 0 | 0.000019455818 | |
| 15116419 | 5 months ago | | | 0 | 0.00020214400 | |
| 15116392 | 5 months ago | | | 0 | 4.5253127e-7 | |
| 15115603 | 5 months ago | | | 0 | 0.000021228386 | |
| 15115598 | 5 months ago | | | 0 | 0.00019652000 |
ABI
ABI objects
Getter at block 22136811
distributorV2() view returns (address)
0x52eaecac2402633d98b95213d0b473e069d86590
isNative() view returns (bool)
false
owner() view returns (address)
0xdd3705a1c50fc84b6d31394aa8f4d568b98a8ad5
rewardInfoLimit() view returns (uint256)
52
rewardToken() view returns (address)
0x39353a32eceafe4979a8606512c046c3b6398cc4
Read-only
_getTimeElapsed(uint256 _from, uint256 _to, uint256 _endTimestamp) pure returns (uint256)
currentEndTimestamp(uint256 _pid) view 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 _updatePool(uint256 pid) returns (struct ComplexRewarderPerSecV4PoolInfo pool)
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)
massUpdatePools()
onBasedReward(uint256 _pid, address _user, uint256 _amount)
renounceOwnership()
transferOwnership(address newOwner)
updatePool(uint256 _pid) returns (struct ComplexRewarderPerSecV4PoolInfo pool)
AddPool(uint256 indexed pid)
AddRewardInfo(uint256 indexed pid, uint256 indexed phase, uint256 endTimestamp, uint256 rewardPerSec)
OnReward(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardRateUpdated(uint256 oldRate, uint256 newRate)
UpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 lpSupply, uint256 accTokenPerShare)
constructor(address _rewardToken, address _distributorV2, bool _isNative)
This contract contains no fallback and receive objects.
This contract contains no error objects.