Bored Ape Fat Club
Verified contract
Active on
Ethereum with 1,700 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 Fat Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20506903 | 3 months ago | | | 0 | 0.000091479110 | |
| 18939511 | 10 months ago | | | 0 | 0.00038347641 | |
| 18939510 | 10 months ago | | | 0 | 0.00036170862 | |
| 18933320 | 10 months ago | | | 0 | 0.00043706761 | |
| 18064377 | a year ago | | | 0 | 0.00073766474 | |
| 17044278 | 2 years ago | | | 0 | 0.0011229924 | |
| 17016697 | 2 years ago | | | 0 | 0.00091518925 | |
| 16837721 | 2 years ago | | | 0 | 0.00045610556 | |
| 16743679 | 2 years ago | | | 0 | 0.0010690093 | |
| 16524142 | 2 years ago | | | 0 | 0.00037293223 |
ABI
ABI objects
Getter at block 21091024
MAX_FREE_MINTS_PER_WALLET() view returns (uint16)
10
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
50
MAX_SUPPLY() view returns (uint256)
6969
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
1000000000000000
SALE_IS_ACTIVE() view returns (bool)
true
name() view returns (string)
Bored Ape Fat Club
owner() view returns (address)
0x75aea26f97fc053540813137ca3cd923d7030ff3
paused() view returns (bool)
false
symbol() view returns (string)
BAFC
totalFreeMinted() view returns (uint256)
3115
totalSupply() view returns (uint256)
6969
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getFreeMints(address addy) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freezeMetadata()
lowerMaxSupply(uint256 newMaxSupply)
mint(uint32 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxFreeMintsPerWallet(uint16 maxFreeMintsPerWallet)
setMaxMintPerTx(uint256 maxMint)
setPrice(uint256 price)
setSaleState(bool state)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 price, uint256 maxSupply, uint256 maxMintPerTx, uint16 maxFreeMintsPerWallet, string baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()