DragonXVoltInput
Verified contract
Active on
Ethereum with 1,015 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,816,300.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DRAGONX | ERC-20 | 302.212994B | $0.000006 |
$1,816,300.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183807 | 2 minutes ago | | | 0 | 0.011350247 | |
| 21183755 | 12 minutes ago | | | 0 | 0.010509381 | |
| 21183705 | 22 minutes ago | | | 0 | 0.010509869 | |
| 21183655 | 32 minutes ago | | | 0 | 0.010334274 | |
| 21183605 | 42 minutes ago | | | 0 | 0.011364122 | |
| 21183555 | an hour ago | | | 0 | 0.011771251 | |
| 21183505 | an hour ago | | | 0 | 0.011329210 | |
| 21183464 | an hour ago | | | 0 | 0.011257112 | |
| 21183405 | an hour ago | | | 0 | 0.011858829 | |
| 21183355 | 2 hours ago | | | 0 | 0.011233201 |
ABI
ABI objects
Getter at block 21183814
dragonX() view returns (address)
0x96a5399d07896f757bd4c6ef56461f58db951862
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)
1337
lastBurnedIntervalStartTimestamp() view returns (uint32)
1731561600
lastIntervalNumber() view returns (uint32)
1337
owner() view returns (address)
0xec0db0059f749d2a97b216ffd65270e80db46383
slippageAdmin() view returns (address)
0xec0db0059f749d2a97b216ffd65270e80db46383
startTimeStamp() view returns (uint32)
1731160800
swapCap() view returns (uint128)
340282366920938463463374607431768211455
totalDragonXDistributed() view returns (uint256)
324824319895751768566905035421
uniswapV3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
v3Factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
volt() view returns (address)
0x66b5228cfd34d9f4d9f03188d67816286c7c0b74
Read-only
computePoolAddress(address token0, address token1) view returns (address pool)
getDailyDragonXAllocation(uint32 t) view 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 changeSlippageAdmin(address _new)
changeSlippageConfig(address pool, uint224 _newSlippage, uint32 _newLookBack)
distributeDragonXForBurning(uint256 _amount)
renounceOwnership()
setSwapCap(uint128 _newCap)
swapDragonXToVoltAndDistribute(uint32 _deadline)
transferOwnership(address newOwner)
BuyAndBurn(uint256 indexed dragonXAmount, uint256 indexed voltAmount, 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 _dragonX, address _volt, address _vyper, struct SwapActionParams _params)
This contract contains no fallback and receive objects.
Address0()
Amount0()
Expired()
IntervalAlreadyBurned()
NotStartedYet()
OnlyEOA()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SwapActions__InvalidSlippage()
SwapActions__OnlySlippageAdmin()
T()