Mecha Ape Yacht Club
Verified contract
Active on
Ethereum with 7,979 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbc4c…f13d
Balances ($0.00)
No balances found for "Mecha Ape Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20756317 | 2 months ago | | | 0 | 0.00020524517 | |
| 20655632 | 3 months ago | | | 0 | 0.000027895838 | |
| 20655598 | 3 months ago | | | 0 | 0.000027276700 | |
| 20595345 | 3 months ago | | | 0 | 0.000064271761 | |
| 20139102 | 5 months ago | | | 0 | 0.00026429687 | |
| 20122665 | 5 months ago | | | 0 | 0.00044247689 | |
| 19999187 | 6 months ago | | | 0 | 0.00024432712 | |
| 19952174 | 6 months ago | | | 0 | 0.00013975267 | |
| 19952172 | 6 months ago | | | 0 | 0.00015315430 | |
| 19952172 | 6 months ago | | | 0 | 0.00020106230 |
ABI
ABI objects
Getter at block 21249325
BAYCMAYCHolderSupply() view returns (uint256)
1000
MintPrice() view returns (uint256)
2000000000000000
Minting() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmTrJWwQkadavibfJCbJ4CSU5sZepLswd2DJ9UyTqrModr/
maxPerTransaction() view returns (uint256)
50
maxSupply() view returns (uint256)
8888
name() view returns (string)
Mecha Ape Yacht Club
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x191da0baf82f46e62d8c88f42f989e6aab2345f9
publicSupply() view returns (uint256)
9950
reserveSupply() view returns (uint256)
100
symbol() view returns (string)
MechaApeYC
totalSupply() view returns (uint256)
10000
Read-only
BAYCList(address) view returns (uint256)
FreeMintBatch(uint256 qty) view returns (uint256)
MechaApeList(address) view returns (uint256)
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)
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 BAYCHolderClaim() payable
OwnerBatchMint(uint256 qty)
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_)
setContractBAYC(address contract_)
setMaxSupply(uint256 maxMint_)
setPrice(uint256 price_)
setPublicMinting()
setPublicSupply(uint256 maxMint_)
setfreeMintArray(uint256[] freeMintArray_)
setmaxPerTransaction(uint256 maxPerTransaction_)
setsupplyMintArray(uint256[] supplyMintArray_)
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(address baycContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.