Merged Bored Ape Yatch Club
Verified contract
Active on
Ethereum with 720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Merged Bored Ape Yatch Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18495302 | a year ago | | | 0 | 0.00061365666 | |
| 17932716 | a year ago | | | 0 | 0.00076791571 | |
| 17932476 | a year ago | | | 0 | 0.0013677890 | |
| 17932475 | a year ago | | | 0 | 0.00056022853 | |
| 17932473 | a year ago | | | 0 | 0.0015161565 | |
| 17932453 | a year ago | | | 0 | 0.0016261039 | |
| 17932453 | a year ago | | | 0 | 0.0016261039 | |
| 17932453 | a year ago | | | 0 | 0.0016261039 | |
| 17932448 | a year ago | | | 0 | 0.0017410644 | |
| 17932448 | a year ago | | | 0 | 0.0017410644 |
ABI
ABI objects
Getter at block 21178201
CONTRACT_VERSION() view returns (uint8)
2
MAX_WALLET_MINTS() view returns (uint256)
5000
PRICE() view returns (uint256)
0
RAMPPADDRESS() view returns (address)
0xa9dac8f3aedc55d0fe707b86b8a45d246858d2e1
_baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/
collectionSize() view returns (uint256)
7777
currentTokenId() view returns (uint256)
7777
getNextTokenId() view returns (uint256)
7778
maxBatchSize() view returns (uint256)
25
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintingOpen() view returns (bool)
true
name() view returns (string)
Merged Bored Ape Yatch Club
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyAllowlistMode() view returns (bool)
false
owner() view returns (address)
0xc090566c350f25856a6c9276261de0b06d826ff3
payableAddressCount() view returns (uint256)
2
symbol() view returns (string)
MBAYC
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(address _address, uint256 _amount) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _count) view returns (uint256)
inTeam(address _address) view returns (bool)
isAllowlisted(address _to, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(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 addToTeam(address _address)
approve(address to, uint256 tokenId)
closeAllowlistMint()
disableAllowlistOnlyMode()
enableAllowlistOnlyMode()
mintTo(address _to) payable
mintToAL(address _to, bytes32[] _merkleProof) payable
mintToAdminV2(address _to, uint256 _qty)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleAL(address _to, uint256 _amount, bytes32[] _merkleProof) payable
openAllowlistMint()
openMinting()
removeFromTeam(address _address)
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)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setRamppAddress(address _newAddress)
setWalletMax(uint256 _newWalletMax)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _newMerkleRoot)
withdrawAll()
withdrawAllERC20(address _tokenContract, uint256 _amount)
withdrawAllRampp()
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.