LotusBuyAndBurn
Verified contract
Active on
Ethereum with 2,220 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($330,942.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TITANX | ERC-20 | 537.244228B | $0.000001 |
$330,942.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244760 | 19 minutes ago | | | 0 | 0.0059980158 | |
| 21244562 | an hour ago | | | 0 | 0.0069461467 | |
| 21244327 | 2 hours ago | | | 0 | 0.0075021544 | |
| 21244008 | 3 hours ago | | | 0 | 0.0060740070 | |
| 21243730 | 4 hours ago | | | 0 | 0.0066961468 | |
| 21243424 | 5 hours ago | | | 0 | 0.0058162761 | |
| 21243159 | 6 hours ago | | | 0 | 0.0052619510 | |
| 21242948 | 6 hours ago | | | 0 | 0.0035771316 | |
| 21242773 | 7 hours ago | | | 0 | 0.0053216855 | |
| 21242533 | 8 hours ago | | | 0 | 0.0044366230 |
ABI
ABI objects
Getter at block 21244851
getCurrentInterval() view returns (uint32 _lastInterval, uint128 _amountAllocated, uint16 _missedIntervals, uint32 _lastIntervalStartTimestamp, uint256 beforeCurrday, bool updated)
(_lastInterval=4694, _amountAllocated=904451562717110389182490048, _missedIntervals=2, _lastIntervalStartTimestamp=1732296480, beforeCurrday=0, updated=true)
lastBurnedInterval() view returns (uint256)
4692
lastBurnedIntervalStartTimestamp() view returns (uint32)
1732296480
lastIntervalNumber() view returns (uint32)
4692
lotus() view returns (address)
0xcc42b2b6d90e3747c2b8e62581183a88e3ca093a
owner() view returns (address)
0x5da227386e0fd73329fe3923394913eca3a624f7
slippageAdmin() view returns (address)
0x5da227386e0fd73329fe3923394913eca3a624f7
startTimeStamp() view returns (uint32)
1730044800
swapCap() view returns (uint128)
340282366920938463463374607431768211455
titanX() view returns (address)
0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1
totalLotusBurnt() view returns (uint256)
24660811730307702656559220
totalTitanXDistributed() view returns (uint256)
542670937630266233509494028957
uniswapV3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
v3Factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
volt() view returns (address)
0x66b5228cfd34d9f4d9f03188d67816286c7c0b74
Read-only
getDailyTitanXAllocation(uint32 t) pure returns (uint256 dailyWadAllocation)
getTwapAmount(address tokenIn, address tokenOut, uint256 amount) view returns (uint256 twapAmount, uint224 slippage)
intervals(uint32 interval) view returns (uint128 amountAllocated, uint128 amountBurned)
slippageConfigs(address pool) view returns (uint224 slippage, uint32 twapLookback)
State-modifying
Events burnLotus()
changeSlippageAdmin(address _new)
changeSlippageConfig(address pool, uint224 _newSlippage, uint32 _newLookBack)
distributeTitanXForBurning(uint256 _amount)
renounceOwnership()
setSwapCap(uint128 _newCap)
swapTitanXForLotusAndBurn(uint32 _deadline)
transferOwnership(address newOwner)
BuyAndBurn(uint256 indexed titanXAmount, uint256 indexed lotusBurnt, address indexed caller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SlippageAdminChanged(address indexed oldAdmin, address indexed newAdmin)
SlippageConfigChanged(address indexed pool, uint224 indexed newSlippage, uint32 indexed newLookback)
constructor(uint32 startTimestamp, address _titanX, address _volt, address _lotus, struct SwapActionParams _params)
This contract contains no fallback and receive objects.
Address0()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
Amount0()
Expired()
FailedInnerCall()
GreaterThan(uint256 a, uint256 b)
IntervalAlreadyBurned()
MathOverflowedMulDiv()
NotStartedYet()
OnlyEOA()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SwapActions__InvalidSlippage()
SwapActions__OnlySlippageAdmin()
T()