Cosmic Wizards

Verified contract

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

No balances found for "Cosmic Wizards"

0xaa750c79a1e1d8a755f8308d2d44ce88409a741d1f828121378ac1a144764a54
0x935b24ad25b17c67a72f6ab60902db5ef7df49e51ffabff04dd3f919599a61b2
0xaea839e99b9e95f2910d8bc39c9130228823fc79b6ea8084cd7e103ccac53235
0x048344765f58f5cbe4abc4f3b912890f6b7bf356d161ead1815cdd4e350c7f2c
0x843cc1c6a1e28452fae550651bc6cbbadbdcb10e910286a755e89f1440a56cce
0x3310cbccaead7fa70bc2ade3c08525295fd14c4c5562637d511809665933367b
From
0x7b417a4597be7007093d2c957f8e4dc11728a7582d7039d68a491876f5c88493
From
0x8b0efff2eb7cfe177d5da81d2139415387c5ea3627cb2a0afe578926568a6553
From
0xa66cc13a05c527ccc77da6b51d41ef7158e5afce12bf47da7bf359bf5e883540
0x1f28f8c1a60751419bdb8df4712d21e5ccd2a151020047d06a44dadfdc865307
From

Functions
Getter at block 21018727
FREE_MAX_SUPPLY(view returns (uint256)
1000
MAX_PER_TX(view returns (uint256)
20
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
2222
baseExtension(view returns (string)
baseURI(view returns (string)
https://ipfs.cosmicuniverse.one/ipfs/QmSV214UuMPcgdXrLumpJdGSHaY5LVSubqTt1u1ikDHV8B/
contractURI(view returns (string)
https://ipfs.cosmicuniverse.one/ipfs/QmSV214UuMPcgdXrLumpJdGSHaY5LVSubqTt1u1ikDHV8B/
name(view returns (string)
Cosmic Wizards
owner(view returns (address)
0xfa3ef675098f7ba9b16242ff7f05afd9cdebed3a
paused(view returns (bool)
false
price(view returns (uint256)
2000000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
Wizards
totalSupply(view returns (uint256)
707
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
collect(
configFREE_MAX_SUPPLY(uint256 newFreesupply
configMAX_SUPPLY(uint256 newSupply
configPrice(uint256 newPrice
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
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(