BabyDragonBuyAndBurn
Verified contract
Active on
Ethereum with 131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($173,842.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DRAGONX | ERC-20 | 19.576876B | $0.000009 |
$173,842.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223387 | 7 days ago | | | 0 | 0.0059812950 | |
| 21195135 | 11 days ago | | | 0 | 0.0042036333 | |
| 21150442 | 17 days ago | | | 0 | 0.0026998326 | |
| 21123965 | 21 days ago | | | 0 | 0.0017692307 | |
| 21120059 | 22 days ago | | | 0 | 0.0016245027 | |
| 21119555 | 22 days ago | | | 0 | 0.0010881779 | |
| 21019580 | a month ago | | | 0 | 0.0014342847 | |
| 21011764 | a month ago | | | 0 | 0.0011156448 | |
| 21003998 | a month ago | | | 0 | 0.0012699807 | |
| 20982964 | a month ago | | | 0 | 0.0018758761 |
ABI
ABI objects
Getter at block 21274828
babyDragonAddress() view returns (address)
0x9f278dc799bbc61ecb8e5fb8035cbfa29803623b
capPerSwap() view returns (uint256)
1000000000000000000
dragonForNextBuyAndBurn() view returns (uint256 forBuy)
1000000000000000000
incentiveFeeForRunningBuyAndBurnBabyDragonX() view returns (uint256 fee)
30000000000000000
interval() view returns (uint256)
43200
lastCallTs() view returns (uint256)
1732038671
owner() view returns (address)
0x3b30cc62f24183084779dfe4411506fb8b9a0f9d
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
slippage() view returns (uint256)
5
totalBabyDragonBought() view returns (uint256)
19940396341729812116866463105
totalDragonForBuy() view returns (uint256 balance)
19576875956740474171947684788
totalDragonUsedForBuys() view returns (uint256)
28954503891640000000000000000
Read-only
calculateMinimumBabyDragonAmount(uint256 amountIn) view returns (uint256)
getBabyDragonQuoteForDragon(uint256 baseAmount) view returns (uint256 quote)
State-modifying
Events acceptOwnership()
buyAndBurnBabyDragonX() returns (uint256 amountOut)
renounceOwnership()
setBabyDragonContractAddress(address babyDragonAddress_)
setBabyDragonPriceTwa(uint32 mins)
setBuyAndBurnInterval(uint256 secs)
setCapPerSwap(uint256 amount)
setSlippage(uint256 amount)
transferOwnership(address newOwner)
BabyDragonBoughtAndBurned(uint256 indexed dragon, uint256 indexed babyDragon, address indexed caller)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CooldownPeriodActive()
FailedInnerCall()
InvalidBabyDragonAddress()
InvalidCaller()
MathOverflowedMulDiv()
NoDragonToBuyBabyDragon()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
TradingNotEnabled()