DragonXVoltNexus
Verified contract
Active on
Ethereum with 490 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($406,363.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DRAGONX | ERC-20 | 35.182998B | $0.000012 |
$406,363.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199769 | 3 minutes ago | | | 0 | 0.0059892253 | |
| 21199744 | 8 minutes ago | | | 0 | 0.0059070266 | |
| 21199719 | 13 minutes ago | | | 0 | 0.0057604680 | |
| 21199694 | 18 minutes ago | | | 0 | 0.0057608320 | |
| 21199669 | 23 minutes ago | | | 0 | 0.0056728300 | |
| 21199644 | 28 minutes ago | | | 0 | 0.0057387153 | |
| 21199619 | 33 minutes ago | | | 0 | 0.0057607383 | |
| 21199594 | 38 minutes ago | | | 0 | 0.0059489755 | |
| 21199570 | 43 minutes ago | | | 0 | 0.0056216672 | |
| 21199545 | an hour ago | | | 0 | 0.0056433720 |
ABI
ABI objects
Getter at block 21199779
getCurrentInterval() view returns (uint32 _lastInterval, uint128 _amountAllocated, uint16 _missedIntervals, uint32 _lastIntervalStartTimestamp, bool updated)
(_lastInterval=0, _amountAllocated=0, _missedIntervals=0, _lastIntervalStartTimestamp=0, updated=false)
lastBurnedInterval() view returns (uint32)
1115
lastBurnedIntervalStartTimestamp() view returns (uint32)
1731754200
lastIntervalNumber() view returns (uint32)
1115
lastSnapshot() view returns (uint32)
1731679200
owner() view returns (address)
0xec0db0059f749d2a97b216ffd65270e80db46383
slippageAdmin() view returns (address)
0xec0db0059f749d2a97b216ffd65270e80db46383
startTimeStamp() view returns (uint32)
1731420000
swapCap() view returns (uint128)
340282366920938463463374607431768211455
toDistribute() view returns (uint256)
30081757982484724112422530853
totalDragonXDistributed() view returns (uint256)
39003248965105278032146684952
uniswapV3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
v3Factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
Read-only
computePoolAddress(address token0, address token1) view returns (address pool)
dayCountByT(uint32 t) pure returns (uint32)
getDayEnd(uint32 t) pure returns (uint32)
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)
changeSwapCap(uint128 _newSwapCap)
distributeDragonXForBurning(uint256 _amount)
renounceOwnership()
swapDragonXToVoltAndDistribute(uint32 _deadline)
transferOwnership(address newOwner)
BuyAndBurn(uint256 indexed voltAmount, uint256 indexed vyperReceived, 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 _voltVyperNexus, struct SwapActionParams _params)
This contract contains no fallback and receive objects.
Address0()
Amount0()
BuyAndBurn__OnlyEOA()
Expired()
IntervalAlreadyBurned()
MustStartAt5PMUTC()
NotStartedYet()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SwapActions__InvalidSlippage()
SwapActions__OnlySlippageAdmin()
T()