0xDragons
Verified contract
Active on
Ethereum with 1,937 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a81…e174
0xd84a…bd93
0x468f…fd97
0xd495…9f10
0xc0c7…8a60
0x3d7a…2a6c
0x7a79…02f2
5 additional
variables
Balances ($0.00)
No balances found for "0xDragons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17540596 | a year ago | | | 0 | 0.00030967359 | |
| 17080268 | 2 years ago | | | 0 | 0.0034934846 | |
| 16829964 | 2 years ago | | | 0 | 0.0011402277 | |
| 16642626 | 2 years ago | | | 0 | 0.0025411754 | |
| 16295259 | 2 years ago | | | 0 | 0.0030603019 | |
| 16295258 | 2 years ago | | | 0 | 0.0031182654 | |
| 16295250 | 2 years ago | | | 0 | 0.0029230475 | |
| 16267922 | 2 years ago | | | 0 | 0.00055415942 | |
| 16205916 | 2 years ago | | | 0 | 0.0047823568 | |
| 16180194 | 2 years ago | | | 0 | 0.0079039732 |
ABI
ABI objects
Getter at block 21208369 checkPause() view returns (bool)
_paused() view returns (bool)
false
baseExtension() view returns (string)
.json
baseURI_() view returns (string)
ipfs://QmbnJxWAAQSAk8juVcEhpjBzLZYZo16wP86K9M5Lo22UKj/
checkancientnftaddress() view returns (address)
0xd84ae58e586e648b26393a9e7590b385112ebd93
checkbabynftaddress() view returns (address)
0x468fc27270ede46af828b746a2d9823de47ffd97
checkerc20address() view returns (address)
0x1a81b75dbc1f2bd6e8460c217b58182ef934e174
checkrewardbal() view returns (uint256)
0
checkrewardforancientbal() view returns (uint256)
0
checkrewardforbabybal() view returns (uint256)
0
cost() view returns (uint256)
5000000000000000000
maxMintAmount() view returns (uint256)
5
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)
3078
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()
itemOne(uint256 _passedPrice)
migrate()
migrate2(uint256[] main, uint256[] ancient, uint256[] baby)
mint(address _to, uint256 _mintAmount) payable
ownerMint(address _to, uint256 _mintAmount)
pause()
pausebreedandburn()
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)
setcurrentmintedamount(uint256 totalmintedamount)
setcurrentmintnumberforancient(uint256 amount)
setcurrentmintnumberforbabynft(uint256 amount)
setmaxMintAmount(uint256 _newmaxMintAmount)
setmaxsupplyforbabynft(uint256 amount)
setpreviouscontaddress(address erc20add, address mainnftadd, address ancientadd, address babyadd)
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.