MuseumOfMahomesII
Verified contract
Active on
Ethereum with 539 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,354.92)
Native
Value
$3,354.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.927 | $3,619.12 |
$3,354.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20872100 | 2 months ago | | | 0 | 0.0018407377 | |
| 20849376 | 2 months ago | | | 0 | 0.00052023090 | |
| 20849344 | 2 months ago | | | 0 | 0.00053752356 | |
| 20846106 | 2 months ago | | | 0 | 0.00029720454 | |
| 20845697 | 2 months ago | | | 0 | 0.00041911565 | |
| 20731194 | 3 months ago | | | 0 | 0.00010742452 | |
| 20731192 | 3 months ago | | | 0 | 0.000095747064 | |
| 20731169 | 3 months ago | | | 0 | 0.00013268880 | |
| 20626664 | 3 months ago | | | 0.309 | 0.00026389947 | |
| 20515341 | 4 months ago | | | 0 | 0.00014417298 |
ABI
ABI objects
Getter at block 21317938
baseURI() view returns (string)
https://www.museumofmahomes.com/api/metadata/
metadataOwner() view returns (address)
0xd055ed22f8854ba3b36474de4012de98c9e3c780
name() pure returns (string)
MuseumOfMahomesII
nextId() view returns (uint256)
566
owner() view returns (address)
0x6cba9cda4fdb481b8e077ce89fc97f491c435e54
price() view returns (uint256)
309000000000000000
redeemOpen() view returns (bool)
true
revealOpen() view returns (bool)
true
symbol() pure returns (string)
MoM
totalSupply() view returns (uint256)
390
Read-only
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownerOf(uint256 id) view returns (address result)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 id) view returns (string)
treasury(address) view returns (bool)
State-modifying
Events approve(address account, uint256 id) payable
burnAndRedeem(uint256[] tokenIds)
deleteDefaultRoyalty()
mint(address to, uint256 amount, bool mintBoxSet) payable
mintPhysical(address to, uint256 amount, bool mintBoxSet) payable
resetTokenRoyalty(uint256 tokenId)
reveal(uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
setBaseURI(string _baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMetadataOwner(address _metadataOwner)
setOwner(address _owner)
setPrice(uint256 _price)
setRedeemOpen(bool _redeemOpen)
setRevealOpen(bool _revealOpen)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTreasury(address _treasury, bool enable)
sweep(address _to)
transferFrom(address from, address to, uint256 id) payable
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
MintBoxSet(uint256 indexed startTokenId, uint256 endTokenId)
Redeem(address indexed to, uint256 indexed tokenId)
Reveal(uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
AlreadyRevealed()
BalanceQueryForZeroAddress()
ExceedsMaxSupply()
FailedToSendEther()
MintZero()
NotOwnerNorApproved()
NotRevealed()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
Unauthorized()
WrongBoxSetMultiple()
WrongEthAmount()