MarsCatsVoyage
Verified contract
Active on
Ethereum with 25,432 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MCV | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160499 | 10 hours ago | | | 0 | 0.00075132200 | |
| 21159338 | 14 hours ago | | | 0 | 0.0017079588 | |
| 21155311 | a day ago | | | 0 | 0.00035972806 | |
| 21154231 | a day ago | | | 0 | 0.00040721396 | |
| 21153131 | a day ago | | | 0 | 0.00038778953 | |
| 21153129 | a day ago | | | 0 | 0.00040852262 | |
| 21153127 | a day ago | | | 0 | 0.00042406695 | |
| 21150540 | 2 days ago | | | 0 | 0.00030899763 | |
| 21150529 | 2 days ago | | | 0 | 0.00049861145 | |
| 21148070 | 2 days ago | | | 0 | 0.00028485036 |
ABI
ABI objects
Getter at block 21163584
MCV_PROVENANCE() view returns (string)
QmQ8T1tfwLnmf6R55hEuDxsDcBQLqmduGsuQRGiHwHJmgX
baseURI() view returns (string)
catPrice() view returns (uint256)
50000000000000000
maxCatPurchase() view returns (uint256)
10
maxCatTokens() view returns (uint256)
10000
name() view returns (string)
MarsCatsVoyage
owner() view returns (address)
0x69f9466c0cd24a07a9faa9fa4829b61e4d99e679
saleIsActive() view returns (bool)
true
symbol() view returns (string)
MCV
totalSupply() view returns (uint256)
10000
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)
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)
flipSaleState()
mintCat(address sender, uint256 numberOfTokens, string metadataURI) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setProvenanceHash(string provenanceHash)
setTokenUri(uint256 tokenId, string metadataURI)
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 tokenName, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.