HomieFaces

Verified contract

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

No balances found for "HomieFaces"

0x8c136881222e7ad150df6a3eaf242552a14290ca8928df975e49ffcf9d586536
0x72ba0596a64842d2ff6d32f4064d5aca58a276835344a945ab121aeeb51bdde2
0x05be8e819f204b6e858aac5549c6fc6ab649001768faba2d1541ff84b2b549a3
0x76e89697628575001a922e2e44a6c8a0a9a49a15bf68ca2c88860f72b443d75e
0xd50d102e507cbec58453c641d126321f0f75037b2bbc57b2c93ee4f19e59c5cf
0xf81d519c43d60b8f998004579a24cc32d86cce7335c13434bb6817baa986ae43
0x4c487a5201c9f980b8d6a6ec360430108f71621c26e84c11ab872a32ef2199be
0xdd4d2be8456df45832b8178a93208a8afe8b37449b32a64b444251e1e0a1efcb
0x6a2021aca812cfc6d0e472fe6920486d9fe7ed6adc97a30f7bc9d621092d6e7f
0xdceb6ea7f3faef7d6e3e9c14c4fab7ab21a35c65182c2fbbf4b20d7cbd325135

Functions
Getter at block 20819268
MAX_RESERVE(view returns (uint16)
10
MINTING_PRICE(view returns (uint256)
50000000000000000
OG_LIMIT(view returns (uint8)
3
PUBLIC_MINTING_LIMIT(view returns (uint256)
20
WL_LIMIT(view returns (uint8)
2
activeStage(view returns (uint8)
2
maxSupply(view returns (uint256)
800
name(view returns (string)
HomieFaces
ogMerkleRoot(view returns (bytes32)
0x6753daad8cd5e4bd23e85c1e288ecdbf582aa815a0ed88fba293dd4f73479d38
owner(view returns (address)
0x69f2f6e93fc71f000552820b66324a5518ae5d27
symbol(view returns (string)
HOMIEFACESNFT
totalSupply(view returns (uint256)
800
whitelistMerkleRoot(view returns (bytes32)
0x3c0791f0d0abc54faddd9ebdce3f4198725a6562ee005936f9c7b3908c3174bc
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)
ticketRecord(addressview returns (uint8)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
ogPreSales(uint8 _numberOfTokensbytes32[] _merkleProofpayable 
publicMint(uint256 _numberOfTokenspayable 
randomSeedIndex(
reduceMaxSupply(uint256 _maxSupply
renounceOwnership(
reserve(uint256 _numberOfTokens
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setActiveStage(uint8 _stage
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setOgMerkleRoot(bytes32 _merkleRoot
setProvenance(bytes32 _proveData
setWhitelistMerkleRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistPreSales(uint8 _numberOfTokensbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Provenance(uint256 indexed proveTypebytes32 proveData
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
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(