Baby DragonX
Verified contract
Active on
Ethereum with 1,140 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#685259) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246980 | an hour ago | | | 0 | 0.00064812014 | |
| 21246006 | 4 hours ago | | | 0 | 0.0010084053 | |
| 21244482 | 10 hours ago | | | 0 | 0.00036714265 | |
| 21243176 | 14 hours ago | | | 0 | 0.00026318990 | |
| 21242948 | 15 hours ago | | | 0 | 0.00041868548 | |
| 21241375 | 20 hours ago | | | 0 | 0.00041552309 | |
| 21237796 | a day ago | | | 0 | 0.0010154341 | |
| 21235677 | 2 days ago | | | 0 | 0.00041206365 | |
| 21232474 | 2 days ago | | | 0 | 0.00043849047 | |
| 21231287 | 2 days ago | | | 0 | 0.0026044165 |
ABI
ABI objects
Getter at block 21247319 getMintRatio() view returns (uint256 ratio)
babyDragonBuyAndBurnAddress() view returns (address)
0x836cad9ea4e47c6a8969c2f48f908b32864a6617
decimals() view returns (uint8)
18
initialized() view returns (uint8)
1
lpTokenInfo() view returns (uint80 tokenId, uint128 liquidity, int24 tickLower, int24 tickUpper)
(tokenId=685259, liquidity=29904088365895996239127011232, tickLower=-887200, tickUpper=887200)
mintPhaseBegin() view returns (uint256)
1709164800
mintPhaseEnd() view returns (uint256)
1710374400
mintingFinalized() view returns (uint8)
1
name() view returns (string)
Baby DragonX
owner() view returns (address)
0xd84991c62ab2bbc8a4cb071a6a93b9ec97acc47e
pendingOwner() view returns (address)
0x3b30cc62f24183084779dfe4411506fb8b9a0f9d
poolAddress() view returns (address)
0x142f44d41b08d4c47c48fe15098f066e146feaf9
symbol() view returns (string)
BDX
totalBabyDragonBurned() view returns (uint256)
27085090967879104502071727524
totalDragonSentToBabyDragonBuyAndBurn() view returns (uint256)
32381912169152710350630730479
totalSupply() view returns (uint256)
107813845042467384335428272476
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pools(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
collectFees()
finalizeMint()
initialize(uint256 initialLiquidityAmount)
mint(uint256 titanAmount)
renounceOwnership()
setBabyDragonBuyAndBurnAddress(address babyDragonBuyAndBurnAddress_)
setPool(address poolAddress_, bool isPool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
CollectedFees(uint256 indexed dragon, uint256 indexed babyDragon, address indexed caller)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address babyDragonBuyAndBurnAddress_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)