RewardRouterV3
Verified contract
Active on
Base with 1,481 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RewardRouterV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10683046 | 9 months ago | | | 0 | 0.000000000593811725 | |
| 10675167 | 9 months ago | | | 0.003 | 0.000000007004612485 | |
| 10672788 | 9 months ago | | | 0 | 0.0000022226640 | |
| 10672768 | 9 months ago | | | 0.2 | 0.0000022871560 | |
| 10658816 | 9 months ago | | | 0 | 3.9288600e-7 | |
| 10651613 | 9 months ago | | | 0 | 0.000000027005920792 | |
| 10651521 | 9 months ago | | | 0 | 0.000000034645514871 | |
| 10651311 | 9 months ago | | | 0 | 0.000000107950046664 | |
| 10648367 | 9 months ago | | | 0 | 6.3736500e-7 | |
| 10644772 | 9 months ago | | | 0 | 0.000000004841312476 |
ABI
ABI objects
Getter at block 22747513
feeGlpTracker() view returns (address)
0xa2242d0a8b0b5c1a487abfc03cd9fef6262badca
glp() view returns (address)
0xe771b4e273df31b85d7a7ae0efd22fb44bdd0633
glpManager() view returns (address)
0x9fac7b75f367d5b35a6d6d0a09572efcc3d406c5
gov() view returns (address)
0xe02fb5c70af32f80aa7f9e8775fe7f12550348ec
isInitialized() view returns (bool)
true
stakedGlpTracker() view returns (address)
0x2d5875ab0efb999c1f49c798acb9efbd1cfbf63c
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
pendingReceivers(address) view returns (address)
State-modifying
Events claim()
claimFees()
handleRewards(bool _shouldClaimBmx, bool _shouldClaimWeth, bool _shouldConvertWethToEth)
initialize(address _weth, address _glp, address _feeGlpTracker, address _stakedGlpTracker, address _glpManager)
mintAndStakeGlp(address _token, uint256 _amount, uint256 _minUsdg, uint256 _minGlp) returns (uint256)
mintAndStakeGlpETH(uint256 _minUsdg, uint256 _minGlp) payable returns (uint256)
setGov(address _gov)
unstakeAndRedeemGlp(address _tokenOut, uint256 _glpAmount, uint256 _minOut, address _receiver) returns (uint256)
unstakeAndRedeemGlpETH(uint256 _glpAmount, uint256 _minOut, address _receiver) returns (uint256)
withdrawToken(address _token, address _account, uint256 _amount)
StakeGlp(address account, uint256 amount)
UnstakeGlp(address account, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.