BSANYC

Verified contract

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

No balances found for "BSANYC"

0xbd8a97c4fbd0d732abdee64797ef8c8293134c6356e00922acf5290851eedb9c
0x45cd60ec4a3abbbdd344dca89c8f3b41a98da8b650919de42f585aebf5fdd70d
0xb53a45b6b3e9099826bc558bb914463728383bfdec5044def148484300a58165
0x455a2851f39bf8b6516d2be0fe99110f69d66a970ed2e63b828272863f813967
0x469fdde4ae853e44f0812963cb9e4d8c683f72fb7a8a54dc997c94e43e25d700
0xf8959ece5f454ac766d49227e5b409c8bcf88705b8ef919efc0b2d4bcecf229a
0x20a6d517cd37e2a2cba85144ec89b77ae255e3a350c94a5b229516f58675db1d
0x5a6c6a4bd913ac9dacd9af9609d9580a4f4f88e2e0ff83f5d6bc2ffaf746f84a
From
0xaeab4cb15d62dc165debf1762f8eeb0f8e4e41a925098edc21014084db664076
0x59cc3d6df445582805b66181c485371ca60c104772692bbd114ad8d2bf438f4a

Functions
Getter at block 20909580
amountForDevs(view returns (uint256)
500
collectionSize(view returns (uint256)
6767
isPrivateSaleOn(view returns (bool)
false
isPublicSaleOn(view returns (bool)
false
maxPerAddressDuringMint(view returns (uint256)
11
merkleRoot(view returns (bytes32)
0x91bcf787f095594231ab4394579c766e441ffa062e32256f6bf681e48b666db3
name(view returns (string)
BSANYC
owner(view returns (address)
0xb2a63ac72bb5f6e278d93586be1bc9c77cd06082
saleConfig(view returns (uint32 publicSaleStartTimeuint64 publicPriceWeiuint32 privateSaleStartTimeuint64 privatePriceWei)
(publicSaleStartTime=4088905200, publicPriceWei=5000000000000000, privateSaleStartTime=4088905200, privatePriceWei=0)
symbol(view returns (string)
bsanyc
totalSupply(view returns (uint256)
4188
whitelistMintSig(view returns (uint256)
1
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address minterview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
addAltar(address a
approve(address touint256 tokenId
burnFromAltar(uint256 tokenId
devMint(uint256 quantity
mint(uint256 quantitypayable 
removeAltar(address a
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
setupCollectionInit(uint256 newMaxPerAddressDuringMintuint256 newCollectionSizeuint256 newAmountForDevs
setupSaleInfo(uint64 publicPriceWeiuint32 publicSaleStartTimeuint64 privatePriceWeiuint32 privateSaleStartTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 quantitybytes32[] _merkleProofpayable 
withdrawMoney(
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(uint256 maxBatchSize_uint256 collectionSize_uint256 amountForDevs_
Fallback and receive

This contract contains no fallback and receive objects.

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