This contract is being backfilled. You may encounter incomplete storage history.

Oriental Dragonz

Verified contract

Active on Ethereum with 5,624 txns
Deployed by via 0x101f23d4 at 14905592
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Oriental Dragonz"

0x04133190899b0fcd0882d3974c27802929b8676fc1b63ee3eed371be9063ed71
0x4fd335f7bb4a2422da3cee2a808302d4ab4c395693a133565aa271fda9e08cd0
0x5b05a90d47e37a2f0e951d38b4e0070ac639c00a4237d57d15923e9b03422da2
0x5bb0f0ef4ea67bbd7c729d88988a3d19996b57e1d9d0e8af0a871e3d900fc863
0xc113ff531143ae9fc5852f79442deed8503fe08f805bb55c9bd315ede3449a7c
0x8f279edd06cb707afceccb8e497c3303bb4fada0adc411a08742c770f24ad587
0x79536415abe3e4f01022a9b22d24fa8ac08761b7d22cca2393936e9227fea98e
0xf460b60b86835724d1626cf624cd2c7309eb2bdc89fcae1f45f1d44f5f0e25a2
0x152ed1f817e1348c58520e8f25d1e85e29c759426a9d08862bf2005225113cfc
0x4cc5578cef1564716e5141d2c9295bd011c6d7d46b492799caedbc40d3d5311c

Functions
Getter at block 20796812
freeLimitPerWallet(view returns (uint8)
2
maxPerTransaction(view returns (uint8)
5
maxPerWallet(view returns (uint8)
5
name(view returns (string)
Oriental Dragonz
nftPrice(view returns (uint256)
7000000000000000
owner(view returns (address)
0x605872b4d4504a6b763de1c0cced4896db206dc1
reservedNFTsAmount(view returns (uint16)
150
symbol(view returns (string)
OD
totalNFTs(view returns (uint16)
5000
totalSupply(view returns (uint256)
9246
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
userMintCount(address minterview returns (uint32 userMinted)
State-modifying
approve(address touint256 tokenId
isStarted(bool status
mint(uint8 amountpayable 
renounceOwnership(
reserveNFT(address touint16 amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setNFTPrice(uint256 price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(