MetaHouseMafia
Verified contract
Active on
Ethereum with 2,188 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 "MetaHouseMafia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20556777 | 3 months ago | | | 0 | 0.00012727508 | |
| 20555010 | 3 months ago | | | 0 | 0.000070194362 | |
| 20554838 | 3 months ago | | | 0 | 0.00017975174 | |
| 20467666 | 3 months ago | | | 0 | 0.00010435802 | |
| 19847875 | 6 months ago | | | 0 | 0.00014149508 | |
| 19778735 | 7 months ago | | | 0 | 0.00030165089 | |
| 19776520 | 7 months ago | | | 0 | 0.00052096520 | |
| 19757914 | 7 months ago | | | 0 | 0.00021243596 | |
| 19753185 | 7 months ago | | | 0 | 0.00039229235 | |
| 19740346 | 7 months ago | | | 0 | 0.00058692793 |
ABI
ABI objects
Getter at block 21223402
GANG_MEMBERS() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
10000
OGs() view returns (uint256)
1
amountMinted() view returns (uint256)
2163
contractURI() view returns (string)
https://assets.metahousemafia.io/mafiosi/metadata/contract.json
earlyPriceWei() view returns (uint256)
60000000000000000
gangMerkleRoot() view returns (bytes32)
0x590688a348d1e09fc23891907657462cca97905fb6c369ff02ca085700976109
maxPreMintForGang() view returns (uint256)
2
maxPreMintForOG() view returns (uint256)
3
name() view returns (string)
MetaHouseMafia
nextOwnerToExplicitlySet() view returns (uint256)
0
ogMerkleRoot() view returns (bytes32)
0x2742e54cfa49e8b385dc42f10217964d0f733716714e73975f01bc61f3ea085c
owner() view returns (address)
0x3477016228ab935f2761d7835babe71747e2cb46
publicPriceWei() view returns (uint256)
80000000000000000
saleState() view returns (uint256)
0
symbol() view returns (string)
MHM
totalSupply() view returns (uint256)
2163
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnWhitelist(address addr, bytes32[] proof, uint256 whitelistType) view returns (bool)
numMintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount, bytes32[] merkleProof, uint256 whitelistType) payable
ownerMint(uint256 numToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setContractUri(string newUri)
setEarlyPrice(uint256 newPriceWei)
setMerkleRoot(uint256 saleNum, bytes32 newMerkle)
setSalePrice(uint256 newPriceWei)
setSaleState(uint256 newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.