UniqueCollectionInitializableV1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
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
Balances ($0.00)
No balances found for "UniqueCollectionInitializableV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UniqueCollectionInitializableV1"
ABI
ABI objects
Getter at block 21409247 totalSupply() view returns (uint256)
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)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isProofValid(bytes32[] _merkleProof, address _sender) view returns (bool isValid)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowListMint(bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
decreaseRoyaltyPercentage(uint256 _royaltyPercentage)
grantRole(bytes32 role, address account)
initialize(struct UniqueCollectionInitializableV1InitializeData _init)
managerMint(address to)
pause()
publicMint() payable
recoverERC20(address _tokenAddress, address _receiver, uint256 _tokenAmount)
renounceOwnership()
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)
setAllowListMintEndBlockHeight(uint128 _allowListMintEndBlockHeight)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPublicMintStartBlockHeight(uint128 _publicMintStartBlockHeight)
setRoyaltyRecipient(address _recipient)
setSaleStateAndBlockHeights(bool _saleActive, uint128 _allowListMintEndBlockHeight, uint128 _publicMintStartBlockHeight)
toggleSaleState(bool _saleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawNativeTokens(address _to)
AllowListMintEndBlockHeightChanged(uint128 allowListMintEndBlockHeight)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string baseURI)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PublicMintStartBlockHeightChanged(uint128 publicMintStartBlockHeight)
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)
SaleStatusChanged(bool active)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.