VoltBuyAndBurn

Verified contract

Active on Ethereum with 12,573 txns
Deployed by via 0x9b82460b at 20840170
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $685,494.13
0x7978146ec4a54e284f4838f66889b507c1803e7d6deda915a24ea83cbcc5957c
0x484bd2bc5ce3fdf6b458ffe662017c4d59c50161f79aa10cd1e3610e8e2bcd4e
0x27107d02873b482e40265ef95dc49457a3040b4cec5244a2fed5bc86a0d11d41
0x4bd31dde78baf9d1036a8894b1aad1fb608883fcd00a6c415afa3a82c7cecdb4
0x08660986b77627a62b08170ba172275e51a11ebcd82206f3488fa103820d2682
0xbfdc445a1b13049a002af072784fd67b87b0e692f71cdca6245620181bb3192b
0x13043568bba7ec57574449bc4da0b8caabff41db793a7b1cecaa769aff0a693f
0xcadf46213364d4df429f66d988e7dececf1300cefd909e295ac196bb72850334
0x814ac0a81aa2222add295b1fbec59d2feafbb13a01922916b1674b1bdabd5d2e
0x4c54ca923963dc5bf3278366b9a9ded3e786f852509fe7d3f80092fae5411e4e

Functions
Getter at block 21244766
getCurrentInterval(view returns (uint32 _lastIntervaluint128 _amountAllocateduint16 _missedIntervalsuint32 _lastIntervalStartTimestampuint256 beforeCurrdaybool updated)
(_lastInterval=0, _amountAllocated=0, _missedIntervals=0, _lastIntervalStartTimestamp=0, beforeCurrday=0, updated=false)
lastBurnedInterval(view returns (uint256)
15594
lastBurnedIntervalStartTimestamp(view returns (uint32)
1732296300
lastIntervalNumber(view returns (uint32)
15594
startTimeStamp(view returns (uint32)
1727618400
theVolt(view returns (address)
0xb638bfb7bc3b8398bee48569cfdaa6b3bb004224
titanX(view returns (address)
0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1
totalTitanXDistributed(view returns (uint256)
945395002471373015979545243295
totalVoltBurnt(view returns (uint256)
340340122431413033755074619
Read-only
daysSince(uint32 sinceuint32 frompure returns (uint32 daysPassed)
getDailyTitanXAllocation(uint32 tview returns (uint256 dailyWadAllocation)
getDayEnd(uint32 tpure returns (uint32)
getVoltQuoteForTitanX(uint256 baseAmountview returns (uint256 quote)
intervals(uint32 intervalview returns (uint128 amountAllocateduint128 amountBurned)
State-modifying
burnVolt(
changeSlippageAdmin(address _new
changeTitanXToVoltSlippage(uint64 _newSlippageuint32 _newLookback
distributeTitanXForBurning(uint256 _amount
setSwapCap(uint128 _newCap
swapTitanXForVoltAndBurn(uint32 _deadline
Events
BuyAndBurn(uint256 indexed titanXAmountuint256 indexed voltBurntaddress indexed caller
Constructor
constructor(uint32 _startTimestampaddress _titanXaddress _voltaddress _owneraddress _theVolt
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Address0(
AddressEmptyCode(address target
AddressInsufficientBalance(address account
Amount0(
Expired(
FailedInnerCall(
IntervalAlreadyBurned(
InvalidSlippage(
MathOverflowedMulDiv(
MustStartAt2PMUTC(
NotStartedYet(
OnlySlippageAdmin(
SafeERC20FailedOperation(address token
T(
VoltBuyAndBurn__OnlyEOA(