MonstroCities Mounts
Verified contract
Active on
Ethereum with 74 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ac1…bbc2
Balances ($0.00)
No balances found for "MonstroCities Mounts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14219601 | 3 years ago | | | 0 | 0.0025303986 | |
| 14215548 | 3 years ago | | | 0 | 0.0027520825 | |
| 13952789 | 3 years ago | | | 0 | 0.0065208749 | |
| 13172494 | 3 years ago | | | 0 | 0.0037909057 | |
| 13160748 | 3 years ago | | | 0 | 0.0028960384 | |
| 13160179 | 3 years ago | | | 0 | 0.049970196 | |
| 13159875 | 3 years ago | | | 0 | 0.016879772 | |
| 13159565 | 3 years ago | | | 0 | 0.010804555 | |
| 13159528 | 3 years ago | | | 0 | 0.010064243 | |
| 13159397 | 3 years ago | | | 0 | 0.011101298 |
ABI
ABI objects
Getter at block 21178261
CURRENT_MINT() view returns (uint256)
2452
MAX_MINT() view returns (uint256)
1
MAX_MOUNT_ADOPTION() view returns (uint256)
8000
MonstroProvenance() view returns (string)
PRICE() view returns (uint256)
10000000000000000
SNAPSHOT_TIME() view returns (uint256)
1630713600
collectionStartingIndex() view returns (uint256)
0
collectionStartingIndexBlock() view returns (uint256)
13154626
getPrice() view returns (uint256)
10000000000000000
maxMounts() view returns (uint256)
8000
name() view returns (string)
MonstroCities Mounts
owner() view returns (address)
0x692d7e00ea2f78527a4aba96694e9eb63aeda1eb
revealTimestamp() view returns (uint256)
604800
saleIsActive() view returns (bool)
false
setBlockTimestamp() view returns (uint256)
518400
snapshot() view returns (bool)
true
symbol() view returns (string)
MONSTROMOUNTS
totalSupply() view returns (uint256)
60
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) 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)
emergencySetStartingIndexBlock()
flipSaleState()
flipSnapshot()
mintMount(uint256 monstroTokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setProvenanceHash(string provenanceHash)
setRevealTimestamp(uint256 revealTimeStamp)
setStartingBlockTimestamp(uint256 startingBlockTimestamp)
setStartingIndex()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 name, string symbol, uint256 maxNftSupply, uint256 saleStart, address dependentContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.