Bored Ape Yoga Club
Verified contract
Active on
Ethereum with 62,155 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49999 additional slots
-
variable spans 4 additional slots
-
variable spans 6 additional slots
Balances ($228.94)
Native
Value
$228.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.066881 | $3,423.06 |
$228.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255117 | 3 hours ago | | | 0 | 0.00065443637 | |
| 21252111 | 13 hours ago | | | 0 | 0.00091635322 | |
| 21251434 | 16 hours ago | | | 0 | 0.00097835973 | |
| 21249095 | a day ago | | | 0 | 0.00048807918 | |
| 21249088 | a day ago | | | 0 | 0.00047825085 | |
| 21240249 | 2 days ago | | | 0 | 0.00045972086 | |
| 21233534 | 3 days ago | | | 0 | 0.00048387715 | |
| 21232828 | 3 days ago | | | 0 | 0.00043772002 | |
| 21228982 | 4 days ago | | | 0 | 0.00057266112 | |
| 21225602 | 4 days ago | | | 0 | 0.00042777128 |
ABI
ABI objects
Getter at block 21256090
auctionConfig() view returns (uint256 timeBuffer, uint256 reservePrice, uint256 minBidAmountIfCurrentBidZero, uint256 minBidIncrementPercentage, uint256 auctionDuration)
(timeBuffer=300, reservePrice=0, minBidAmountIfCurrentBidZero=100000000000000, minBidIncrementPercentage=10, auctionDuration=86400)
contractConfig() view returns (address wethContract, string externalURL, string imageURI, string baseTokenURI, string description, uint96 sellerFeeBasisPoints, address mikeAddress, address withdrawAddress)
(wethContract=0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, externalURL=, imageURI=, baseTokenURI=https://protocol.mypinata.cloud/ipfs/QmXggm4Qfgjbx3owiZtzE5DVXBKGeCAPn6J4DwXwxuRvhL/, description=Bored Ape Yoga Club, sellerFeeBasisPoints=0, mikeAddress=0xaa9bff236cf51518da774714d50ad07db5149479, withdrawAddress=0xa99e9f568c32c7d5e10dcae5cefa66252140bab5)
ethAvailableToWithdraw() view returns (uint256)
0
name() view returns (string)
Bored Ape Yoga Club
owner() view returns (address)
0xaa9bff236cf51518da774714d50ad07db5149479
paused() view returns (bool)
false
symbol() view returns (string)
BAYC
Read-only
auctions(uint256) view returns (uint256 apeId, uint256 highestBidAmount, uint256 startTime, uint256 endTime, address highestBidder)
balanceOf(address owner) view returns (uint256)
exists(uint256 _apeId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
reservePrice(uint256 apeId) view returns (uint256)
reservePriceOverrides(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
bidOnMultipleApes(uint256[] apeIds) payable
bidOnSingleApe(uint256 apeId) payable
pause()
preMintIds(uint256[] idsToPremint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuctionConfig(struct BoredApeYogaClubAuctionConfig _auctionConfig)
setContractConfig(struct BoredApeYogaClubContractConfig _contractConfig)
setReservePriceOverrides(uint256[] apeIds, uint256[] reserves)
settleAuction(uint256 apeId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuctionBatchBid(uint256[] indexed apeIds, address bidder, bool anySuccesses, uint256[] bidValues, bool[] successfulBids, uint256 refundAmount)
AuctionBid(uint256 indexed apeId, address bidder, uint256 bidValue, bool auctionExtended)
AuctionConfigUpdated(struct BoredApeYogaClubAuctionConfig newConfig)
AuctionExtended(uint256 indexed apeId, uint256 endTime)
AuctionSettled(uint256 indexed apeId, address winner, uint256 amount)
AuctionStarted(uint256 indexed apeId, uint256 startTime, uint256 endTime)
ContractConfigUpdated(struct BoredApeYogaClubContractConfig newConfig)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PreMint(uint256[] apeIds)
ReservePriceOverridesUpdated(uint256[] apeIds, uint256[] newReservePrices)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdraw(uint256 indexed total)
constructor(struct BoredApeYogaClubAuctionConfig _auctionConfig, struct BoredApeYogaClubContractConfig _contractConfig)
fallback()
receive()
This contract contains no error objects.