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 "BFSP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235914 | 24 days ago | | | 0 | 0.00067554947 | |
| 21065023 | 2 months ago | | | 0 | 0.00083219007 | |
| 20148748 | 6 months ago | | | 0 | 0.00012757252 | |
| 19525015 | 9 months ago | | | 0 | 0.0010719454 | |
| 19234290 | 10 months ago | | | 0 | 0.0028433320 | |
| 19177683 | 10 months ago | | | 0 | 0.0025121432 | |
| 18813906 | a year ago | | | 0 | 0.0038649900 | |
| 17854020 | a year ago | | | 0 | 0.00062760008 | |
| 17286420 | 2 years ago | | | 0 | 0.0082808788 | |
| 17000820 | 2 years ago | | | 0 | 0.00089480212 |
ABI
ABI objects
Getter at block 21408791
MAX_MINT_PER_BLOCK() view returns (uint256)
150
botsContractAddress() view returns (address)
0x65cc7530e8c6f5a51257f7b7586361c4a22cec93
claimableActive() view returns (bool)
true
operator() view returns (address)
0x41528f7c18b412e83a4feb32f3ee1356a4cc7a96
owner() view returns (address)
0x41528f7c18b412e83a4feb32f3ee1356a4cc7a96
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkNftClaimed(address _owner) view returns (bool[], uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
mintedPerAddress(address) view returns (uint256)
nftClaimed(uint256) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events flipClaimableState()
nftOwnerClaim(uint256[] tokenIds)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newUri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperator(address _operator)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ClaimableStateChanged(bool indexed claimableActive)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address addresses, address royalty_, uint96 royaltyFee_, string tokenBaseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.