Oriental Dragonz
Verified contract
Active on
Ethereum with 5,624 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Oriental Dragonz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19623737 | 8 months ago | | | 0 | 0.0012350277 | |
| 16978005 | 2 years ago | | | 0 | 0.0024031081 | |
| 16862773 | 2 years ago | | | 0 | 0.00095979350 | |
| 16862283 | 2 years ago | | | 0 | 0.00076343771 | |
| 16847444 | 2 years ago | | | 0 | 0.0013509588 | |
| 16792570 | 2 years ago | | | 0 | 0.0019176865 | |
| 16587174 | 2 years ago | | | 0 | 0.00093192432 | |
| 16523391 | 2 years ago | | | 0 | 0.00074927914 | |
| 16488367 | 2 years ago | | | 0 | 0.00079664553 | |
| 16374344 | 2 years ago | | | 0 | 0.00077340922 |
ABI
ABI objects
Getter at block 21286647
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 owner) 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)
tokenURI(uint256 tokenId) view returns (string)
userMintCount(address minter) view returns (uint32 userMinted)
State-modifying
Events approve(address to, uint256 tokenId)
isStarted(bool status)
mint(uint8 amount) payable
renounceOwnership()
reserveNFT(address to, uint16 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setNFTPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()