Frenz

Unverified contract

Proxy

Active on Ethereum with 573 txns
Deployed by via 0x23a910fc at 15360445
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
15 additional variables
Native
Value $13.88
0x684bf44937beaa1b233f1d283c324919ffeb9bb95d0324fdcb7e2290673b1808
0x1265c0c5189afdb6404df4c1613887ce504aa9e53e49e38c6f8e998e5e1a7944
0xf74e58eaa84cbfc569a5951bdc5b7f37c7f22a16c5abe36de8934489b8c8b40f
0x78367186c7681930f7b3d4db5737198fc9e3e7ec562fe76322f4ad884df8eb30
0x9e95f87d58a9d884b786b626288d4dd35d37473523fb79e69980c0928a16c786
0xa99785e18b78055ffa21b44174f5c78f16b436f6296f50dedca7977d9f478738
0x95ae8ffaf32b34c13fc74c2ed56eeeca3336598adfafedacd618e1cbe3166da7
0xaffbaa89ba65dfd4a0170f028102302ab24b12586b2e3086860903007dc49337
0x2e2dff415b628444fec1ba6da58d9e4cdce43d4faaba79126e9e00cb963a49e3
0x8500ad33fefbb1025239a5e1b4dd56b90d3500312006eaca940cbe940b0c3f78

Functions
Getter at block 20885862
cost(view returns (uint256)
1000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x4fD08a5EC7F49CfeC73E6409Af923Ce774C7Bce0], [49, 951])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
333
maxPerWallet(view returns (uint32)
333
name(view returns (string)
Frenz
open(view returns (bool)
true
owner(view returns (address)
0x4fd08a5ec7f49cfec73e6409af923ce774c7bce0
pauseMintAt(view returns (uint256)
0
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
false
supply(view returns (uint256)
959
symbol(view returns (string)
abc
totalSupply(view returns (uint256)
1000
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
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

This contract contains no constructor objects.

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(