VoltBuyAndBurn
Verified contract
Active on
Ethereum with 10,599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,722,290.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TITANX | ERC-20 | 1.609617T | $0.000001 |
$1,722,290.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123347 | 5 minutes ago | | | 0 | 0.0046470190 | |
| 21123322 | 10 minutes ago | | | 0 | 0.0046463616 | |
| 21123297 | 15 minutes ago | | | 0 | 0.0048557793 | |
| 21123273 | 20 minutes ago | | | 0 | 0.0046312125 | |
| 21123247 | 25 minutes ago | | | 0 | 0.0046310600 | |
| 21123224 | 30 minutes ago | | | 0 | 0.0046253504 | |
| 21123199 | 35 minutes ago | | | 0 | 0.0046259380 | |
| 21123174 | 40 minutes ago | | | 0 | 0.0046185001 | |
| 21123149 | an hour ago | | | 0 | 0.0046959856 | |
| 21123124 | an hour ago | | | 0 | 0.0046356045 |
ABI
ABI objects
Getter at block 21123370
getCurrentInterval() view returns (uint32 _lastInterval, uint128 _amountAllocated, uint16 _missedIntervals, uint32 _lastIntervalStartTimestamp, uint256 beforeCurrday, bool 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 since, uint32 from) pure returns (uint32 daysPassed)
getDailyTitanXAllocation(uint32 t) view returns (uint256 dailyWadAllocation)
getDayEnd(uint32 t) pure returns (uint32)
getVoltQuoteForTitanX(uint256 baseAmount) view returns (uint256 quote)
intervals(uint32 interval) view returns (uint128 amountAllocated, uint128 amountBurned)
State-modifying
Events burnVolt()
changeSlippageAdmin(address _new)
changeTitanXToVoltSlippage(uint64 _newSlippage, uint32 _newLookback)
distributeTitanXForBurning(uint256 _amount)
setSwapCap(uint128 _newCap)
swapTitanXForVoltAndBurn(uint32 _deadline)
BuyAndBurn(uint256 indexed titanXAmount, uint256 indexed voltBurnt, address indexed caller)
constructor(uint32 _startTimestamp, address _titanX, address _volt, address _owner, address _theVolt)
This contract contains no fallback and receive objects.
Address0()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
Amount0()
Expired()
FailedInnerCall()
IntervalAlreadyBurned()
InvalidSlippage()
MathOverflowedMulDiv()
MustStartAt2PMUTC()
NotStartedYet()
OnlySlippageAdmin()
SafeERC20FailedOperation(address token)
T()
VoltBuyAndBurn__OnlyEOA()