Boss Beauties Collabs
Verified contract
Active on
Ethereum with 8,265 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 "Boss Beauties Collabs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252365 | a day ago | | | 0 | 0.00067930647 | |
| 21076272 | a month ago | | | 0 | 0.00071377436 | |
| 21039263 | a month ago | | | 0 | 0.00026181321 | |
| 20571312 | 3 months ago | | | 0 | 0.000062973600 | |
| 20571311 | 3 months ago | | | 0 | 0.000058173600 | |
| 20491122 | 3 months ago | | | 0 | 0.00010748604 | |
| 20389009 | 4 months ago | | | 0 | 0.00011916099 | |
| 20349688 | 4 months ago | | | 0 | 0.00015244016 | |
| 19978997 | 6 months ago | | | 0 | 0.00096230923 | |
| 19942793 | 6 months ago | | | 0 | 0.00014774238 |
ABI
ABI objects
Getter at block 21259493 getOpenSaleTokens() view returns (string)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_contractURI() view returns (string)
ipfs://QmekBjV1HYPqKs3UqxgNqNa5V68H46VBAPKRDUmFqerJ6K
name() view returns (string)
Boss Beauties Collabs
name_() view returns (string)
Boss Beauties Collabs
owner() view returns (address)
0x55ee731f1b55562e293bd0c8670e9d0c86291a4c
paused() view returns (bool)
false
symbol() view returns (string)
BOSSBEAUTIESSCOLLABS
symbol_() view returns (string)
BOSSBEAUTIESSCOLLABS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getExternalTokenBalance(address sender, struct CommerceWhitelist balanceRequest) view returns (uint256)
getQualifiedAllocation(address sender, uint256 tokenIndex, uint256 quantity, uint256 amount, bytes32[] merkleProof, bool returnAllocationOnly) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenSupply(uint256 tokenIndex) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isSaleOpen(uint256 tokenIndex) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(uint256) view returns (string ipfsMetadataHash, string extraDataUri, uint256 numRedeemableContracts, uint256 numTokenWhitelists, struct CommerceMintingConfig mintingConfig, struct CommerceWhiteListConfig whiteListConfig, bool isTokenPack, struct CommerceTokenPackConfig tokenPackConfig)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addWhiteList(uint256 _tokenIndex, string _tokenType, address _tokenAddress, uint256 _tokenId, uint256 _mustOwnQuantity)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address account, uint256 tokenIndex, uint256 amount)
configTokenPack(uint256 _tokenIndex, bool _isTokenPack, uint256[] _packTokens, bool _isRandomPack, uint256 _numRandom, uint256 _numWhiteListBonus, bool _allotOwnedTokenQuantity, bool _isWhiteListBonusAggregatedAcrossAllWhiteLists)
disableWhiteList(uint256 _tokenIndex, uint256 _whiteListIndexToRemove)
editToken(uint256 _tokenIndex, string _ipfsMetadataHash, string _extraDataUri, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, uint256 _maxPerWallet, bool _maxQuantityMappedByWhitelistHoldings, bool _requireAllWhiteLists, address[] _redeemableContracts)
editTokenWhiteListMerkleRoot(uint256 _tokenIndex, bytes32 _merkleRoot, bool enabled)
grantRole(bytes32 role, address account)
mintBatch(address to, uint256[] qty, uint256[] _tokens)
pause()
purchase(uint256[] _quantities, uint256[] _tokenIndexes, uint256[] _merkleAmounts, bytes32[][] _merkleProofs) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setOwner(address _addr)
setURI(string baseURI)
toggleSale(uint256 mpIndex, bool on)
transferOwnership(address newOwner)
unpause()
withdrawEther(address _to, uint256 _amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Purchased(uint256[] index, address indexed account, uint256[] amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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)
Unpaused(address account)
constructor(string _name, string _symbol, address[] _admins, string _contract_URI)
This contract contains no fallback and receive objects.
This contract contains no error objects.