RewardRouterV2
Verified contract
Active on
Base with 496 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 "RewardRouterV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13467578 | 7 months ago | | | 0 | 0.00053835199 | |
| 12342144 | 8 months ago | | | 0 | 0.000013640525 | |
| 12179871 | 8 months ago | | | 0 | 0.0013190222 | |
| 9639388 | 10 months ago | | | 0 | 0.0000013464720 | |
| 9532517 | 10 months ago | | | 0 | 0.000000031873624173 | |
| 8829533 | a year ago | | | 0 | 0.000000000179823113 | |
| 8829497 | a year ago | | | 0 | 0.000000000198176448 | |
| 8761074 | a year ago | | | 0 | 0.000000029331760284 | |
| 7933893 | a year ago | | | 0 | 0.000044013123 | |
| 7879549 | a year ago | | | 0.00232 | 0.000000036283231285 |
ABI
ABI objects
Getter at block 22923851
glp() view returns (address)
0x67599b62d6864621704b2a124857fcfa39b8291d
glpManager() view returns (address)
0x92432c10cae3e58e1684f9161a974f50522b03f5
gov() view returns (address)
0x88d9bc8a0c50fcf7cdd160b906d64c312bef79d6
isInitialized() view returns (bool)
true
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize(address _weth, address _glp, 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.