WizardsOfTheTowerShade

Verified contract

Active on Ethereum with 14,954 txns
Deployed by via 0x4657087e at 15773548
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#1527)
ERC-721
--
 (#1526)
ERC-721
--
 (#1521)
ERC-721
--
0x51de777dd0732e0716f8bc61b2e486f693ec33fa58de4531e7066cf890f3857f
0x70eceef75bb55c39420aa02d0711ee194fcd43969589bd4b67315d4a00d2daca
0x64a3ff8caf5241a50988b6fc340f65d18a985e656ff9fec9c53b7630a9618f9a
0x48711426be1d3989ffc377b347d5290a86a56081308d099f7d6782cd0059239f
0xf4b28bbf989e0bae52e3e6957f6bba09ae9963a60f342f040208178f21121d7d
0x96584c91859a2c905f8f0a38b1dab26f470f9633bacd7dab41d63fc1f2f74328
0x2a539bf08511dd5c6c1af629d9d2b27949e976ea4fdc9dc7ca10efb6e1f19796
0x498a6a3468efe05c092a7ae800007fd041927e52556e29f6102a439736b4f1ce
0x780e4d2a7e66db633c4a32f239c0b6e908a7d199b6895ea01e8ea4d0f0eb0d9b
0x4744ffc97fc0b4315dd48a491a566dbca9f227a4b4ef8045a88be4e10e89cd57

Functions
Getter at block 21157752
baseURI(view returns (string)
ipfs://QmT54z5AWmYhfUXyfMgyZdgEmzXFRZMVCTC4wPtDboiDsw/
cost(view returns (uint256)
5000000000000000
mintActive(view returns (bool)
true
mintLimit(view returns (uint256)
10
name(view returns (string)
WizardsOfTheTowerShade
owner(view returns (address)
0x7aa7e58eff6117c5c66acd7a33047fd876204c34
supply(view returns (uint256)
10000
symbol(view returns (string)
WTS
totalSupply(view returns (uint256)
10000
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 tokenIdpayable 
mint(uint256 _countpayable 
mintFree(uint256 _count
releaseReserve(
renounceOwnership(
reserveTokens(address owneruint256 _count
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setCost(uint256 _cost
setMintActive(bool _mintActive
setMintLimit(uint256 _mintLimit
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(