BaseRewardPool
Verified contract
Active on
Ethereum with 2,491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
auraBAL | ERC-20 | 30.349463K | $8.39 |
$254,632 | |
BAL | ERC-20 | 13.37327K | $2.92 |
$39,049.95 | |
BEND | ERC-20 | 1 | $0.000722 |
$0 | |
BGBG | ERC-20 | 973.204897 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20663244 | 3 months ago | | | 0 | 0.0010572576 | |
| 20539540 | 3 months ago | | | 0 | 0.00041119421 | |
| 20357709 | 4 months ago | | | 0 | 0.0022500802 | |
| 20001368 | 6 months ago | | | 0 | 0.00095622056 | |
| 18727922 | a year ago | | | 0 | 0.010222331 | |
| 18684560 | a year ago | | | 0 | 0.0075646521 | |
| 18642742 | a year ago | | | 0 | 0.010642710 | |
| 18298553 | a year ago | | | 0 | 0.0012083918 | |
| 17980203 | a year ago | | | 0 | 0.0060662462 | |
| 17922925 | a year ago | | | 0 | 0.0034773131 |
ABI
ABI objects
Getter at block 21303931
currentRewards() view returns (uint256)
225839899102717840853
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
2
historicalRewards() view returns (uint256)
370786515523035300292583
lastTimeRewardApplicable() view returns (uint256)
1674124931
lastUpdateTime() view returns (uint256)
1674124931
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0x7818a1da7bd1e64c199029e86ba244a9798eee10
periodFinish() view returns (uint256)
1674124931
pid() view returns (uint256)
0
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0x45aad11f2fa2c215bc9686eb6f06d46e0474f356
rewardPerToken() view returns (uint256)
313562136620678073
rewardPerTokenStored() view returns (uint256)
313562136620678073
rewardRate() view returns (uint256)
373412531585181
rewardToken() view returns (address)
0xba100000625a3754423978a60c9317c58a424e3d
stakingToken() view returns (address)
0x616e8bfa43f920657b3497dbf40d6b1a02d4608d
totalSupply() view returns (uint256)
30349463086173360563028
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
extraRewards(uint256) view returns (address)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events addExtraReward(address _reward) returns (bool)
clearExtraRewards()
donate(uint256 _amount) returns (bool)
getReward() returns (bool)
getReward(address _account, bool _claimExtras) returns (bool)
processIdleRewards()
queueNewRewards(uint256 _rewards) returns (bool)
stake(uint256 _amount) returns (bool)
stakeAll() returns (bool)
stakeFor(address _for, uint256 _amount) returns (bool)
withdraw(uint256 amount, bool claim) returns (bool)
withdrawAll(bool claim)
withdrawAllAndUnwrap(bool claim)
withdrawAndUnwrap(uint256 amount, bool claim) returns (bool)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(uint256 pid_, address stakingToken_, address rewardToken_, address operator_, address rewardManager_)
This contract contains no fallback and receive objects.
This contract contains no error objects.