WizardOfDarkness

Verified contract

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

No balances found for "WizardOfDarkness"

0x6b44a3dfd0795730dd5e41e36399c4fcf5a7a687e473432959e49555bbb03717
0xe495a4949a22326644ca52422a533da098a47d4d71a7cd6bb19a389c1bb133d9
0xdc87ff895420d1377118261800850babb3860e0af5da182a23d68d39f7aa27ef
0x2efe2fb527e50402482df418af93b0dc0917c013ef47c134c9baabaf717b5a38
0xd3be2a195c77cf4ecf125e58e80688a3826dfa3b5e5d37130836d875718b501d
0xafba69ddb0d661b8d0bc4a47b4f6138064fad7cc33230ad2618f5758d2975940
0x64033321fd157c3b385dbb1a24de0593b444e4b90fa56a5528d31d27331ae002
0xe0e1e87a092b401aa764ff780c799b5b8361c6b606cd91fa00c60c1bd18ec1d9
0x329398586ee85344a3ce4d8e7d7e133fe018bf94f0b7287ed59d105a583abaed
0x3e0b58fcea273de9eaa3bf3ce1cb5f0aff29143ad19bba9d42595362721d24b7

Functions
Getter at block 21065000
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_FREE_SUPPLY(view returns (uint256)
444
MAX_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
444
PRICE(view returns (uint256)
5000000000000000
baseTokenURI(view returns (string)
https://bafybeiehn4ikrwxkth6ky2gwbegmg2pt7egn6wc7grodaul577chl6fpve.ipfs.nftstorage.link/metadata
initialize(view returns (bool)
true
maxFreePerTx(view returns (uint256)
1
name(view returns (string)
WizardOfDarkness
owner(view returns (address)
0x3d79e790fbb8fee87bfff146d3b04a0f7a464ba9
revealed(view returns (bool)
true
symbol(view returns (string)
WOD
totalSupply(view returns (uint256)
444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
qtyFreeMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
renounceOwnership(
reveal(bool _revealed
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setInitialize(bool _initialize
setLimitFreeMintPerWallet(uint256 _limit
setMaxFreeAmount(uint256 _amount
setMaxLimitPerTransaction(uint256 _limit
setPrice(uint256 _price
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
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(