The Legend of the Dog Warriors

Verified contract

Active on Ethereum with 139 txns
Deployed by via 0x7a628138 at 15658950
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Legend of the Dog Warriors"

0x917b4182cac5c2fce1f55d0eb284dd5097291e72dca5a1e5b266931af8580b13
0x9f5c073a5371c44f5666f9174ce5d2cd78443195eb7e2b2aed53cb0ca4a7582d
0x7622c46f375c4ffc92b1134356f337b8ec7f7c239f75047bbdc6072d68e034ba
0x43fa8827e68483a06c16b97a7957f37ba5002923dc644362a168af6b8b84ef0e
0x5349532fe9e91686c6bfeee68354882848491feb3e5c10259b9b297feadd123c
0x055a1fa80d7c3185956901aa5ae3eaa1f5fd38cd09763fef023d85934b148b69
0xbf650e20b2334d39d6e09281cd806fd37641bd614053d833a7fe5a74b8fc6d51
0xf1ea3ee748bbcd3fd440759fd450077c13ef8f89576127c83c547849939cf1ea
0x118082a9e01a3e1570c420b70da4db308edb701cb70e52e0f128022f41c93b50
0x23de801b6eecbc2a86299326f0ffbf691be6f1a2badaf8df958b85e332e45556

Functions
Getter at block 21019050
maxFreePerWallet(view returns (uint256)
6
maxPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
1000
mintEnabled(view returns (bool)
true
name(view returns (string)
The Legend of the Dog Warriors
owner(view returns (address)
0xabd25d961582ed5c648be0a5248bcd1e680e3404
price(view returns (uint256)
1000000000000000
symbol(view returns (string)
DW
totalFree(view returns (uint256)
900
totalSupply(view returns (uint256)
684
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)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
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(
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(