FRENLIES

Verified contract

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

No balances found for "FRENLIES"

0x1e7465e907470cf66b4d692d2a4e24015848d5abc30b1240e8a49b890cd8528b
0x544727390b53ec261a134755c3d637c2932f9c63614b6f053686a969dac0edcc
0x7beafaadeb2619433b0b17700ba84ee53ae5217c0af99c32f0f7c928f0ff2db2
0x8692bfa1c3371431f81ff0e978cf9f63a3df90ec5bd3ea982361ecd7ae9b24ed
0x4c2a48f2c156d498b89756afc11b735478a9889570d3d7324d1cf3f58b0cff6b
0x6cc0e62fa8c0e641fc4730527e4a22973201314536c44021a9a6216fba8927dc
0xcbda4cc3a78c09cc49164ee514fecb0d230169ba77517d2820ce6b8888c7a246
0x0cbf0101f76ad064103fdc4311835d823e5c09af03eb2504a19a4492fcea2506
0xced99d7b8353719b7eca00c7872399b3a24e71119bb3952a287f167ae560d6c8
0x24c0939bf99419e470c897a34894aaaf9b6b5b301f620cc3db88aacd40303e55

Functions
Getter at block 21161486
MAX_FREE(view returns (uint256)
5555
MAX_SUPPLY(view returns (uint256)
5555
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
freeMintCount(view returns (uint256)
5437
maxFreeMintPerWallet(view returns (uint256)
1
maxMintPerTx(view returns (uint256)
20
maxPublicMintPerWallet(view returns (uint256)
20
name(view returns (string)
FRENLIES
owner(view returns (address)
0x125686b33c2051c51582f93a144016b1246ad5ab
publicTokenPrice(view returns (uint256)
2000000000000000
saleStarted(view returns (bool)
true
symbol(view returns (string)
FRENS
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeMintClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
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[])
State-modifying
approve(address touint256 tokenIdpayable 
flipSaleStarted(
mint(uint256 _quantitypayable 
ownerMint(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setContractURI(string _URI
setMaxFreePerWallet(uint256 _newMaxFreePerWallet
setMaxFreeSupply(uint256 _newMaxFree
setMaxPublicMintPerWallet(uint256 _count
setPublicTokenPrice(uint256 _newPrice
setTotalMaxSupply(uint256 _newSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
withdrawFundsToAddress(address _addressuint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(