BoredApeYachtClub
Verified contract
Active on
Ethereum with 94,693 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($458.72)
Native
Value
$34.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.010201 | $3,343.76 |
$34.11 | |
WETH | ERC-20 | 0.085 | $3,343.31 |
$284.18 | |
USDC | ERC-20 | 50 | $1.00 |
$50 | |
APE | ERC-20 | 36.760986 | $1.22 |
$44.85 | |
SHIB | ERC-20 | 1.090513M | $0.000027 |
$29.86 | |
MATIC | ERC-20 | 29.909486 | $0.522575 |
$15.63 | |
KEYS | ERC-20 | 101.85 | $0.000687 |
$0.07 | |
ATRI | ERC-20 | 88 | $0.000275 |
$0.02 | |
SHANG | ERC-20 | 1B | -- | -- | |
0xd4ae…5237 | ERC-1555 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246991 | 3 hours ago | | | 0 | 0.00062101057 | |
| 21246961 | 3 hours ago | | | 0 | 0.00062278832 | |
| 21246436 | 4 hours ago | | | 0 | 0.00070090684 | |
| 21246416 | 5 hours ago | | | 0 | 0.00073038794 | |
| 21246416 | 5 hours ago | | | 0 | 0.0017424116 | |
| 21246327 | 5 hours ago | | | 0 | 0.0018087525 | |
| 21246316 | 5 hours ago | | | 0 | 0.0022513863 | |
| 21245580 | 7 hours ago | | | 0 | 0.00052689501 | |
| 21245138 | 9 hours ago | | | 0 | 0.00045221828 | |
| 21245102 | 9 hours ago | | | 0 | 0.00098685704 |
ABI
ABI objects
Getter at block 21247775
BAYC_PROVENANCE() view returns (string)
cc354b3fcacee8844dcc9861004da081f71df9567775b3f3a43412752752c0bf
MAX_APES() view returns (uint256)
10000
REVEAL_TIMESTAMP() view returns (uint256)
1619820000
apePrice() view returns (uint256)
80000000000000000
baseURI() view returns (string)
ipfs://QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/
maxApePurchase() view returns (uint256)
20
name() view returns (string)
BoredApeYachtClub
owner() view returns (address)
0x0000000000000000000000000000000000000000
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
8853
startingIndexBlock() view returns (uint256)
12344391
symbol() view returns (string)
BAYC
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 approve(address to, uint256 tokenId)
emergencySetStartingIndexBlock()
flipSaleState()
mintApe(uint256 numberOfTokens) payable
renounceOwnership()
reserveApes()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
setRevealTimestamp(uint256 revealTimeStamp)
setStartingIndex()
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(string name, string symbol, uint256 maxNftSupply, uint256 saleStart)
This contract contains no fallback and receive objects.
This contract contains no error objects.