Shady WIzards
Verified contract
Active on
Ethereum with 155 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 "Shady WIzards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16946359 | 2 years ago | | | 0 | 0.0016194907 | |
| 16430868 | 2 years ago | | | 0 | 0.0014228862 | |
| 16430169 | 2 years ago | | | 0 | 0.00069512817 | |
| 16424745 | 2 years ago | | | 0 | 0.0015295459 | |
| 16424736 | 2 years ago | | | 0 | 0.0013614645 | |
| 16424293 | 2 years ago | | | 0 | 0.00088421940 | |
| 16424028 | 2 years ago | | | 0 | 0.0034317267 | |
| 16424016 | 2 years ago | | | 0 | 0.0017667115 | |
| 16423949 | 2 years ago | | | 0.009 | 0.0018187265 | |
| 16423855 | 2 years ago | | | 0.009 | 0.0015562804 |
ABI
ABI objects
Getter at block 21190799
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
1000000000000000
freeMint() view returns (uint256)
1
maxMints() view returns (uint256)
10
name() view returns (string)
Shady WIzards
owner() view returns (address)
0x25bf76d91ce279658e64943e3ec22d400dcc1101
paused() view returns (bool)
false
prerevealUri() view returns (string)
ipfs://bafkreibwuxsmymhs7p7e4df3btmr3sf7vdw6e3ads2ns4azcee4aghvxb4
revealed() view returns (bool)
false
supply() view returns (uint256)
5000
symbol() view returns (string)
SHADYWIZARDS
totalSupply() view returns (uint256)
726
txnLimit() view returns (uint256)
10
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setPaused(bool _state)
setPrerevealUri(string _prerevealUri)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxMints(uint256 _maxMints)
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 _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()