FluxBuyAndBurn
Verified contract
Active on
Ethereum with 3,633 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22,121.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TITANX | ERC-20 | 27.344787B | $0.000001 |
$22,121.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198942 | 7 minutes ago | | | 0 | 0.0051520162 | |
| 21198622 | an hour ago | | | 0 | 0.0049370356 | |
| 21198061 | 3 hours ago | | | 0 | 0.0057485878 | |
| 21197686 | 4 hours ago | | | 0 | 0.0062248219 | |
| 21197683 | 4 hours ago | | | 0 | 0.0082436797 | |
| 21197227 | 6 hours ago | | | 0 | 0.0056812817 | |
| 21196671 | 8 hours ago | | | 0 | 0.0058427015 | |
| 21196125 | 10 hours ago | | | 0 | 0.0082764359 | |
| 21195555 | 11 hours ago | | | 0 | 0.0088009027 | |
| 21194930 | 14 hours ago | | | 0 | 0.0085434997 |
ABI
ABI objects
Getter at block 21198975
getCurrentInterval() view returns (uint32 _lastInterval, uint128 _amountAllocated, uint16 _missedIntervals, uint32 _lastIntervalStartTimestamp, bool updated)
(_lastInterval=0, _amountAllocated=0, _missedIntervals=0, _lastIntervalStartTimestamp=0, updated=false)
lastBurnedInterval() view returns (uint32)
9654
lastBurnedIntervalStartTimestamp() view returns (uint32)
1731744240
lastIntervalNumber() view returns (uint32)
9654
lastSnapshot() view returns (uint32)
1731690000
owner() view returns (address)
0xa4a55205a4649b070ebd6c8d2ece4442c8bded2b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
startTimeStamp() view returns (uint32)
1727110800
swapCap() view returns (uint128)
340282366920938463463374607431768211455
toDistribute() view returns (uint256)
13086983106140000000000000000
totalFluxBurnt() view returns (uint256)
2571679993665242485556905843982
totalInfernoBurned() view returns (uint256)
237511953519944676004488165014
totalTitanXDistributed() view returns (uint256)
33883644747570000000000000000
Read-only
dayCountByT(uint32 t) pure returns (uint32)
getDayEnd(uint32 t) pure returns (uint32)
getFluxQuoteForInferno(uint256 baseAmount) view returns (uint256 quote)
getInfernoQuoteForTitanX(uint256 baseAmount) view returns (uint256 quote)
intervals(uint32 interval) view returns (uint128 amountAllocated, uint128 amountBurned)
State-modifying
Events acceptOwnership()
burnFlux()
changeInfernoToFluxConfig(uint192 _newSlippage, uint16 _newLookBack)
changeLpConfig(uint192 _newSlippage, uint16 _newLookBack)
changeSlippageAdmin(address _new)
changeSwapCap(uint128 _newSwapCap)
changeTitanXToInfernoConfig(uint192 _newSlippage, uint16 _newLookBack)
distributeTitanXForBurning(uint256 _amount)
renounceOwnership()
swapTitanXForFluxAndBurn(uint32 _deadline)
transferOwnership(address newOwner)
BuyAndBurn(uint256 indexed titanXAmount, uint256 indexed fluxBurnt, address indexed caller)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint32 _startTimestamp, address _titanX, address _inferno, address _flux, address _owner, address _titanXInfernoPool)
This contract contains no fallback and receive objects.
Address0()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
Amount0()
Expired()
FailedInnerCall()
FluxBuyAndBurn__AuctionsMustStartAt5PMUTC()
FluxBuyAndBurn__OnlyEOA()
IntervalAlreadyBurned()
MathOverflowedMulDiv()
NotStartedYet()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SwapAction__OnlySlippageAdmin()
SwapActions__InvalidSlippage()
T()