Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000618 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
DXM | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22749498 | 4 days ago | | | 0 | 0.0000030958697 | |
| 22749353 | 4 days ago | | | 0 | 0.0000058470842 | |
| 22722064 | 5 days ago | | | 0 | 0.0000054165516 | |
| 22580971 | 8 days ago | | | 0 | 0.0000012344527 | |
| 22454293 | 11 days ago | | | 0 | 0.0000012344527 | |
| 22232183 | 16 days ago | | | 0 | 4.6815136e-7 | |
| 22168162 | 18 days ago | | | 0 | 3.1306876e-7 | |
| 22080939 | 20 days ago | | | 0 | 0.0000012353561 | |
| 21995253 | 22 days ago | | | 0 | 1.7141174e-7 | |
| 21994547 | 22 days ago | | | 0 | 1.4228100e-7 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
phase1MaxMint(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events mint(bytes32[] proof) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkle(uint256 _phase, bytes32 _whitelistMerkleRoot)
setPhase(uint256 _phase)
setPhase1MaxMint(address wallet, uint256 amount)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Mint(address indexed recipient, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)