BFParty
Verified contract
Active on
Ethereum with 15,763 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 "BFParty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997285 | a month ago | | | 0 | 0.00020496858 | |
| 20457211 | 4 months ago | | | 0 | 0.00057615455 | |
| 20289360 | 5 months ago | | | 0 | 0.000065976550 | |
| 20169060 | 5 months ago | | | 0 | 0.00036365773 | |
| 20068634 | 6 months ago | | | 0 | 0.00025317108 | |
| 20013092 | 6 months ago | | | 0 | 0.00061751858 | |
| 19715551 | 7 months ago | | | 0 | 0.00017216149 | |
| 19715531 | 7 months ago | | | 0 | 0.00018892312 | |
| 19509947 | 8 months ago | | | 0 | 0.00034640868 | |
| 19301504 | 9 months ago | | | 0 | 0.00058905899 |
ABI
ABI objects
Getter at block 21293798
baseUri() view returns (string)
https://www.bfparty.io/.netlify/functions/meta/
name() view returns (string)
BFParty
owner() view returns (address)
0x2ec9a9a67c80daddfbcbebc7a152496c25bd3a03
publicMintEnabled() view returns (bool)
true
signerAddress() view returns (address)
0xc7d6c362a0944994412570ac361f2dafe5e7cbd3
symbol() view returns (string)
BFP
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
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)
ownerMint(address to, uint256 quantity)
publicMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string uri)
setSignerAddress(address newAddress)
togglePublicMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes signature)
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)
constructor(string uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()