FluxAuction
Verified contract
Active on
Ethereum with 7,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($189,727.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLUX | ERC-20 | 175.673507B | $0.000001 |
$189,727.39 | |
(#818634) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
STK | ERC-721 | 1 | -- | -- | |
STK | ERC-721 | 1 | -- | -- | |
STK | ERC-721 | 1 | -- | -- | |
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) |
---|---|---|---|---|---|---|---|
| 21169260 | 2 hours ago | | | 0 | 0.0045304236 | |
| 21169095 | 3 hours ago | | | 0 | 0.0051944352 | |
| 21169094 | 3 hours ago | | | 0 | 0.0059332728 | |
| 21168953 | 3 hours ago | | | 0 | 0.0049200000 | |
| 21168553 | 5 hours ago | | | 0 | 0.0084211950 | |
| 21168519 | 5 hours ago | | | 0 | 0.0065876725 | |
| 21168047 | 6 hours ago | | | 0 | 0.0012770918 | |
| 21168040 | 6 hours ago | | | 0 | 0.0089723475 | |
| 21168012 | 6 hours ago | | | 0 | 0.0010335839 | |
| 21168006 | 6 hours ago | | | 0 | 0.0082197919 |
ABI
ABI objects
Getter at block 21169894
fluxFeesClaimed() view returns (uint256)
0
infernoFeesClaimed() view returns (uint256)
0
lp() view returns (bool hasLP, bool isFluxToken0, uint240 tokenId)
(hasLP=true, isFluxToken0=false, tokenId=818634)
owner() view returns (address)
0xa4a55205a4649b070ebd6c8d2ece4442c8bded2b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
sentToDragonX() view returns (uint256)
127999120150460000000000000000
sentToHelios() view returns (uint256)
63999560075230000000000000000
startTimestamp() view returns (uint32)
1727024400
Read-only
amountToClaim(address _user, uint64 _id) view returns (uint256 toClaim)
batchClaimableAmount(address _user, uint64[] _ids) view returns (uint256 toClaim)
dailyStats(uint32 day) view returns (uint128 fluxEmitted, uint128 titanXDeposited)
depositOf(address, uint64 id) view returns (uint32 ts, uint32 day, uint192 amount)
getFluxQuoteForInferno(uint256 baseAmount) view returns (uint256 quote)
getInfernoQuoteForTitanX(uint256 baseAmount) view returns (uint256 quote)
State-modifying
Events acceptOwnership()
addLiquidityToInfernoFluxPool(uint32 _deadline)
batchClaim(uint64[] _ids)
changeInfernoToFluxConfig(uint192 _newSlippage, uint16 _newLookBack)
changeLpConfig(uint192 _newSlippage, uint16 _newLookBack)
changeSlippageAdmin(address _new)
changeTitanXToInfernoConfig(uint192 _newSlippage, uint16 _newLookBack)
claim(uint64 _id)
collectFees() returns (uint256 amount0, uint256 amount1)
deposit(uint192 _amount)
renounceOwnership()
transferOwnership(address newOwner)
AddedLiquidity(uint256 indexed infernoAmount)
AutoBoughtAndMaxStaked(uint256 indexed amount, address indexed forUser, uint256 indexed _stakingId, uint256 shares)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserClaimed(address indexed user, uint256 indexed fluxAmount, uint248 indexed id)
UserDeposit(address indexed user, uint256 indexed amount, uint32 indexed day, uint248 id)
constructor(uint32 _startTimestamp, address _flux, address _inferno, address _titanX, address _owner, address _bnb, address _titanXInfernoPool, address _dragonXVault)
This contract contains no fallback and receive objects.
Address0()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
Amount0()
Expired()
FailedInnerCall()
FluxAuction__AuctionIsOver()
FluxAuction__AuctionsMustStartAt5PMUTC()
FluxAuction__LiquidityAlreadyAdded()
FluxAuction__NotEnoughTitanXForLiquidity()
FluxAuction__NotStartedYet()
FluxAuction__NothingToClaim()
FluxAuction__OnlyClaimableAfter24Hours()
FluxAuction__TransactionTooOld()
MathOverflowedMulDiv()
Math__sub_overflow_signed()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SwapAction__OnlySlippageAdmin()
SwapActions__InvalidSlippage()
T()