AwesomeXBuyAndBurn
Verified contract
Active on
Ethereum with 1,885 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($83,393.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TITANX | ERC-20 | 104.241329B | $0.000001 |
$83,393.06 | |
(#832218) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273914 | 4 hours ago | | | 0 | 0.0044483936 | |
| 21270992 | 14 hours ago | | | 0 | 0.0024352705 | |
| 21269181 | 20 hours ago | | | 0 | 0.0024984189 | |
| 21267348 | a day ago | | | 0 | 0.0032632445 | |
| 21264952 | a day ago | | | 0 | 0.0065343083 | |
| 21263209 | 2 days ago | | | 0 | 0.0021847891 | |
| 21261570 | 2 days ago | | | 0 | 0.0021078778 | |
| 21260075 | 2 days ago | | | 0 | 0.0026638955 | |
| 21258201 | 2 days ago | | | 0 | 0.0030854707 | |
| 21257502 | 2 days ago | | | 0 | 0.0031699777 |
ABI
ABI objects
Getter at block 21275072
POSITION_MANAGER() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
awesomeXToken() view returns (address)
0xa99afcc6aa4530d01dfff8e55ec66e4c424c048c
currWeekDay() view returns (uint8 weekDay)
2
getCurrentInterval() view returns (uint32 _lastInterval, uint128 _amountAllocated, uint16 _missedIntervals, uint32 _lastIntervalStartTimestamp, bool updated)
(_lastInterval=8521, _amountAllocated=623619941879732497482189263, _missedIntervals=31, _lastIntervalStartTimestamp=1732648050, updated=true)
lastBurnedInterval() view returns (uint256)
8490
lastBurnedIntervalStartTimestamp() view returns (uint32)
1732648050
lastIntervalNumber() view returns (uint32)
8490
liquidityAdded() view returns (bool)
true
owner() view returns (address)
0xb4a217e7de12fa3b0e859ec3f639bc2b64d57874
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
startTimeStamp() view returns (uint32)
1728828000
swapCap() view returns (uint128)
340282366920938463463374607431768211455
titanX() view returns (address)
0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1
totalAwesomeXBurnt() view returns (uint256)
2390945623839069679350682445795
totalAwesomeXFeesCollected() view returns (uint256)
0
totalDragonXBurnt() view returns (uint256)
3948887320073628012126822200
totalDragonXFeesCollected() view returns (uint256)
0
totalTitanXDistributed() view returns (uint256)
128747342839686709157613267440
Read-only
dayCountByT(uint32 t) pure returns (uint32)
getAwesomeXQuoteForDragonX(uint256 baseAmount) view returns (uint256 quote)
getDailyTitanXAllocation(uint8 weekDay) pure returns (uint32 dailyBPSAllocation)
getDayEnd(uint32 t) pure returns (uint32)
getDragonXQuoteForTitanX(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()
addLiquidityToAWXDragonXPool(uint32 _deadline)
burnAwesomeX()
changeSwapCap(uint128 _newSwapCap)
collectFees() returns (uint256 amount0, uint256 amount1)
distributeTitanXForBurning(uint256 _amount)
renounceOwnership()
setLpSlippage(uint8 _newSlippage)
setSlippageForDragonXToAWX(uint8 _newSlippage)
setSlippageForTitanXToDragonX(uint8 _newSlippage)
swapTitanXForAwesomeXndBurn(uint32 _deadline)
transferOwnership(address newOwner)
BuyAndBurn(uint256 indexed titanXAmount, uint256 indexed awesomeXBurnt, address indexed caller)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint32 startTimestamp, address _titanX, address _dragonX, address _owner)
This contract contains no fallback and receive objects.
AWXBuyAndBurn__OnlyEOA()
IntervalAlreadyBurned()
InvalidInput()
LiquidityAlreadyAdded()
MathOverflowedMulDiv()
NotEnoughTitanXForLiquidity()
NotStartedYet()
OnlyMinting()
OnlySlippageAdmin()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
T()