InfernoBuyAndBurn
Verified contract
Active on
Ethereum with 1,011 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,008.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TITANX | ERC-20 | 4.851743B | $0.000001 |
$3,008.08 | |
(#771223) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20855913 | 2 months ago | | | 0 | 0.00022195025 | |
| 20821665 | 2 months ago | | | 0 | 0.0088544931 | |
| 20819568 | 2 months ago | | | 0 | 0.0074468915 | |
| 20812401 | 2 months ago | | | 0 | 0.0079692129 | |
| 20799261 | 2 months ago | | | 0 | 0.0011961729 | |
| 20788979 | 2 months ago | | | 0 | 0.00037486900 | |
| 20760361 | 2 months ago | | | 0 | 0.000080154337 | |
| 20751693 | 2 months ago | | | 0 | 0.000041492050 | |
| 20751403 | 2 months ago | | | 0 | 0.000053152662 | |
| 20750050 | 2 months ago | | | 0 | 0.000061128418 |
ABI
ABI objects
Getter at block 21258522
POSITION_MANAGER() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
currWeekDay() view returns (uint8 weekDay)
0
infernoToken() view returns (address)
0x00f116ac0c304c570daaa68fa6c30a86a04b5c5f
lastBurnedIntervalStartTimestamp() view returns (uint32)
1727460000
lastIntervalNumber() view returns (uint32)
2937
liquidityAdded() view returns (bool)
true
owner() view returns (address)
0x4663ed2815ab09b04cbdb094f578cf57b6fdee3a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
startTimeStamp() view returns (uint32)
1722175200
totalInfernoBurnt() view returns (uint256)
2674075090787686625408999877724
totalTitanXDistributed() view returns (uint256)
2587596462424159474313089252889
Read-only
dayCountByT(uint32 t) pure returns (uint32)
getBlazeQuoteForTitanX(uint256 titanXAmount) view returns (uint256 quote)
getDailyTitanXAllocation(uint8 weekDay) pure returns (uint32 dailyBPSAllocation)
getDayEnd(uint32 t) pure returns (uint32)
getInfernoQuoteForBlaze(uint256 baseAmount) view returns (uint256 quote)
intervals(uint32 interval) view returns (uint128 amountAllocated, uint128 amountBurned)
weekDayByT(uint32 t) pure returns (uint8)
State-modifying
Events acceptOwnership()
addLiquidityToInfernoBlazePool(uint32 _deadline, uint256 _amountBlazeMin)
burnFees() returns (uint256 amount0, uint256 amount1)
burnInferno()
distributeTitanXForBurning(uint256 _amount)
renounceOwnership()
setSlippageForBlazeToInferno(uint8 _newSlippage)
swapTitanXForInfernoAndBurn(uint256 _amountBlazeMin, uint32 _deadline)
transferOwnership(address newOwner)
BuyAndBurn(uint256 indexed titanXAmount, uint256 indexed infernoBurnt, address indexed caller)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint32 startTimestamp, address _blazeTitanXPool, address _titanX, address _blaze, address _owner)
This contract contains no fallback and receive objects.
IntervalAlreadyBurned()
InvalidInput()
LiquidityAlreadyAdded()
MathOverflowedMulDiv()
NotEnoughTitanXForLiquidity()
NotStartedYet()
OnlyMinting()
OnlySlippageAdmin()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
T()