Mecha Hound
Verified contract
Active on
Ethereum with 1,307 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Mecha Hound"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20595336 | 3 months ago | | | 0 | 0.000043111100 | |
| 20145099 | 5 months ago | | | 0 | 0.00010950800 | |
| 20054085 | 5 months ago | | | 0 | 0.00019373055 | |
| 19999249 | 6 months ago | | | 0 | 0.00023156309 | |
| 19752379 | 7 months ago | | | 0 | 0.00013851599 | |
| 19688168 | 7 months ago | | | 0 | 0.00027670301 | |
| 19248958 | 9 months ago | | | 0 | 0.0017570697 | |
| 18326292 | a year ago | | | 0 | 0.00074467307 | |
| 18326234 | a year ago | | | 0 | 0.00048513643 | |
| 18200635 | a year ago | | | 0 | 0.00034065472 |
ABI
ABI objects
Getter at block 21256537
FreeMintBatch() view returns (uint256)
0
MintPricePublic() view returns (uint256)
2200000000000000
MintPriceWhitelist() view returns (uint256)
1500000000000000
MintingPublic() view returns (bool)
false
MintingWhitelist() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmWBAgc2r1bgZpPQxooRXrVX3YWrCao3oY1yU6qrSHGHgY/
maxPerTransaction() view returns (uint256)
50
maxSupply() view returns (uint256)
10000
name() view returns (string)
Mecha Hound
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x191da0baf82f46e62d8c88f42f989e6aab2345f9
publicSupply() view returns (uint256)
9000
symbol() view returns (string)
Mecha Hound
totalSupply() view returns (uint256)
5000
whitelistSupply() view returns (uint256)
5000
Read-only
MechaApeList(address) view returns (uint256)
addressWhitelist(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
freeMintArray(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMessageValid(bytes _signature, uint256 amount) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supplyMintArray(uint256) view returns (uint256)
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 OwnerBatchMint(uint256 qty)
WhitelistMint(uint256 qty, bytes signature, uint256 extra) payable
_setSigner(address _newOwner)
airdrop(address[] listedAirdrop, uint256[] qty)
approve(address to, uint256 tokenId)
mint(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxSupply(uint256 maxMint_)
setPricePublic(uint256 price_)
setPriceWhitelist(uint256 price_)
setPublicSupply(uint256 supply_)
setStartMintingPublic()
setStartMintingWhitelist()
setfreeMintArray(uint256[] freeMintArray_)
setmaxPerTransaction(uint256 maxPerTransaction_)
setsupplyMintArray(uint256[] supplyMintArray_)
setwhitelistSupply(uint256 supply_)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.