0xDragons
Verified contract
Active on
Ethereum with 873 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd495…9f10
0x3d7a…2a6c
0x7a79…02f2
Balances ($72.27)
Native
Value
$72.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $2,409.13 |
$72.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20610112 | 2 months ago | | | 0 | 0.000020761694 | |
| 16829964 | 2 years ago | | | 0 | 0.0011402031 | |
| 15801820 | 2 years ago | | | 0 | 0.00079079393 | |
| 15657488 | 2 years ago | | | 0 | 0.00032260425 | |
| 15657482 | 2 years ago | | | 0 | 0.00072168234 | |
| 15491729 | 2 years ago | | | 0 | 0.00074774429 | |
| 15491727 | 2 years ago | | | 0 | 0.0014598421 | |
| 15435393 | 2 years ago | | | 0 | 0.0012531370 | |
| 15435386 | 2 years ago | | | 0 | 0.0067603944 | |
| 15322052 | 2 years ago | | | 0 | 0.0015340500 |
ABI
ABI objects
Getter at block 21124416 checkPause() view returns (bool)
baseExtension() view returns (string)
.json
baseURI_() view returns (string)
ipfs://QmZkN9YuR1rrK1YXh1qxJxEotzrZbAfEYwzCHYz2Ln5Ear/
checkancientnftaddress() view returns (address)
0x3d7a67a45d1c0e7a4c45eacac24ee41b73492a6c
checkbabynftaddress() view returns (address)
0x7a7983463fc91a062aafb143cd7d64695e7e02f2
checkerc20address() view returns (address)
0xd495b938e3d6e2cf443742b962c59eb1bee59f10
checkrewardbal() view returns (uint256)
0
checkrewardforancientbal() view returns (uint256)
0
checkrewardforbabybal() view returns (uint256)
0
cost() view returns (uint256)
30000000000000000
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
3333
name() view returns (string)
0xDragons
owner() view returns (address)
0xb6d2ac64bdc24f76417b95b410acf47ce31add07
paused() view returns (bool)
false
symbol() view returns (string)
OXD
totalSupply() view returns (uint256)
904
Read-only
balanceOf(address owner) view returns (uint256)
checkdragonnotbreeded(address add) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletofNFT(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
breed(uint256 id1, uint256 id2)
burn(uint256 id1, uint256 id2, uint256 id3)
claim()
claimreward()
mint(address _to, uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setbaseuriforancientnft(string _newBaseURI)
setbaseuriforbabynft(string _newBaseURI)
setmaxMintAmount(uint256 _newmaxMintAmount)
setmaxsupplyforbabynft(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string ERC20name_, string ERC20symbol_, uint256 ERC20amount, address ERC20owneraddress, string ancientnftname_, string ancientnftsymbol_, string babynftname_, string babynftsymbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.