DragonBuyAndBurn
Verified contract
Active on
Ethereum with 1,153 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,493,122.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 463.049652 | $3,224.54 |
$1,493,122.13 | |
(#650023) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21076894 | 11 days ago | | | 0 | 0.00019071570 | |
| 21069737 | 12 days ago | | | 0 | 0.0022791814 | |
| 21042867 | 16 days ago | | | 0 | 0.0028001621 | |
| 21041070 | 16 days ago | | | 0 | 0.0020570524 | |
| 21015991 | 20 days ago | | | 0 | 0.0028083143 | |
| 21014190 | 20 days ago | | | 0 | 0.0036968898 | |
| 21012395 | 20 days ago | | | 0 | 0.0035992513 | |
| 20955108 | a month ago | | | 0 | 0.0027661702 | |
| 20897867 | a month ago | | | 0 | 0.0012165673 | |
| 20840403 | a month ago | | | 0 | 0.0035344675 |
ABI
ABI objects
Getter at block 21158827
capPerSwap() view returns (uint256)
0
dragonAddress() view returns (address)
0x96a5399d07896f757bd4c6ef56461f58db951862
dragonTitanPoolAddress() view returns (address)
0x25215d9ba4403b3da77ce50606b54577a71b7895
incentiveFeeForRunningBuyAndBurnDragonX() view returns (uint256 fee)
0
interval() view returns (uint256)
21600
lastCallTs() view returns (uint256)
1730186147
owner() view returns (address)
0x25c9e69177655fda916d849b1d7c11be32d2458b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
slippage() view returns (uint256)
5
totalDragonBurned() view returns (uint256)
1315537613020759991876366204474
totalDragonFeesBurned() view returns (uint256)
3042404247244709296701262725
totalTitanFeeCollected() view returns (uint256)
5761707997114490582040402711
totalWethForBuyAndBurn() view returns (uint256 balance)
463049652228057063713
totalWethUsedForBuyAndBurns() view returns (uint256)
384740420315552025248
wethForNextBuyAndBurn() view returns (uint256 forBuy)
0
Read-only
calculateMinimumDragonAmount(uint256 amountIn) view returns (uint256)
getDragonQuoteForTitan(uint256 baseAmount) view returns (uint256 quote)
getTitanQuoteForEth(uint256 baseAmount) view returns (uint256 quote)
State-modifying
Events acceptOwnership()
buyAndBurnDragonX() returns (uint256 amountOut)
collectFees()
createInitialLiquidity(uint256 initialLiquidityAmount)
renounceOwnership()
setBuyAndBurnInterval(uint256 secs)
setCapPerSwap(uint256 amount)
setDragonContractAddress(address dragonAddress_)
setDragonPriceTwa(uint32 mins)
setSlippage(uint256 amount)
setTitanPriceTwa(uint32 mins)
transferOwnership(address newOwner)
BoughtAndBurned(uint256 indexed weth, uint256 indexed dragon, address indexed caller)
CollectedFees(uint256 indexed dragon, uint256 indexed titan, address indexed caller)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CooldownPeriodActive()
FailedInnerCall()
InvalidCaller()
InvalidDragonAddress()
MathOverflowedMulDiv()
NoWethToBuyAndBurnDragon()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)