DefiFrens

Verified contract

Active on Ethereum with 1,660 txns
Deployed by via 0xb312edc2 at 14963752
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "DefiFrens"

0x066591389f491bbafdd0afc0e945af2b2ed4ef83a71eee0777d7b1cae689d2bb
0xa6fbcd1c9fdca3a2f8d1a99dfe33115ee232a4b28464655a32b33b7e00535039
0x25e02840791b2a1002d97f0c39b78027db0ad6e2e784b2cbdb2370e8555079d5
0x2938aee12e98046cf386abe3ca4c64ac69921cdc3e638b096b0f1a3e00d602c6
0x0d530797d71adbd1817fb928409b12aa11fed437e380b70539d45cdfe2a4ad0c
0x422b067d7f3d18735d4328e12939bb0c116c7945152b6e13cab0b07db1f63df0
0xb600cbc052c9523aac7d96536f18da939f4d3fdb8c12322fd4c1c44548b72c92
0x01df276c8acf2b80a9984edd7cacbd5c621245642d01fa7fcbfe9f28deeb3c4f
0x97c10445c6fe650e38689eb1795cd5b5586a6926c4c5bc1bc8c1443c9263d608
0x45de5a779bd8fccda64fe3d1ee4c0bd050aed5b28665388a30f2ff0755e96c5b

Functions
Getter at block 20841077
hiddenMetadataUri(view returns (string)
https://ipfs.io/ipfs/QmVHMQXDZq8iEVVRj2GPYtkNDQrThbdBoN2io5u5Z1x4bc/hidden.json
maxPublicMintAmountPerTx(view returns (uint256)
3
maxSupply(view returns (uint256)
5555
maxWhitelist1MintAmountPerWallet(view returns (uint256)
1
maxWhitelist2MintAmountPerWallet(view returns (uint256)
2
merkleRoot1(view returns (bytes32)
0xedf125b2afea7f8c0b7bc0bdfa5651fb92ac49bb6852c8104d231efde4df3703
merkleRoot2(view returns (bytes32)
0xee0b7093ec0e877542a11f103309af1d4a21e258dd62c927eee3d1cd6a21c24e
name(view returns (string)
DefiFrens
owner(view returns (address)
0x20bebe90b1c72aa7a00048c1c226b91dfb0fe39b
paused(view returns (bool)
true
publicMintCost(view returns (uint256)
77000000000000000
revealed(view returns (bool)
false
symbol(view returns (string)
DF
totalSupply(view returns (uint256)
1004
uriPrefix(view returns (string)
https://ipfs.io/ipfs/QmTrJJ87JxGg9aw3VQQF5bC84MEBL1AcYqS6B3DdaG3EF7/
uriSuffix(view returns (string)
.json
whitelist1MintCost(view returns (uint256)
69000000000000000
whitelist1MintEnabled(view returns (bool)
false
whitelist2MintCost(view returns (uint256)
69000000000000000
whitelist2MintEnabled(view returns (bool)
false
Read-only
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)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxPublicMintAmountPerTx(uint256 _maxPublicMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setMaxWhitelist1MintAmountPerWallet(uint256 _maxWhitelist1MintAmountPerWallet
setMaxWhitelist2MintAmountPerWallet(uint256 _maxWhitelist2MintAmountPerWallet
setMerkleRoot1(bytes32 _merkleRoot
setMerkleRoot2(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelist1Cost(uint256 _cost
setWhitelist1MintEnabled(bool _state
setWhitelist2Cost(uint256 _cost
setWhitelist2MintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint1(uint256 _mintAmountbytes32[] _merkleProofpayable 
whitelistMint2(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 _tokenSymbolstring _hiddenMetadataUri
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(