DragonX Hybrid

Verified contract

Active on Ethereum with 361 txns
Deployed by via 0x945a8de8 at 19207180
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $4,119,105.07
0x176ed71d845ea3797665ce157291981edd6412bd7804fe6cc8b79ea1757933f1
0x36449e7b1c7dcd33fd26cd6c1aed3c2dda9b6a4f69098654c539ef15e4a0cd16
0x552b9a39d3c822ce9e18ee0888748eb2ea8e03a4f7dcd72ddba293234491ec7e
0xb2286203c73069087bdc3a8e214e0b56bb42c11459a0f450037574564547afcd
0x4d4f7129c660a292cd44e70f4b976e76ce7eee73b2d7b3c9f111a560e621bd90
0xedfc5f524b7406bae0c6039c92dcfcc85b282b0009cd729f1a81c8d36a00b76b
0xb38c7c745c6e1ae071a5787091b49122ce96fde70e3b53fd899921135414abd7
0xd63d20391d83efe7abb2f4551682282510ca24c057afb281cd01e89f8ecae880
0x7c78141a10c41d657f1650c4aeebaeaa0e002af7153c3635e78dca9a71f67caf
0xc16b34c76835e779d38272f636b8f2dd13b6452296be69cf4cdd7061f7e38208

Functions
Getter at block 20886804
name(view returns (string)
DragonX Hybrid
owner(view returns (address)
0x25c9e69177655fda916d849b1d7c11be32d2458b
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
DRAGONXHYBRID
totalBurnFee(view returns (uint256)
55334400000000000000000000
totalMintFee(view returns (uint256)
354532800000000000000000000
totalSupply(view returns (uint256)
194
vault(view returns (uint256)
297838400000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
balanceOfDragon(address owneruint8 dragonTypeview returns (uint256 balanceOf)
dragonsOfOwner(address ownerview returns (struct DragonHybridDragonOwnerInfo ownerInfo)
getApproved(uint256 tokenIdview returns (address)
getDragonDetails(uint8 dragonTypepure returns (uint256 mintFeeuint256 burnFeeuint256 lockAmount)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenIdToDragonType(uint256 tokenIdview returns (uint8 dragonType)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
totalSupplyPerDragon(uint8 dragonTypeview returns (uint256 totalSupply)
State-modifying
acceptOwnership(
approve(address touint256 tokenId
burn(uint256 tokenId
mint(uint8 dragonTypereturns (uint256 newTokenId)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseTokenURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Burned(address indexed owneruint256 indexed tokenIduint8 dragonTypeuint256 releasedAmountuint256 fee
Minted(address indexed owneruint256 indexed tokenIduint8 dragonTypeuint256 lockupAmountuint256 fee
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseTokenURIaddress burnProxy
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token