RewardRouterV2
Verified contract
Active on
Base with 9,211 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21817925 | 7 hours ago | | | 0 | 0.0000020039307 | |
| 21788865 | a day ago | | | 0 | 0.0000026604605 | |
| 21785168 | a day ago | | | 0 | 0.0000019829084 | |
| 21726634 | 2 days ago | | | 0 | 9.2663513e-7 | |
| 21715574 | 3 days ago | | | 0 | 0.0000026867406 | |
| 21686130 | 3 days ago | | | 0 | 0.0000020386418 | |
| 21642658 | 4 days ago | | | 0 | 0.0000016871486 | |
| 21514976 | 7 days ago | | | 0 | 0.0000016019736 | |
| 21514965 | 7 days ago | | | 0 | 0.0000016052769 | |
| 21470959 | 8 days ago | | | 0 | 0.0000019974074 |
ABI
ABI objects
Getter at block 21829947
bnGmx() view returns (address)
0x5ab672df837c011e0bdfb2227f94d15881362f61
bonusGmxTracker() view returns (address)
0x57e05946e41a5bddb2fd1e5be667db9db91f6401
esGmx() view returns (address)
0xeb14fcb707d717754ce3160d61565fbbe98032d9
feeGlpTracker() view returns (address)
0xad8633700f400d77784c874ecb99ed714906cd0a
feeGmxTracker() view returns (address)
0xec81861ec5cff0a1b180f7e57852da2b42455aae
glp() view returns (address)
0x74460ee587cb53aebb0386aa96f68be173d98a50
glpManager() view returns (address)
0xf9dd22b5f2a6543f847c62df9b78deeab451aa96
glpVester() view returns (address)
0x7d9226527537e3e1b6841db5caa3e16895765c71
gmx() view returns (address)
0x60359a0dd148b18d5cf1ddf8aa1916221ed0cbcd
gmxVester() view returns (address)
0xe776e8f7bfd2e45311ac207a0ec3c8167f870372
gov() view returns (address)
0xcf2fcef5b778419efc231e8ac91884fc7fbaf13c
isInitialized() view returns (bool)
true
stakedGlpTracker() view returns (address)
0x599ec2ddfd060d0f3c3c0cf42e3acc99d32508e7
stakedGmxTracker() view returns (address)
0x6ffc50886775d4a26af1b0f88f9df61267e69aec
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.