VoltBuyAndBurn

Verified contract

Active on Ethereum with 10,599 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 $1,722,290.61
0x71dd03bab023dd04ec9450e8b67aaada163318678117595e069af6e112336c54
0x76f32925f7637233f296f84f23184ff1ae62cd6e42c9991b7c7d82f82f222ff2
0x7be0ecd8eebc948b0fffb1c3259e2b8b5714fb6b237521a8c6e5f1587917512b
0x15e288073d2fd2b9cbcb1ea7a81e0c7ac4c441f666cbb2c48a93d4ae76a0b196
0xae7c0d0f033749852f5084e1a7358e65c15965c68a0c96750a4309745ec77ccf
0x98c3908d9a27bd755f94cd580beed9a2fce7847b360400f740aa49cabcd32ad6
0x6217c95efdb3c007ae4a23abce787269aa3562d0e9a8674251a67bb5c354df90
0xc70cd8bd13b85481abd7147f6ce8de0ed2adfbf8297f90ca9432157fd012efb5
0x95b591ad83a7a6e12655becc0c049e169fe3ddc3b6ee7947f0b65e7f04cdefc6
0xa1790c7563b29ea1bb9c7925348f64fde0ae701d23726c799511585fc31ab550

Functions
Getter at block 21123370
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)
10715
lastBurnedIntervalStartTimestamp(view returns (uint32)
1730832600
lastIntervalNumber(view returns (uint32)
10715
startTimeStamp(view returns (uint32)
1727618400
theVolt(view returns (address)
0xb638bfb7bc3b8398bee48569cfdaa6b3bb004224
titanX(view returns (address)
0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1
totalTitanXDistributed(view returns (uint256)
1428308092708157854045132292435
totalVoltBurnt(view returns (uint256)
313548293365968281365621573
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(