MechMinds
Verified contract
Active on
Ethereum with 8,495 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MM | ERC-721 | 1 | -- | -- | |
MM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21353366 | 5 days ago | | | 0 | 0.00059242666 | |
| 21259940 | 18 days ago | | | 0 | 0.00035116674 | |
| 21253512 | 19 days ago | | | 0 | 0.00041622834 | |
| 21121618 | a month ago | | | 0 | 0.00033404411 | |
| 21106148 | a month ago | | | 0 | 0.00011168550 | |
| 21104811 | a month ago | | | 0 | 0.000094221000 | |
| 21103466 | a month ago | | | 0 | 0.00010672170 | |
| 21101396 | a month ago | | | 0 | 0.00025734053 | |
| 21076493 | a month ago | | | 0 | 0.00050396556 | |
| 20881155 | 2 months ago | | | 0 | 0.00028519643 |
ABI
ABI objects
Getter at block 21391179
MAX_BOTS() view returns (uint256)
8192
MAX_MINT() view returns (uint256)
10
mintIsActive() view returns (bool)
true
name() view returns (string)
MechMinds
owner() view returns (address)
0xcd31c23b84475a7392e2f86119be188bc2e7f197
provenanceHash() view returns (string)
symbol() view returns (string)
MM
totalSupply() view returns (uint256)
10376
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)
mergeG1(uint256 n1, uint256 n2)
mergeG2(uint256 n1, uint256 n2)
mergeG3(uint256 n1, uint256 n2)
mergeG4(uint256 n1, uint256 n2)
mergeG5(uint256 n1, uint256 n2)
mergeG6(uint256 n1, uint256 n2)
mint(uint16 numberOfTokens) payable
renounceOwnership()
reserve(uint16 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMetaBaseURI(string baseURI)
setMintIsActive(bool active)
setProvenance(string provHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.