METAHOUSE
Verified contract
Active on
Ethereum with 2,973 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 "METAHOUSE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20262357 | 5 months ago | | | 0 | 0.00017571650 | |
| 19146522 | 10 months ago | | | 0 | 0.00072506395 | |
| 19104507 | 10 months ago | | | 0 | 0.0017142683 | |
| 19104506 | 10 months ago | | | 0 | 0.00077237860 | |
| 19022248 | a year ago | | | 0 | 0.00081366697 | |
| 18802957 | a year ago | | | 0 | 0.00089024158 | |
| 18727253 | a year ago | | | 0 | 0.0012530308 | |
| 18459610 | a year ago | | | 0 | 0.00031593241 | |
| 18164145 | a year ago | | | 0 | 0.00044485896 | |
| 17889858 | a year ago | | | 0 | 0.0014108032 |
ABI
ABI objects
Getter at block 21317252
_baseURI() view returns (string)
https://metahouseapi1.herokuapp.com/api/nft/
isPaused() view returns (bool)
false
maxQuantity() view returns (uint256)
3
maxSupply() view returns (uint256)
5000
name() view returns (string)
METAHOUSE
owner() view returns (address)
0x0e77f1f43fd286020b69490c228807c969bfea7f
phase() view returns (uint256)
2520
price() view returns (uint256)
100000000000000000
symbol() view returns (string)
MH
totalSupply() view returns (uint256)
2520
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 _quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipPauseStatus()
mint(uint256 chosenAmount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxSupply(uint256 _quantity)
setMaxxQtPerTx(uint256 _quantity)
setPhase(uint256 _newPhase)
setPrice(uint256 _newPrice)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.