StakedFxdxRouter
Verified contract
Active on
Base with 17 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 "StakedFxdxRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7621519 | a year ago | | | 0 | 0.000000032567743902 | |
| 7621517 | a year ago | | | 0 | 0.000000000172706232 | |
| 7621515 | a year ago | | | 0 | 0.000000000177998142 | |
| 7621512 | a year ago | | | 0 | 0.000000000177998142 | |
| 7579605 | a year ago | | | 0 | 0.000000005454758890 | |
| 7579601 | a year ago | | | 0 | 0.000000001245534070 | |
| 7579598 | a year ago | | | 0 | 0.000000006821294710 | |
| 7579596 | a year ago | | | 0 | 0.000000067632275040 | |
| 7579326 | a year ago | | | 0 | 0.000000081837846356 | |
| 7579324 | a year ago | | | 0 | 0.0000068194044 |
ABI
ABI objects
Getter at block 21894994
fxdx() view returns (address)
0x30b593f8c3ab37615359b4e0e6df2e06d55bb55d
gov() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
percentageDecimals() view returns (uint256)
2
rewardFxdxRouter() view returns (address)
0x09c4cecc261b21bdfef22c1cd9017e4727ace998
rewardFxdxVault() view returns (address)
0xb9451677aad516ce435b55d8989743881b5a0444
stakedFxdxVault() view returns (address)
0x7221b51f28c150e4d90aeab2393b0ea04b7f710f
Read-only
getRewardInterestRange(uint256 _duration) view returns (uint256 MIN_REWARD_INT, uint256 MAX_REWARD_INT)
getStakeData(uint256 stakeId) view returns (uint256 _stakeId, uint256 _amount, uint256 _duration, uint256 _rewardInterestRate, uint256 _timestamp, address _account, bool _unstaked)
isHandler(address) view returns (bool)
rewardInterestRange(uint256) view returns (uint256 MIN_REWARD_INT, uint256 MAX_REWARD_INT)
State-modifying
Events setFxdx(address _fxdx)
setGov(address _gov)
setHandler(address _account, bool _isActive)
setPercentageDecimals(uint256 _percentageDecimals)
setRewardFxdxRouter(address _rewardFxdxRouter)
setRewardFxdxVault(address _rewardFxdxVault)
setRewardInterestRange(uint256 duration, uint256 minRewardInt, uint256 maxRewardInt)
setStakedFxdxVault(address _stakedFxdxVault)
stake(address _account, uint256 _amount, uint256 _duration, uint256 _timestamp, uint256 _rewardInterestRate) returns (uint256)
unstake(address _account, uint256[] _stakeIds, bool _isRestake) returns (uint256)
This contract contains no event objects.
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.