BoredApeChampionWC
Verified contract
Active on
Ethereum with 898 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.77)
Native
Value
$4.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0015 | $3,179.24 |
$4.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16902877 | 2 years ago | | | 0 | 0.00059248836 | |
| 16433143 | 2 years ago | | | 0 | 0.0035138545 | |
| 16384547 | 2 years ago | | | 0 | 0.0012338808 | |
| 16335700 | 2 years ago | | | 0 | 0.00093603455 | |
| 16335605 | 2 years ago | | | 0 | 0.00094591097 | |
| 16335475 | 2 years ago | | | 0 | 0.0018828652 | |
| 16321736 | 2 years ago | | | 0 | 0.0011624110 | |
| 16311905 | 2 years ago | | | 0 | 0.00067738916 | |
| 16296879 | 2 years ago | | | 0 | 0.00066321472 | |
| 16253070 | 2 years ago | | | 0 | 0.00085118846 |
ABI
ABI objects
Getter at block 21200384
maxFreeSupply() view returns (uint256)
512
maxPerFree() view returns (uint256)
2
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
3033
name() view returns (string)
BoredApeChampionWC
owner() view returns (address)
0xb6e501d8ccd3ffaeeeeca04fd35a3cdf1b4d570f
paused() view returns (bool)
false
revealed() view returns (bool)
true
salePrice() view returns (uint256)
500000000000000
symbol() view returns (string)
BACW
totalSupply() view returns (uint256)
3192
uriSuffix() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFreeSupply(uint256 _maxFreeSupply)
setMaxPerFree(uint256 _maxPerFree)
setMaxPerTx(uint256 _maxPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _state)
setSalePrice(uint256 _salePrice)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
teamMint(uint256 quantity)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.