PhasesNFT

Verified contract

Active on Ethereum with 4,584 txns
Deployed by via 0xd0fe97bb at 15188514
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PhasesNFT"

0x0218b2351027984584650a8579e473a136db84a3757ac619a80b093e02d2fa2f
0xd26c1beb33249937e4cf48c2371eeefdc9dbeb58427a5cb769b767aec966e08b
0x48b69e8bf5c385d0a34686ed96c8ef45c82a6219e548e92033c63597359efbc1
0xe3f21b81e3bd7dd12dc3a0efca0e0c2d86c560514dd7ce8992b690213fcb69b5
0x764ecbade48e446a2b91854ff1b88bb7045b63d092c2a031db792b20390219ee
0x1cbcacfc69cd7c35213c7ad3c2c9a7fb4e056cc3ab46f0117fe49bd79ed13fec
0xd5a9a10dfbb6323b84cb05f1d455aa4a64c116a1761e792d1aa7f8c3bfa8555e
0xe5725f54986e47048b1373534ca21e294ce27c93e13c1a255a1ab62a8a7ff74e
0x52460ae39cab6d9ff235812a3b9adec93a60c9892c39e2feaef0c642e8a8a051
0x447f486948420a96cbe2696d9226957ca29b56c1f79aa3b69f6082ea89a014d6

Functions
Getter at block 21022322
maxPublic(view returns (uint256)
1
maxSupply(view returns (uint256)
2222
maxWL(view returns (uint256)
2
mintActive(view returns (bool)
true
name(view returns (string)
PhasesNFT
owner(view returns (address)
0x27e4d5cd30cc40bf54dd73fc53bef6aaa78034d3
provenance(view returns (bytes32)
0x57f6d572ff482445b69a63ce480321a899e3450467eae0f5bfa887d1157f1b06
publicActive(view returns (bool)
true
symbol(view returns (string)
PHASE
totalSupply(view returns (uint256)
2222
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintedBalance(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
flipMintState(
flipPublic(
publicMint(
reduceSupply(uint256 _amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _inputURI
setWhitelistMerkleRoot(bytes32 _root
teamMint(uint256 _quantityaddress _to
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(address _touint256 _amount
wlMint(uint256 _quantitybytes32[] proof
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(string _inputURIbytes32 _provenancebytes32 _wlRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MintedOut(
OwnerQueryForNonexistentToken(
SupplyCap(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WLCap(