RewardRouterV2
Verified contract
Active on
Base with 1,610 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.000685 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22522564 | 9 days ago | | | 0 | 0.0000019847566 | |
| 22460293 | 11 days ago | | | 0 | 0.0000071469475 | |
| 21755866 | a month ago | | | 0 | 0.0000027599655 | |
| 21273054 | a month ago | | | 0 | 0.0000018908419 | |
| 21050839 | a month ago | | | 0 | 0.0000037918000 | |
| 20538152 | 2 months ago | | | 0 | 0.000013474978 | |
| 19702839 | 2 months ago | | | 0 | 0.0000010966356 | |
| 19463359 | 3 months ago | | | 0 | 0.0000011733238 | |
| 19215064 | 3 months ago | | | 0 | 0.0000028168398 | |
| 19196646 | 3 months ago | | | 0 | 0.0000021764160 |
ABI
ABI objects
Getter at block 22918302
bnFxdx() view returns (address)
0xf43a20bdeeff8e4131d79ed731ed59ad67c3a4c7
bonusFxdxTracker() view returns (address)
0x2e5e631b51c1c0b7287963729bc6a68201a483ce
esFxdx() view returns (address)
0x6d9a610b8d6b7f021bb7b92431093288d49b413e
feeFlpTracker() view returns (address)
0x46baa2cfdbf83232c2a85c74d521440f9bc1fa4c
feeFxdxTracker() view returns (address)
0x3eeb1184b59f6f5af876c172a6f8488ec6da32c2
flp() view returns (address)
0xae4bb7e295e9f762b8c5d53e5dd31b4820d3a25c
flpManager() view returns (address)
0x78155de31d78777433cdb01bd105520a69f84312
flpVester() view returns (address)
0xcc705c69afb552ceddf999c9205d1633320d6a00
fxdx() view returns (address)
0x55931579172622d7c714591b981bdd08c5db8551
fxdxVester() view returns (address)
0x76ea2b66dfab0b02ccc3d5917104bc5e1a258c6f
gov() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
isInitialized() view returns (bool)
true
stakedFlpTracker() view returns (address)
0xd964646861fae6525a42e074e7f6dfdab4101e9d
stakedFxdxTracker() view returns (address)
0x1b819745582653a34c15c6f32c3c7bfaca3e78e7
vault() view returns (address)
0x1ce0ebd2b95221b924765456fde017b076e79dbe
weth() view returns (address)
0xd6c5469a7cc587e1e89a841fb7c102ff1370c05f
Read-only
isLiquidityRouter(address) view returns (bool)
pendingReceivers(address) view returns (address)
State-modifying
Events acceptTransfer(address _sender)
batchCompoundForAccounts(address[] _accounts)
batchStakeFxdxForAccount(address[] _accounts, uint256[] _amounts)
claim()
claimEsFxdx()
claimFees()
compound()
compoundForAccount(address _account)
handleRewards(bool _shouldClaimFxdx, bool _shouldStakeFxdx, bool _shouldClaimEsFxdx, bool _shouldStakeEsFxdx, bool _shouldStakeMultiplierPoints, bool _shouldClaimFees, address[] _path, uint256 _minOut, bool _shouldConvertFeesToEth)
initialize(address _vault, address _weth, address _fxdx, address _esFxdx, address _bnFxdx, address _flp, address _stakedFxdxTracker, address _bonusFxdxTracker, address _feeFxdxTracker, address _feeFlpTracker, address _stakedFlpTracker, address _flpManager, address _fxdxVester, address _flpVester)
mintAndStakeFlpForAccount(address _fundingAccount, address _account, address _token, uint256 _amount, uint256 _minUsdf, uint256 _minFlp) returns (uint256)
setGov(address _gov)
setLiquidityRouter(address _liquidityRouter, bool _isActive)
signalTransfer(address _receiver)
stakeEsFxdx(uint256 _amount)
stakeFxdx(uint256 _amount)
stakeFxdxForAccount(address _account, uint256 _amount)
unstakeAndRedeemFlpForAccount(address _account, address _tokenOut, uint256 _flpAmount, uint256 _minOut, address _receiver) returns (uint256)
unstakeEsFxdx(uint256 _amount)
unstakeFxdx(uint256 _amount)
withdrawToken(address _token, address _account, uint256 _amount)
StakeFlp(address account, uint256 amount)
StakeFxdx(address account, address token, uint256 amount)
UnstakeFlp(address account, uint256 amount)
UnstakeFxdx(address account, address token, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.