BoredPandaYachtClub
Verified contract
Active on
Ethereum with 756 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "BoredPandaYachtClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15616960 | 2 years ago | | | 0 | 0.00023693766 | |
| 15423631 | 2 years ago | | | 0 | 0.00032008822 | |
| 15384883 | 2 years ago | | | 0 | 0.00055638272 | |
| 15354580 | 2 years ago | | | 0 | 0.00079612589 | |
| 15354466 | 2 years ago | | | 0 | 0.00058255962 | |
| 15354428 | 2 years ago | | | 0 | 0.00077576467 | |
| 15354416 | 2 years ago | | | 0 | 0.00072014084 | |
| 15354355 | 2 years ago | | | 0 | 0.0019396413 | |
| 15354336 | 2 years ago | | | 0 | 0.0010315657 | |
| 15354315 | 2 years ago | | | 0 | 0.0012855558 |
ABI
ABI objects
Getter at block 21274890
PRICE() view returns (uint256)
150000000000000000
WhitelistMerkleRoot() view returns (bytes32)
0xef936d97f5b5939c49c1af748861b8ee475965d55d03770cee652dc0d6f28a2b
isPublicSaleOn() view returns (bool)
false
maxPerAddressDuringMint() view returns (uint256)
10
name() view returns (string)
BoredPandaYachtClub
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x073a14cdbd8494f0e82893ecb72946b36ce53d5c
saleConfig() view returns (uint32 publicMintStartTime, uint32 MintStartTime, uint256 Price, uint256 AmountForWhitelist)
(publicMintStartTime=2606050097, MintStartTime=1000, Price=0, AmountForWhitelist=10)
symbol() view returns (string)
BPYC
totalSupply() view returns (uint256)
1593
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 InitInfoOfSale(uint32 publicMintStartTime, uint32 mintStartTime, uint256 price, uint256 amountForWhitelist)
PublicMint(uint256 quantity) payable
WhilteListMint(uint256 quantity, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenids)
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)
setMintStartTime(uint32 timestamp)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price)
setPublicMintStartTime(uint32 timestamp)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.