EsComplexRewarder
Verified contract
Active on
Base with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($53,233.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 17.167102 | $3,100.91 |
$53,233.64 | |
CUBBY | ERC-20 | 1 | -- | -- | |
YETI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22458246 | 5 hours ago | | | 0 | 0.00025721000 | |
| 22148187 | 7 days ago | | | 0 | 0.00025721000 | |
| 21841039 | 14 days ago | | | 0 | 0.00025721000 | |
| 21841005 | 14 days ago | | | 0 | 0.00025709000 | |
| 21499348 | 22 days ago | | | 0 | 0.00025721000 | |
| 21499316 | 22 days ago | | | 0 | 0.00025709000 | |
| 21164740 | a month ago | | | 0 | 0.00025721000 | |
| 20853803 | a month ago | | | 0 | 0.00025718600 | |
| 20557529 | a month ago | | | 0 | 0.00025721000 | |
| 20249080 | 2 months ago | | | 0 | 0.00025721000 |
ABI
ABI objects
Getter at block 22466499
distributorV2() view returns (address)
0xd3968a4a07d64c6e16982d45191b9a09a261ec88
isNative() view returns (bool)
false
owner() view returns (address)
0xdd3705a1c50fc84b6d31394aa8f4d568b98a8ad5
rewardInfoLimit() view returns (uint256)
52
rewardToken() view returns (address)
0x4200000000000000000000000000000000000006
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 EsComplexRewarderPoolInfo 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()
onReward(uint256 _pid, address _user, uint256 _amount)
renounceOwnership()
transferOwnership(address newOwner)
updatePool(uint256 _pid) returns (struct EsComplexRewarderPoolInfo 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.