Bored Aped Punk
Verified contract
Active on
Ethereum with 1,182 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 Aped Punk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21100510 | 22 days ago | | | 0 | 0.00056189525 | |
| 20208175 | 5 months ago | | | 0 | 0.000063830028 | |
| 19857993 | 6 months ago | | | 0 | 0.00040564288 | |
| 19629828 | 7 months ago | | | 0 | 0.00043757533 | |
| 19606828 | 8 months ago | | | 0 | 0.00035281522 | |
| 19606828 | 8 months ago | | | 0 | 0.00061515588 | |
| 19157486 | 10 months ago | | | 0 | 0.00036859670 | |
| 19074979 | 10 months ago | | | 0 | 0.00025680982 | |
| 18889345 | a year ago | | | 0 | 0.00090386801 | |
| 18852882 | a year ago | | | 0 | 0.00039814045 |
ABI
ABI objects
Getter at block 21256308 getMaximumAllowedTokens() view returns (uint256)
MAX_BAPS() view returns (uint256)
1000
active() view returns (bool)
true
maximumAllowedTokensPerPurchase() view returns (uint256)
25
name() view returns (string)
Bored Aped Punk
owner() view returns (address)
0xfda4be6dc1be74010b768556cd28c330a6ad23f9
symbol() view returns (string)
BAP
totalSupply() view returns (uint256)
1000
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)
price(uint256 _count) view returns (uint256)
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)
mintMyBap(address _to, uint256 _count) payable
renounceOwnership()
reserveBap()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _price)
setReserveCount(uint256 val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaximumAllowedTokens(uint256 _count)
withdrawAll() payable
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.