Bored Panda Yacht Club
Verified contract
Active on
Ethereum with 4,225 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 Panda Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20389050 | 4 months ago | | | 0 | 0.00015205640 | |
| 20143449 | 5 months ago | | | 0 | 0.00016340301 | |
| 19815221 | 6 months ago | | | 0 | 0.00019565117 | |
| 18515520 | a year ago | | | 0 | 0.0026656835 | |
| 18502259 | a year ago | | | 0 | 0.00056340769 | |
| 18013141 | a year ago | | | 0 | 0.0020130351 | |
| 17962277 | a year ago | | | 0 | 0.00071498148 | |
| 17329204 | a year ago | | | 0 | 0.0028237300 | |
| 16904404 | 2 years ago | | | 0 | 0.0011692886 | |
| 16882790 | 2 years ago | | | 0 | 0.00027653681 |
ABI
ABI objects
Getter at block 21213733
MintPrice() view returns (uint256)
2500000000000000
baseURI() view returns (string)
ipfs://QmNfan3Z8riKuKRzkficdwK1XTjHcm8mEGFee8i6LA2BUn/
devSuppy() view returns (uint256)
50
freeMint() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
15
maxSupply() view returns (uint256)
5000
mintIsLive() view returns (bool)
true
name() view returns (string)
Bored Panda Yacht Club
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x733f482fb5ff814b5273995291d0808a9aef992f
symbol() view returns (string)
BPYC
totalSupply() view returns (uint256)
4950
Read-only
AddressMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 OwnerBatchMint(uint256 qty)
airdropNFT(address to, uint256 qty)
approve(address to, uint256 tokenId)
mint(uint256 qty) payable
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_)
setMaxFreeMint(uint256 qty_)
setMintLive()
setPrice(uint256 price_)
setmaxMintPerTx(uint256 maxMintPerTx_)
setmaxSupply(uint256 maxSupply_)
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.
This contract contains no error objects.