BoredPunksYachtClub
Verified contract
Active on
Ethereum with 4,775 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 "BoredPunksYachtClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20392179 | 4 months ago | | | 0 | 0.00010630503 | |
| 18903642 | a year ago | | | 0 | 0.00074125578 | |
| 18903623 | a year ago | | | 0 | 0.00068145559 | |
| 18342100 | a year ago | | | 0 | 0.00044125456 | |
| 17515979 | a year ago | | | 0 | 0.0020629334 | |
| 17515962 | a year ago | | | 0 | 0.0024339215 | |
| 17515960 | a year ago | | | 0 | 0.0022986331 | |
| 17515956 | a year ago | | | 0 | 0.0022971240 | |
| 17515901 | a year ago | | | 0 | 0.0014640135 | |
| 17515797 | a year ago | | | 0 | 0.0015073636 |
ABI
ABI objects
Getter at block 21226837
ADMIN_ONE() view returns (address)
0xc0ee5401dbadbcf2142b722d916eed9dde03939d
ADMIN_TWO() view returns (address)
0xef58d656c7a1710a0a83fc8b706b6b92a9364cdb
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
4000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmUdNpqxrWPqxofkp3V24PjRAwwoVZwFMVm8R48vM7Wn8R/
maxFreePerWallet() view returns (uint256)
1
maxPerWallet() view returns (uint256)
11
maxSupply() view returns (uint256)
10000
name() view returns (string)
Bored Punks Yacht Club
owner() view returns (address)
0x6d210e5444c5af061b9d4cb88d8430551c2861eb
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
BPYC
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
ipfs://bafybeih67dynxl4ioxci74swog2p2whetnhqv6k67nx3nzfy2ohgskp2ny/
uriSuffix() view returns (string)
.json
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 operator, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPerWallet(uint256 max)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()