VirtualBalanceRewardPool
Verified contract
Active on
Ethereum with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6c3f…e490
Balances ($939,379.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
3Crv | ERC-20 | 905.862496K | $1.037 |
$939,379.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16327009 | 2 years ago | | | 0 | 0.0015919283 | |
| 13721941 | 3 years ago | | | 0 | 0.0029590882 | |
| 13721939 | 3 years ago | | | 0 | 0.0027376058 | |
| 13073848 | 3 years ago | | | 0 | 0.00085401617 | |
| 12886258 | 3 years ago | | | 0 | 0.00032358003 | |
| 12885815 | 3 years ago | | | 0 | 0.00053930003 | |
| 12797101 | 3 years ago | | | 0 | 0.0012369700 | |
| 12764049 | 3 years ago | | | 0 | 0.00030184000 | |
| 12743006 | 3 years ago | | | 0 | 0.0016691000 | |
| 12736450 | 3 years ago | | | 0 | 0.0064188540 |
ABI
ABI objects
Getter at block 21276270
currentRewards() view returns (uint256)
7889639013748881
deposits() view returns (address)
0x3fe65692bfcd0e6cf84cb1e7d24108e434a7587e
duration() view returns (uint256)
604800
historicalRewards() view returns (uint256)
50490234184768541742467191
lastTimeRewardApplicable() view returns (uint256)
1720104347
lastUpdateTime() view returns (uint256)
1720104347
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1720104347
queuedRewards() view returns (uint256)
0
rewardPerToken() view returns (uint256)
353117032696809987
rewardPerTokenStored() view returns (uint256)
353117032696809987
rewardRate() view returns (uint256)
13045038051
rewardToken() view returns (address)
0x6c3f90f043a72fa612cbac8115ee7e52bde6e490
totalSupply() view returns (uint256)
344347484342604111026045308
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events donate(uint256 _amount) returns (bool)
getReward()
getReward(address _account)
queueNewRewards(uint256 _rewards)
stake(address _account, uint256 amount)
withdraw(address _account, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address deposit_, address reward_, address op_)
This contract contains no fallback and receive objects.
This contract contains no error objects.