Boss Beauties Super BBs Power Gems
Verified contract
Proxy
Active on
Ethereum with 4,085 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 41 additional slots
19 additional
variables
Balances ($0.00)
No balances found for "Boss Beauties Super BBs Power Gems"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159129 | 2 hours ago | | | 0 | 0.0010985567 | |
| 21102498 | 8 days ago | | | 0 | 0.00014896936 | |
| 21046903 | 16 days ago | | | 0 | 0.00030716813 | |
| 20496284 | 3 months ago | | | 0 | 0.000052811542 | |
| 20494900 | 3 months ago | | | 0 | 0.000067487289 | |
| 20491124 | 3 months ago | | | 0 | 0.00013983740 | |
| 19978883 | 5 months ago | | | 0 | 0.00037146921 | |
| 19823541 | 6 months ago | | | 0 | 0.00022560380 | |
| 19801384 | 6 months ago | | | 0 | 0.00027805414 | |
| 19801380 | 6 months ago | | | 0 | 0.00038486403 |
ABI
ABI objects
Getter at block 21159822
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlists() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=0)
config() view returns (struct IConfigMint mintConfig, struct IConfigToken tokenConfig)
(mintConfig=(false, 0, 0, 0, 0, 0, 0), tokenConfig=())
contractType() pure returns (bytes32)
0x50726f70734552433732314155536572756d0000000000000000000000000000
contractURI() view returns (string)
ipfs://bafkreia2c2yw67wtzjx2rgy2oaxi3pzzv7yqblec7wkkry73ngc2jmiuwi
contractVersion() pure returns (uint8)
4
name() view returns (string)
Boss Beauties Super BBs Power Gems
owner() view returns (address)
0x55ee731f1b55562e293bd0c8670e9d0c86291a4c
parentHolderContract() view returns (address)
0xb5c747561a185a146f83cfff25bdfd2455b31ff4
paused() view returns (bool)
false
project() view returns (address)
0x0000000000000000000000000000000000000000
receivingWallet() view returns (address)
0xf27cc09ed07fc7622c12f65d8fd05260ae077785
redeemableContract() view returns (address)
0x36b70177ec3bf56d9fd726ffbd06240267f46ea3
symbol() view returns (string)
POWERGEM
totalSupply() view returns (uint256)
2494
Read-only
balanceOf(address owner) view returns (uint256)
claimAllowedForToken(uint256 _claimingTokenID) view returns (bool)
claimAllowedForTokens(uint256[] _claimingTokenIDs) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getAllowlistById(uint256 _allowlistId) view returns (struct IAllowlistAllowlist allowlist)
getApproved(uint256 tokenId) view returns (address)
getMintedByAllowlist(uint256 _allowlistId) view returns (uint256 mintedBy)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasMinRole(bytes32 _role) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
minted(address) view returns (uint256)
mintedByAllowlist(address, uint256) view returns (uint256)
mintedByTokenID(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events addAllowlist(struct IAllowlistAllowlist _allowlist)
airdrop(address[] __to, uint256[] __quantities)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnFromRedeem(address account, uint256 tokenID)
claim(uint256[] _claimingTokenIDs)
grantRole(bytes32 role, address account)
initialize(address __owner, address _defaultAdmin, string _name, string _symbol, string _baseURI, address[] _trustedForwarders, address _receivingWallet, address _accessRegistry)
mint(uint256[] _quantities, bytes32[][] _proofs, uint256[] _allotments, uint256[] _allowlistIds) payable
multicall(bytes[] data) returns (bytes[] results)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAccessRegistry(address _accessRegistry)
setAllowlists(struct IAllowlistAllowlist[] _allowlists)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setConfig(struct IConfigConfig _config)
setContractURI(string _uri)
setOwner(address _newOwner)
setParentHolderContract(address _address)
setProject(address _project)
setReceivingWallet(address _address)
setRedeemableContract(address _address)
transferFrom(address from, address to, uint256 tokenId)
unpause()
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlist, uint256 i)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
Minted(address indexed account, string tokens)
OwnerUpdated(address prevOwner, address newOwner)
Paused(address account)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowlistInactive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientFunds()
InvalidQueryRange()
MerkleProofInvalid()
MintClosed()
MintQuantityInvalid()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()