Bored Ape Punk Club
Verified contract
Active on
Ethereum with 4,179 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 Punk Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101270 | 8 days ago | | | 0 | 0.00045837198 | |
| 20863303 | a month ago | | | 0 | 0.00036242595 | |
| 20567424 | 3 months ago | | | 0 | 0.000049785084 | |
| 20482353 | 3 months ago | | | 0 | 0.000079905178 | |
| 19706133 | 7 months ago | | | 0 | 0.00034637825 | |
| 19388530 | 8 months ago | | | 0 | 0.0018455275 | |
| 19269659 | 9 months ago | | | 0 | 0.0024585088 | |
| 19224494 | 9 months ago | | | 0 | 0.00074556094 | |
| 19203423 | 9 months ago | | | 0 | 0.0011459454 | |
| 19070235 | 10 months ago | | | 0 | 0.00059005616 |
ABI
ABI objects
Getter at block 21161319
PRICE() view returns (uint256)
40000000000000000
isPaidMint() view returns (bool)
false
name() view returns (string)
Bored Ape Punk Club
owner() view returns (address)
0x6a4b3fabd771cefb590a8e3e6f619f588647ba7c
paused() view returns (bool)
false
symbol() view returns (string)
BAPC
totalSupply() view returns (uint256)
5555
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 num) payable
paidMint(bool state)
pause(bool state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.