PhasesNFT
Verified contract
Active on
Ethereum with 4,584 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 "PhasesNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20634529 | 3 months ago | | | 0 | 0.00010622760 | |
| 20520253 | 4 months ago | | | 0 | 0.000089377713 | |
| 20520251 | 4 months ago | | | 0 | 0.000095620169 | |
| 20182818 | 5 months ago | | | 0 | 0.00020118178 | |
| 20153973 | 5 months ago | | | 0 | 0.000054391561 | |
| 19781990 | 7 months ago | | | 0 | 0.00015845503 | |
| 19768889 | 7 months ago | | | 0 | 0.00046058712 | |
| 19023490 | 10 months ago | | | 0 | 0.00068432751 | |
| 19023476 | 10 months ago | | | 0 | 0.00080196983 | |
| 19023468 | 10 months ago | | | 0 | 0.00070282722 |
ABI
ABI objects
Getter at block 21304465
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMintedBalance(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipMintState()
flipPublic()
publicMint()
reduceSupply(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _inputURI)
setWhitelistMerkleRoot(bytes32 _root)
teamMint(uint256 _quantity, address _to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds(address _to, uint256 _amount)
wlMint(uint256 _quantity, bytes32[] proof)
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(string _inputURI, bytes32 _provenance, bytes32 _wlRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintedOut()
OwnerQueryForNonexistentToken()
SupplyCap()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WLCap()