This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793297, which is 12 minutes old. We're running behind the tip but working to resolve the issue.

Blur Apartments

Verified contract

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

No balances found for "Blur Apartments"

0x22976c595b8d0bdea5902e6de24bbb4b106bf0bf4276fcfd789f10a30c57bbca
0xf36658caf46380dcc8a8eb1a42363bff729ec73ab866c572f254265594b5f793
0x2e8d68c0f76c40780904b3257902d7232d17d50a02d0b1d6cdb5099200a3d9fd
0xad6ec1134483a02f4d2a2bd9b5777a12afb2385caed76af9236385314eee6577
0x53f9790cc0aeb62e33680108fa781db9d347ce6bb2d61f26b984a8bcd59bed62
0x73715e6eb447f2bcfd3ae2303f2927e57b26911d2fec654d43746c9982d21c8f
0x5da579a4a0de9e149e8a66926dae5bc114f001882f90b68e8f1d781effb5c72e
0xfc7d34fb1cb8ab4d0229320a1b19934824169a2e758edd2c10acbb1f7a214b93
0xcf55a02860ff6558ad79d117a09ae6fc6ea7794e4060dad131c333b7cfe19aa9
0x89705606d29affd789eedff0e78eda676ab5eea7900f1e996391b730410e80cb

Functions
Getter at block 20793296
MAX_PER(view returns (string)
1
MAX_SUPPLY(view returns (string)
500
cost(view returns (uint256)
2500000000000000
hiddenMetadataUri(view returns (string)
Instant reveal.
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
500
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Blur Apartments
owner(view returns (address)
0x08d3ffb8adf4a963055245c05a4e1756cc3a06e0
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
APTS
totalSupply(view returns (uint256)
361
uriPrefix(view returns (string)
ipfs://QmQnbCw7MCfnP5sa7PkJnCrRTqC76L4LWkpptkUzhAs81L/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
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)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
Mint(uint256 _mintAmountpayable 
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
teammint(uint256 _mintAmountaddress _receiver
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(