HomieFaces
Verified contract
Active on
Ethereum with 744 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "HomieFaces"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199611 | 10 days ago | | | 0 | 0.00051053532 | |
| 20998001 | a month ago | | | 0 | 0.00021874160 | |
| 18895077 | a year ago | | | 0 | 0.00074402038 | |
| 18886645 | a year ago | | | 0 | 0.0010112423 | |
| 16982975 | 2 years ago | | | 0 | 0.00091234509 | |
| 16704644 | 2 years ago | | | 0 | 0.0013485142 | |
| 16665293 | 2 years ago | | | 0 | 0.00091140714 | |
| 16531523 | 2 years ago | | | 0 | 0.00042157458 | |
| 16393446 | 2 years ago | | | 0 | 0.00061316259 | |
| 16236431 | 2 years ago | | | 0 | 0.00061040333 |
ABI
ABI objects
Getter at block 21274387
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
ticketRecord(address) view returns (uint8)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
ogPreSales(uint8 _numberOfTokens, bytes32[] _merkleProof) payable
publicMint(uint256 _numberOfTokens) payable
randomSeedIndex()
reduceMaxSupply(uint256 _maxSupply)
renounceOwnership()
reserve(uint256 _numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActiveStage(uint8 _stage)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setOgMerkleRoot(bytes32 _merkleRoot)
setProvenance(bytes32 _proveData)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistPreSales(uint8 _numberOfTokens, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Provenance(uint256 indexed proveType, bytes32 proveData)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()