UniqueCollectionInitializableV1

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x7928a990 at 15003204
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
6 additional variables

No balances found for "UniqueCollectionInitializableV1"

No transactions found for "UniqueCollectionInitializableV1"


Functions
Getter at block 21407945
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HUNDRED_PERCENT(view returns (uint256)
10000
MANAGER_ROLE(view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
_extendedBaseURI(view returns (string)
allowListMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowListMintEndBlockHeight(view returns (uint128)
0
maxAllowListMintPerAddress(view returns (uint16)
0
maxMintPerAddress(view returns (uint56)
0
maxSupply(view returns (uint64)
0
mintPrice(view returns (uint112)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
publicMintStartBlockHeight(view returns (uint128)
0
royaltyPercentage(view returns (uint256)
0
royaltyRecipient(view returns (address)
0x0000000000000000000000000000000000000000
saleActive(view returns (bool)
false
symbol(view returns (string)
 
totalSupply(view returns (uint256)
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isProofValid(bytes32[] _merkleProofaddress _senderview returns (bool isValid)
minted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowListMint(bytes32[] _merkleProofpayable 
approve(address touint256 tokenId
decreaseRoyaltyPercentage(uint256 _royaltyPercentage
grantRole(bytes32 roleaddress account
initialize(struct UniqueCollectionInitializableV1InitializeData _init
managerMint(address to
pause(
publicMint(payable 
recoverERC20(address _tokenAddressaddress _receiveruint256 _tokenAmount
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowListMintEndBlockHeight(uint128 _allowListMintEndBlockHeight
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPublicMintStartBlockHeight(uint128 _publicMintStartBlockHeight
setRoyaltyRecipient(address _recipient
setSaleStateAndBlockHeights(bool _saleActiveuint128 _allowListMintEndBlockHeightuint128 _publicMintStartBlockHeight
toggleSaleState(bool _saleActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdrawNativeTokens(address _to
Events
AllowListMintEndBlockHeightChanged(uint128 allowListMintEndBlockHeight
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string baseURI
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PublicMintStartBlockHeightChanged(uint128 publicMintStartBlockHeight
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SaleStatusChanged(bool active
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.