Mirs Of Space
Verified contract
Active on
Ethereum with 19,189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
-
variable spans 11 additional slots
2 additional
variables
Balances ($2,577.18)
Native
Value
$1,246.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.333 | $3,744.30 |
$1,246.85 | |
WETH | ERC-20 | 0.354971 | $3,747.71 |
$1,330.33 | |
| ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263327 | 7 days ago | | | 0 | 0.00020181979 | |
| 21214335 | 14 days ago | | | 0 | 0.00031498968 | |
| 21139051 | 24 days ago | | | 0 | 0.00035833724 | |
| 21105892 | a month ago | | | 0 | 0.000089375942 | |
| 21103248 | a month ago | | | 0 | 0.00010387020 | |
| 21102656 | a month ago | | | 0 | 0.00010871080 | |
| 21102630 | a month ago | | | 0 | 0.00010634330 | |
| 21102279 | a month ago | | | 0 | 0.00013053425 | |
| 21102265 | a month ago | | | 0 | 0.00012586599 | |
| 21098720 | a month ago | | | 0 | 0.00023932667 |
ABI
ABI objects
Getter at block 21312099
afterRevealURI() view returns (string)
ipfs://QmWBw7dqYHHuFfM3xnLB9wwv1cwPcgLzFpJAiSXZxiM9uq/
allowlistConfig() view returns (uint64 price, uint16 maxMint, uint16 maxSupply)
(price=59000000000000000, maxMint=1, maxSupply=6969)
baseExtension() view returns (string)
.json
beforeReveal() view returns (bool)
false
contractURI() view returns (string)
https://mirsofspace.mypinata.cloud/ipfs/QmRSF7aVAN1zEJBx4urAaYr2j2iKKrKpcjtY9WjFBdNN3c
doubleWhitelistconfig() view returns (uint64 price, uint16 maxMint, uint16 maxSupply)
(price=49000000000000000, maxMint=2, maxSupply=6969)
getBalance() view returns (uint256)
333000000000000000
name() view returns (string)
Mirs Of Space
owner() view returns (address)
0x9ef4f4791f55bc0b7d0f8776f9e130e165f1bff0
preUnlockURI() view returns (string)
ipfs://QmXthXadbwpUE4pWpUnBTELVmgJSEhxCNUQdD3WLfTtYQF
symbol() view returns (string)
MIRS
totalSupply() view returns (uint256)
6969
whitelistConfig() view returns (uint64 price, uint16 maxMint, uint16 maxSupply)
(price=49000000000000000, maxMint=1, maxSupply=6969)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint16[] quantity, address[] recipient)
approve(address to, uint256 tokenId)
mintDoubleWhitelist(uint16 quantity, bytes32[] proof) payable
mintSingleFirstPhase(bytes32[] proof) payable
mintSingleSecondPhase(bytes32[] proof) payable
renounceOwnership()
revealNfts(string baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistMerkleRoot(bytes32 merkleRoot_)
setApprovalForAll(address operator, bool approved)
setContractURI(string newContractURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setDoubleWhiteListMerkleRoot(bytes32 merkleRoot_)
setPreUnlockURI(string newBeforeReveal)
setSaleState(uint8 _saleState)
setWhitelistMerkleRoot(bytes32 merkleRoot_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
widthdraw(address _address, uint256 _amount)
widthdrawPayee(address _address)
withdrawAll()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()