RewardRouterV2
Verified contract
Active on
Base with 372 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) |
---|---|---|---|---|---|---|---|
| 22226194 | 16 days ago | | | 0 | 0.000011426467 | |
| 21568157 | a month ago | | | 0 | 0.0000036844802 | |
| 21092595 | a month ago | | | 0 | 0.0000029165319 | |
| 19693463 | 2 months ago | | | 0 | 0.0000035914759 | |
| 17385929 | 4 months ago | | | 0 | 0.0000069049393 | |
| 17385341 | 4 months ago | | | 0 | 0.0000078386278 | |
| 17304669 | 4 months ago | | | 0 | 0.000010745092 | |
| 15672704 | 5 months ago | | | 0 | 0.0000081135283 | |
| 14213836 | 7 months ago | | | 0 | 0.00010397033 | |
| 14211643 | 7 months ago | | | 0 | 0.000075582153 |
ABI
ABI objects
Getter at block 22910374
bnGmx() view returns (address)
0x0000000000000000000000000000000000000000
bonusGmxTracker() view returns (address)
0x0000000000000000000000000000000000000000
esGmx() view returns (address)
0x0000000000000000000000000000000000000000
feeGlpTracker() view returns (address)
0xe677f9cc83c512770da2cc80a7cb8c79d89801e5
feeGmxTracker() view returns (address)
0x0000000000000000000000000000000000000000
glp() view returns (address)
0xdff36d3a84ff458fd2242d49dfedbb897e869ab4
glpManager() view returns (address)
0x9f1b6e10cb9b0543c7144fa136b0408780188cc2
glpVester() view returns (address)
0x0000000000000000000000000000000000000000
gmx() view returns (address)
0x0000000000000000000000000000000000000000
gmxVester() view returns (address)
0x0000000000000000000000000000000000000000
gov() view returns (address)
0x1e61a5c911ab51f98a8dfbe90c0aa42e355885c5
isInitialized() view returns (bool)
true
stakedGlpTracker() view returns (address)
0x0dd255eb87087b7afb8ee6074f91cff8dd394e9f
stakedGmxTracker() view returns (address)
0x0000000000000000000000000000000000000000
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
pendingReceivers(address) view returns (address)
State-modifying
Events acceptTransfer(address _sender)
batchCompoundForAccounts(address[] _accounts)
batchStakeGmxForAccount(address[] _accounts, uint256[] _amounts)
claim()
claimEsGmx()
claimFees()
compound()
compoundForAccount(address _account)
handleRewards(bool _shouldClaimGmx, bool _shouldStakeGmx, bool _shouldClaimEsGmx, bool _shouldStakeEsGmx, bool _shouldStakeMultiplierPoints, bool _shouldClaimWeth, bool _shouldConvertWethToEth)
initialize(address _weth, address _gmx, address _esGmx, address _bnGmx, address _glp, address _stakedGmxTracker, address _bonusGmxTracker, address _feeGmxTracker, address _feeGlpTracker, address _stakedGlpTracker, address _glpManager, address _gmxVester, address _glpVester)
mintAndStakeGlp(address _token, uint256 _amount, uint256 _minUsdg, uint256 _minGlp) returns (uint256)
mintAndStakeGlpETH(uint256 _minUsdg, uint256 _minGlp) payable returns (uint256)
setGov(address _gov)
signalTransfer(address _receiver)
stakeEsGmx(uint256 _amount)
stakeGmx(uint256 _amount)
stakeGmxForAccount(address _account, uint256 _amount)
unstakeAndRedeemGlp(address _tokenOut, uint256 _glpAmount, uint256 _minOut, address _receiver) returns (uint256)
unstakeAndRedeemGlpETH(uint256 _glpAmount, uint256 _minOut, address _receiver) returns (uint256)
unstakeEsGmx(uint256 _amount)
unstakeGmx(uint256 _amount)
withdrawToken(address _token, address _account, uint256 _amount)
StakeGlp(address account, uint256 amount)
StakeGmx(address account, address token, uint256 amount)
UnstakeGlp(address account, uint256 amount)
UnstakeGmx(address account, address token, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.