Bitcoin Ape Punks

Verified contract

Active on Ethereum with 3,966 txns
Deployed by via 0x95e238d3 at 16832584
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bitcoin Ape Punks"

0x05224348ef30774a33cfdf471193b32cb81b3662724b6afa44c093a1bb319e06
0xecc6aa911748dfecf74132ccce21a4a59428f022e375036c2d9eb45ef602d08a
0xbdbc638c4eca22a2080bdeeadaeedbc06cf2ec84539f6c9e1fe08cd02925bc51
0x34fbca67e37accb276dde9a711bd8787a454e90b7f05fc79e61acdca22a24c35
0xd72b147a425358b60b2043fb08f23a92658b2ce98f962a8cbdf49ec3f1f2a3f9
0xe5e3f2638f877dff620e56520f32b3cf6f96f6c163467c938d8deef525f4da2f
0x3670d92923fd287e7da456513752e4035b2d76cbfa14146ab6140cf804f4fc5a
0x63fd2531fe0085464cd04dd62169b58af323353856b2d10cdbe243947f2305bf
0xe777c3e918df8930b19ef9d757ad5f21387ef137f49abd62808a7427f714e96d
0xff9ef05f6f4838ebf690391b42e323d8dc2ae4f03438c9d018860f90e4bf397b

Functions
Getter at block 21221923
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
bridgeFee(view returns (uint256)
0
costInspect(view returns (uint256)
5000000000000000
inscriptionPhaseActive(view returns (bool)
false
maxPerFree(view returns (uint256)
2
maxSupply(view returns (uint256)
10000
maxTx(view returns (uint256)
20
mintEnabled(view returns (bool)
true
name(view returns (string)
Bitcoin Ape Punks
owner(view returns (address)
0xeeb2bd09bb84966656f0fa92c339c945703528a8
price(view returns (uint256)
5000000000000000
reservedSupply(view returns (uint256)
39
symbol(view returns (string)
BAP
totalFree(view returns (uint256)
10000
totalFreeMinted(view returns (uint256)
6458
totalSupply(view returns (uint256)
10000
Read-only
_FreeMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
bridge(uint256 _tokenIdpayable 
bridgeMultiple(uint256[] tokenIdspayable 
burnUnbridgedTokens(uint256[] tokenIds
mint(uint256 countpayable 
renounceOwnership(
reservedMint(uint256 Amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string baseuri_
setBridgeFee(uint256 _fee
setCost(uint256 price_
setMaxPerFree(uint256 MaxPerFree_
setMaxTotalFree(uint256 MaxTotalFree_
setmaxTx(uint256 _MaxTx
toggleInscriptionsActive(
toggleMinting(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(