Subscribe to Mint Launch NFT

Verified contract

Proxy

Active on Ethereum with 19,385 txns
Deployed by via 0xf020df33 at 16843032
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 48 additional slots
-
variable spans 49 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 46 additional slots
14 additional variables

No balances found for "Subscribe to Mint Launch NFT"

0x920500bd1a45d46133fbef270da9b1c9b3f74bd1bfe2d4528b79c2fccc5f172e
0x277bbbd00b1ff938b4685d5edb2bec4857b326bdf90fab3dc79af9cb29e8f091
0x3ef37615cc249ff0753fec3070a0fd72d54870cc6fa04af6deafc54955041275
0x759591df7b03f1df6ed7beadb2b23c22dbfcdf696221db5dd383d332ecb0b775
0xbed1ccc3fadf18cdb60a3ac605f511c6575c9a3a27006a2e87b887530f514518
0x69addfba3105024bd6194f4466deed9c47aff49d7bbb333c5c68df253b7b5a75
0x7b2affa5cfbc34199ba04e9ea80564e0b405a6b8fd9083cac13019e63c415249
0xc1c3b008ba3805986881a1ef8d9edba241624f096d267a720f32aadd2e657573
0x736e7021a688228ceb66c9c4fb16c3b2803f9886dfe1e45d1029f6022ac1fcf6
0x0c71bc68bf675028871ed68be88418fd629d998a5adec3ff4145549345a04cb8

Functions
Getter at block 21222234
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmXVXkVu4xBD9uCkB3xvi736szYdMA57a5ynWpw1qpuXJ2
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xeb0effdfb4dc5b3d5d3ac6ce29f3ed213e95d675, 0)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0x138c3d30a724de380739aad9ec94e59e613a9008, 690000000000000)
getPlatformFeeInfo(view returns (addressuint16)
(0x138c3d30a724de380739aad9ec94e59e613a9008, 0)
getPlatformFeeType(view returns (uint8)
1
name(view returns (string)
Subscribe to Mint Launch NFT
nextTokenIdToMint(view returns (uint256)
1
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0xeb0effdfb4dc5b3d5d3ac6ce29f3ed213e95d675
platformFeeRecipient(view returns (address)
0x138c3d30a724de380739aad9ec94e59e613a9008
primarySaleRecipient(view returns (address)
0xeb0effdfb4dc5b3d5d3ac6ce29f3ed213e95d675
symbol(view returns (string)
SNCT
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
saleRecipientForToken(uint256view returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _tokenIdview returns (string)
verify(struct ITokenERC1155MintRequest _reqbytes _signatureview returns (booladdress)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _primarySaleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
mintTo(address _touint256 _tokenIdstring _uriuint256 _amount
mintWithSignature(struct ITokenERC1155MintRequest _reqbytes _signaturepayable 
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setFlatPlatformFeeInfo(address _platformFeeRecipientuint256 _flatFee
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TokensMinted(address indexed mintedTouint256 indexed tokenIdMintedstring uriuint256 quantityMinted
TokensMintedWithSignature(address indexed signeraddress indexed mintedTouint256 indexed tokenIdMintedstruct ITokenERC1155MintRequest mintRequest
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator