Face ID

Verified contract

Proxy

Active on Ethereum with 286 txns
Deployed by via 0x854793bf at 18743068
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "Face ID"

0xd11f2afd935fd393a82b54d29c785ffbe0ca3e6a86e3128449250038572605a3
0x54e71c47a1775f1e209d31127900c31bb4e9a2864a736f21f084f79db73e83f6
0xe25ada04575f44e0dded57f8976275bd7728dd41b2c356a0af6f70f132481471
0xba86037a16955d119b1b1e3923f207bbfee701f5ff93ca3b84b0596abdd51f07
0x11e63002eb6b040f56043c53358e52312fa433a0ed90a23bf4febdd5a2c1317a
0xf55c03eb0c11e14adbc8887dcbe438609531066d526f26404998dc4cb028df4b
0x70017f3e2508801d99276f551803e146b3bf9465bd16424c38499753cef4bcc7
0x19a139ef304a622a43618f7775bf9d5bf337589d22a07d39983b1c0fec2437a6
0x81ac3c005beb359deb42ce14bed6eb8f2c4ce67b2fa3a95ae97ea77306750acb
0x318e8ac51047535981c1fd0942e409c51cfc2c82faa463f15d75dd47f5e61d8a

Functions
Getter at block 20911240
implementation(view returns (address)
0x870449a3306f77cbbd240b794fc5f26dca0f27d7
baseURI(view returns (string)
ipfs://bafybeidoyhwdw3phmsdvv67645xkaqlp53xxoblhfriq3fcbhi5acxblpy/
costPublic(view returns (uint256)
2000000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
669
maxMintPublic(view returns (uint256)
10
maxMintWL(view returns (uint256)
0
maxSupply(view returns (uint256)
669
name(view returns (string)
Face ID
owner(view returns (address)
0x4a15dfef7622503892666ca829841c7d8b977035
symbol(view returns (string)
FACE
totalSupply(view returns (uint256)
609
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
upgradeTo(address newImplementation
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setMaxMintWL(uint256 _newMaxMintWL
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Upgraded(address indexed implementation
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(address _logic
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(