Bored Ape Yoga Club
Verified contract
Active on
Ethereum with 503 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 "Bored Ape Yoga Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20640486 | 2 months ago | | | 0 | 0.00030414796 | |
| 20640485 | 2 months ago | | | 0 | 0.00033099169 | |
| 20640478 | 2 months ago | | | 0 | 0.00035651681 | |
| 20640473 | 2 months ago | | | 0 | 0.00035726362 | |
| 20640466 | 2 months ago | | | 0 | 0.00032488698 | |
| 20640434 | 2 months ago | | | 0 | 0.00036475571 | |
| 15536075 | 2 years ago | | | 0 | 0.00063693000 | |
| 15432166 | 2 years ago | | | 0 | 0.00028416569 | |
| 15432050 | 2 years ago | | | 0 | 0.00035397489 | |
| 15432046 | 2 years ago | | | 0 | 0.00051462910 |
ABI
ABI objects
Getter at block 21160128
CONTRACT_VERSION() view returns (uint8)
2
MAX_WALLET_MINTS() view returns (uint256)
2525
PRICE() view returns (uint256)
0
RAMPPADDRESS() view returns (address)
0xa9dac8f3aedc55d0fe707b86b8a45d246858d2e1
_baseTokenURI() view returns (string)
ipfs://QmSXFgWinByumyEHCkUTdRFeUQvrgHQqCPfshvF8od1BAQ/1.json
baseTokenURI() view returns (string)
ipfs://QmSXFgWinByumyEHCkUTdRFeUQvrgHQqCPfshvF8od1BAQ/1.json
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)
Bored Ape Yoga Club
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyAllowlistMode() view returns (bool)
false
owner() view returns (address)
0x309be1c4eec8926e9fd3a113c47b8de9b7a08034
payableAddressCount() view returns (uint256)
2
symbol() view returns (string)
YOGAPETZ
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.