Disco Frens

Verified contract

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

No balances found for "Disco Frens"

0x1c40ad105ea779b78f581b22f088e36bc7a40857a705dfcd8bceb9845f1fe9f1
0x67b8a01dcb86864f799788c65660fd1ad608fb8d419177e84a1567f3935a5db6
0x7ac6eb9f3fe5d9d286adc153d57fd1b8fc5e106e2a4000d1061b32a15e26b82b
0x7e3c379a89b0e6257558ef2d135c59559516e954c8668442809cae4c6c08bdeb
0x4d9448ba3d8397baba288226aef0554eb9bc675230eebd024d3302f3a671f3c2
0x2ae1b57a2b72b5e6344660ec515ad823f0942905f413788d3048a7972ebb4083
0x734a2d746ec2c7b8fc935649d686539e94c25c25d404c32caef59ffde6ba4e0a
0x2866372b31d4c759a7aca5b2f3bfa8b53aa570c995373d832bf1d73eb2fc0ef6
0x94cb19d8d9de1dbe6e396e820c22a2df181b18875fccc3a577d4d9c3ba2913ab
0xfd93c89731d5151837e570ad3e821900fb1c726df276ddcf07bcc8917384594b

Functions
Getter at block 21289632
_baseTokenURI(view returns (string)
ipfs://QmNPHBb3qBKB866aGZh7JAaT6uu9rdPdv4Gq1TG5b9zxZP/
_price(view returns (uint256)
10000000000000000
_uriSuffix(view returns (string)
.json
freeMints(view returns (uint256)
1600
isSaleActive(view returns (bool)
true
maxFreeMintsPerWallet(view returns (uint256)
10
maxPurchase(view returns (uint256)
10
maxSupply(view returns (uint256)
2000
name(view returns (string)
Disco Frens
owner(view returns (address)
0x5ca38567fb0974ecdb7745334658c9338020cd2c
reservedAssets(view returns (uint256)
0
symbol(view returns (string)
DSCOFRNS
totalSupply(view returns (uint256)
2000
Read-only
assetOfOwner(address _ownerview returns (uint256[])
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSaleState(
mintNFT(uint256 numAssetspayable 
mintNFTS(address _touint256 _amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPrice(uint256 newPrice
setProxyRegistryAddress(address proxyAddress
setUriSuffix(string uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
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 baseURIaddress _proxyRegistryAddress
Fallback and receive

This contract contains no fallback and receive objects.

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