WizardsOfTheTowerShade
Verified contract
Active on
Ethereum with 14,954 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WTS | ERC-721 | 1 | -- | -- | |
WTS | ERC-721 | 1 | -- | -- | |
WTS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106141 | 7 days ago | | | 0 | 0.00010640968 | |
| 21105833 | 7 days ago | | | 0 | 0.000074634819 | |
| 21105826 | 7 days ago | | | 0 | 0.000095228832 | |
| 21103828 | 8 days ago | | | 0 | 0.000062745800 | |
| 21101950 | 8 days ago | | | 0 | 0.00016410440 | |
| 21101398 | 8 days ago | | | 0 | 0.00029683590 | |
| 21101193 | 8 days ago | | | 0 | 0.00051795157 | |
| 21096057 | 9 days ago | | | 0 | 0.00013899167 | |
| 21088098 | 10 days ago | | | 0 | 0.00021237040 | |
| 21050120 | 15 days ago | | | 0 | 0.00014666896 |
ABI
ABI objects
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 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)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _count) payable
mintFree(uint256 _count)
releaseReserve()
renounceOwnership()
reserveTokens(address owner, uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setCost(uint256 _cost)
setMintActive(bool _mintActive)
setMintLimit(uint256 _mintLimit)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()