FluxStakingVault
Verified contract
Active on
Ethereum with 204 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 1 additional slot
Balances ($37,756.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLUX | ERC-20 | 16.166123B | $0.000001 |
$21,177.62 | |
INF | ERC-20 | 8.221722B | $0.000001 |
$9,126.11 | |
TITANX | ERC-20 | 11.886671B | $0.000001 |
$7,452.94 | |
STK | ERC-721 | 1 | -- | -- | |
STK | ERC-721 | 1 | -- | -- | |
STK | ERC-721 | 1 | -- | -- | |
STK | ERC-721 | 1 | -- | -- | |
STK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21424036 | 9 minutes ago | | | 0 | 0.0054791370 | |
| 21423994 | 18 minutes ago | | | 0 | 0.0072462430 | |
| 21423888 | 39 minutes ago | | | 0 | 0.0055714824 | |
| 21423845 | an hour ago | | | 0 | 0.0072663476 | |
| 21423738 | an hour ago | | | 0 | 0.0055617698 | |
| 21423694 | an hour ago | | | 0 | 0.0072853777 | |
| 21423588 | 2 hours ago | | | 0 | 0.0057385906 | |
| 21423543 | 2 hours ago | | | 0 | 0.0072092790 | |
| 21423439 | 2 hours ago | | | 0 | 0.0057054204 | |
| 21423395 | 2 hours ago | | | 0 | 0.0073221759 |
ABI
ABI objects
Getter at block 21424079
bnb() view returns (address)
0x97ebd4f9ffcfe0cbc8f63a4e0b296fbb54f0a185
flux() view returns (address)
0xbfde5ac4f5adb419a931a5bf64b0f3bb5a623d06
fluxStaking() view returns (address)
0xd605a87187563c94c577a6e57e4a36ec8433b9ae
inferno() view returns (address)
0x00f116ac0c304c570daaa68fa6c30a86a04b5c5f
owner() view returns (address)
0x8d40e3bb356a02a3a4dd6dba6cc890fd89675bda
positionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
positions() view returns (uint256[])
[4704, 4713, 4716, 4723, 4730]
slippageAdmin() view returns (address)
0x8d40e3bb356a02a3a4dd6dba6cc890fd89675bda
state() view returns (uint24 stakingCooldown, uint32 lastStakeTs, uint16 lastStakingPosition, uint256 minStakeAmount, uint256 maxStakeAmount, bool privateMode, uint256 incentive)
(stakingCooldown=604800, lastStakeTs=1734429359, lastStakingPosition=5, minStakeAmount=17075400000000000000000000000, maxStakeAmount=115792089237316195423570985008687907853269984665640564039457584007913129639935, privateMode=false, incentive=10000000000000000)
titanX() view returns (address)
0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1
v3Factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
v3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
buyActionStates(address inputToken) view returns (uint32 lastCallTs, uint32 intervalBetween, uint128 swapCap, uint64 incentive)
getTwapAmountV3(address tokenIn, address tokenOut, uint256 amount) view returns (uint256 twapAmount, uint224 slippage)
slippageConfigs(address pool) view returns (uint224 slippage, uint32 twapLookback)
State-modifying
Events batchUnstake(uint160[] _ids)
buyFlux(uint32 _deadline)
buyinferno(uint32 _deadline)
changeBuyActionState(address _inputToken, struct BuyState _s)
changeIncentive(uint64 _incentive)
changeMaxStakeAmount(uint256 _newMaxStakeAmount)
changeMinStakeAmount(uint256 _minStakeAmount)
changeSlippageAdmin(address _new)
changeSlippageConfig(address pool, uint224 _newSlippage, uint32 _newLookBack)
changeStakingCooldown(uint24 _newCooldown)
claimRewards(uint160[] _ids)
renounceOwnership()
stake() returns (uint96 id)
togglePrivateMode(bool _state)
transferOwnership(address newOwner)
BuyAction(address indexed inputToken, address indexed outputToken, uint256 indexed outputAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(uint96 indexed _id, uint256 indexed _amount)
constructor(address _inferno, address _flux, address _titanX, address _bnb, address _fluxStaking, address _titanXStakingManager, struct SwapActionsState _state, uint24 _stakingCooldown, uint32 _startTimestamp, uint256 _firstStakeMin)
This contract contains no fallback and receive objects.
Address0()
Amount0()
CooldownNotPassed()
Expired()
GreaterThan(uint256 a, uint256 b)
IntervalWait()
NothingToClaim()
OnlyEOA()
OnlyPermissionedInPrivateMode()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SwapAction__OnlySlippageAdmin()
SwapActions__InvalidSlippage()
SwapActions__Observations()
T()