Bitcoin Ape Punks
Verified contract
Active on
Ethereum with 3,966 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 "Bitcoin Ape Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110672 | 16 days ago | | | 0 | 0.00010405909 | |
| 21105821 | 16 days ago | | | 0 | 0.00013625873 | |
| 21013478 | a month ago | | | 0 | 0.00057799665 | |
| 20704072 | 2 months ago | | | 0 | 0.000064294500 | |
| 20465495 | 3 months ago | | | 0 | 0.000092377047 | |
| 20453416 | 3 months ago | | | 0 | 0.000039281000 | |
| 20424032 | 4 months ago | | | 0 | 0.00011235699 | |
| 20002325 | 6 months ago | | | 0 | 0.00030233660 | |
| 19947113 | 6 months ago | | | 0 | 0.00035595940 | |
| 19834295 | 6 months ago | | | 0 | 0.00032236304 |
ABI
ABI objects
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(address) view returns (uint256)
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 operator, uint256 tokenId)
bridge(uint256 _tokenId) payable
bridgeMultiple(uint256[] tokenIds) payable
burnUnbridgedTokens(uint256[] tokenIds)
mint(uint256 count) payable
renounceOwnership()
reservedMint(uint256 Amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseuri_)
setBridgeFee(uint256 _fee)
setCost(uint256 price_)
setMaxPerFree(uint256 MaxPerFree_)
setMaxTotalFree(uint256 MaxTotalFree_)
setmaxTx(uint256 _MaxTx)
toggleInscriptionsActive()
toggleMinting()
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.
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()