DragonBuyAndBurn

Verified contract

Active on Ethereum with 1,153 txns
Deployed by via 0xe869cf99 at 19029226
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,493,122.13
)
ERC-721
--
0x457bf8e364372820b2821f3b9c06a005732c7933907d60f80850e35a61741c88
0x0a66a57736b2f602fa4bf8031a501553ed910ee9fd9d3d6d27cfa54afde99279
0x9201049d4310754ebc0277e540cfa8b009f9fb5a48bd6cc6e9d22a1c7a94c9a0
0xf5e95df45ba01bb6c28be3dad6566e4282fc1d53bab6c0f90214edf41a52ce29
0x048f4910b4c3a2d1a3da1c89e4813cd0560294f2f90efe2b48c665db653c5974
0xe764087e14d8d030b1059b6714cdbc02a7de8b93b2671453957ae6176dd0143f
0xbc52ae7e12b1c8c3b156abc972eea9d70a79be9297b1757a275cb227bb3f45c4
0xf79b0578d5eac41689a50e24b3d76828775b238d60ba12e13c7cfa03e52028db
0x1849a74a37fa9e1249d3d4dd005fecf058d4356f0d0d5d5c3154394304f5333f
0x087dc496d5f34857c4e5f5b63bba0d172120dbf225b18e5440b95c85eb80494a

Functions
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 amountInview returns (uint256)
getDragonQuoteForTitan(uint256 baseAmountview returns (uint256 quote)
getTitanQuoteForEth(uint256 baseAmountview returns (uint256 quote)
State-modifying
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
Events
BoughtAndBurned(uint256 indexed wethuint256 indexed dragonaddress indexed caller
CollectedFees(uint256 indexed dragonuint256 indexed titanaddress indexed caller
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
CooldownPeriodActive(
FailedInnerCall(
InvalidCaller(
InvalidDragonAddress(
MathOverflowedMulDiv(
NoWethToBuyAndBurnDragon(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token