Homes

Verified contract

Active on Base with 9,560 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0x12fe755d7c2e8919232566000e6d92382dced620f684be3a007b3e9027aa1e43
0xc625bb62dfcf0a05ab10aceba9af476cb5716a3388c66a725ed09b7b9aab6241
0xa4841655d04f4c11ad2f488ac33151ef257c60066f45523e7fa89c08016fd30e
0xae51443c335e0811fa015177774be4eb2bb5ffedb03349b16147eece5cd6b156
0xbbb1e02a51725386b44c0d9f3ed26952a3a638f36122bb1efd3b2e8e500d38f4
0xb4f085cb2765d9ffcda4f719533f49d4c4a8996fa639f2a296eaded2867bffc8
0xd60b87e51d9e89021ef8f866920333889b4a115e449ad3a05bead0702c8f334b
0x8b9bea6333332afaf2ea862166f582fc2869d5f9788c2dc4fdd8a73b6665b3a2
0x7dee62de0bd3bed03e19e4bfa56243471348d70d14d2e99d52eb648cfdd28bae
0xfe570b9273b93258c29ac132b7b687a752d1e07dd9ad5ef2e6bba599dcb6bc1a

Functions
Getter at block 22938366
MINT_PRICE(view returns (uint256)
8000000000000000
name(view returns (string)
Homes
owner(view returns (address)
0xa89946f00052bc385b3121b45420316a7ce20e60
phase(view returns (uint256)
3
phase1Merkle(view returns (bytes32)
0x60414eaf370df3bb9810253db2898d489b840bb1d3d14bf20d6bfc1e6402ecef
phase2Merkle(view returns (bytes32)
0xf1cad3118b6e566473abd8e2744b14391130f468927c805c7712035301b24a93
symbol(view returns (string)
HOMES
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
phase1MaxMint(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
mint(bytes32[] proofpayable 
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkle(uint256 _phasebytes32 _whitelistMerkleRoot
setPhase(uint256 _phase
setPhase1MaxMint(address walletuint256 amount
transferOwnership(address newOwner
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Mint(address indexed recipientuint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account