RewardRouterV2
Verified contract
Active on
Base with 1,401 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001604 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21831433 | 7 hours ago | | | 0 | 0.0000027199830 | |
| 21831080 | 8 hours ago | | | 0 | 0.0000045681384 | |
| 21830875 | 8 hours ago | | | 0 | 0.0000029723680 | |
| 21830502 | 8 hours ago | | | 0 | 0.0000050414391 | |
| 21815459 | 16 hours ago | | | 0 | 0.0000028510020 | |
| 21794961 | a day ago | | | 0 | 0.0000031141939 | |
| 21558137 | 7 days ago | | | 0 | 0.0000060363798 | |
| 21543919 | 7 days ago | | | 0 | 0.0000071824628 | |
| 21484476 | 8 days ago | | | 0 | 0.0000046453308 | |
| 21446425 | 9 days ago | | | 0 | 0.0000033054567 |
ABI
ABI objects
Getter at block 21844844
bnGmx() view returns (address)
0x41cd8cafc24a771031b9eb9c57cfc94d86045eb6
bonusGmxTracker() view returns (address)
0xc2c5968e16ec9fabc39e27f9abfc07c8cfba6f16
esGmx() view returns (address)
0x9032aed8c1f2139e04c1ad6d9f75bdf1d6e5cf5c
feeGlpTracker() view returns (address)
0xcebc8a8b66de9b3f4393966eab86fc9de26b2529
feeGmxTracker() view returns (address)
0x52cc60893d3bd8508baab835620cbf9ddfa0a13c
glp() view returns (address)
0x304951d7172bcada54ccac1e4674862b3d5b3d5b
glpManager() view returns (address)
0x2d270f66fee6ac9e27ff6551af5a8cfb5c8a7493
glpVester() view returns (address)
0xb280d03909cc18640621955cb3bc30948df2fa9a
gmx() view returns (address)
0x0d8393cea30df4fafa7f00f333a62dee451935c1
gmxVester() view returns (address)
0xfdc9b5be032216315bbe8c06b1c4f563d1689b85
gov() view returns (address)
0x3c05ad1ba92906db8b9f3db03c4c4d5119ce4110
isInitialized() view returns (bool)
true
stakedGlpTracker() view returns (address)
0xa30b1c3c8ede3841de05f9cdd4d0e097ac4c6d92
stakedGmxTracker() view returns (address)
0xffb69477fee0daeb64e7de89b57846afa990e99c
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.