Metaverse Nights Issue #01
Verified contract
Active on
Ethereum with 409 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 "Metaverse Nights Issue #01"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20864121 | 2 months ago | | | 0 | 0.00084497699 | |
| 20492785 | 4 months ago | | | 0 | 0.000067193415 | |
| 20111743 | 5 months ago | | | 0 | 0.00023497001 | |
| 18657585 | a year ago | | | 0 | 0.00072810016 | |
| 17776976 | a year ago | | | 0 | 0.00070492488 | |
| 17776966 | a year ago | | | 0 | 0.00083769745 | |
| 17776962 | a year ago | | | 0 | 0.00077447513 | |
| 17776954 | a year ago | | | 0 | 0.00079801723 | |
| 17776716 | a year ago | | | 0 | 0.0011168149 | |
| 17507757 | a year ago | | | 0 | 0.00072762225 |
ABI
ABI objects
Getter at block 21284674
maxSupply() view returns (uint256)
1000
name() view returns (string)
Metaverse Nights Issue #01
owner() view returns (address)
0xdf02eb8bf194697df8155f2e4d03f1f8ebf64092
price() view returns (uint256)
100000000000000000
state() view returns (uint256)
1
symbol() view returns (string)
MNI1
totalSupply() view returns (uint256)
395
userMintLimit() view returns (uint256)
10
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 quantity) payable
mintForAddress(address recipient, uint256 quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 newMaxSupply) payable
setPrice(uint256 newPrice) payable
setState(uint256 newState) payable
setURIPrefix(string newURIPrefix) payable
setUserMintLimit(uint256 newUserMintLimit) payable
specialSale(uint256 quantity) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner) payable
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SpecialSaleClaim(address from, uint8 quantity, uint8 saleId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintDisabled()
MintERC2309QuantityExceedsLimit()
MintLimitByUserReached()
MintQuantityExceedsMaxSupply()
MintToZeroAddress()
MintZeroQuantity()
NoUndergoinSpecialSale()
NotEnoughEtherForMinting()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()