Nabulines Access Key

Verified contract

Proxy

Active on Ethereum with 131 txns
Deployed by via 0xb4ae120d at 14875879
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
11 additional variables

No balances found for "Nabulines Access Key"

0x9b0142f94afca2048b179cb14bc7a1f84ae762b881eb4d8eaadd601eafe7c22b
0x455b8b3395a46f77d454dfbaab97e5b044529576c1432c682bd928dd7d1fa7a8
0x6d9ae49ef794b7ad92b8e79b1731cb0bdc61205776c20d8e5d38613eb3cc0a88
0xce08de79ec3f097d41fe030606a2caecf2b32857a77c258aa7b63d7a8a8d26c8
0x1ee1f3250e7f955d8863ed8f1140ead2c3fdeb055a7c9a1cf22c276fe039dc2a
0x4d994fb209e3faa0c317d178e92e4c84fdc8034641266198d173f5c247c4562a
0x144b3b771b1c7d8bccc6a59e8dea1c19296a3e54b09e632153280bec07b9a47a
0x6eaf449b0e4806a86c13fbe31d470d098f8d9e9d943105a396e8d270dcf84352
0x3b5fe78036d33dd7ef434b8d74281cc0a790cf3d31464a8f3acb436ab5c15a15
0xb52add2eaa84d416caea78eef14c3ba6f54a69be37daf41e9195ff8abe90c983

Functions
Getter at block 21193120
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmRiFVS6U1g4CEPxoa6mM4BeUXFRUvmnFeww7sEa75W5hT/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xc5c3f258356df1c00f67c32ec60c4c1f09caa428, 1000)
getPlatformFeeInfo(view returns (addressuint16)
(0xc5c3f258356df1c00f67c32ec60c4c1f09caa428, 0)
name(view returns (string)
Nabulines Access Key
nextTokenIdToMint(view returns (uint256)
3
owner(view returns (address)
0xc5c3f258356df1c00f67c32ec60c4c1f09caa428
platformFeeBps(view returns (uint128)
0
platformFeeRecipient(view returns (address)
0xc5c3f258356df1c00f67c32ec60c4c1f09caa428
primarySaleRecipient(view returns (address)
0xc5c3f258356df1c00f67c32ec60c4c1f09caa428
symbol(view returns (string)
NABU
thirdwebFee(view returns (address)
0x8c4b615040ebd2618e8fc3b20cefe9abafdeb0ea
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
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
DefaultRoyalty(address newRoyaltyRecipientuint256 newRoyaltyBps
OwnerUpdated(address prevOwneraddress newOwner
PlatformFeeInfoUpdated(address platformFeeRecipientuint256 platformFeeBps
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 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

This contract contains no error objects.