Introducing Kiosk

Unverified contract

Proxy

Active on Base with 42,600 txns
Deployed by via 0xfc802599 at 13936191
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
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x8061f8f90e43d339c79e5fffc071b57a0ea151cdb90484adb2c759c7a29b0ed6
0x90d1c106b6544e93a2953f3d4c80abe817708be4fe8d22a5c06466e46cacd3d3
0x3f94ed4e9970574dcddaa53bc306f108db35f2a1acf40d2dc0200b27b3aa2cc5
0x770efba910d0acdfd6c731cbfbfee0ad6192d4f8aae2e17cbffd0ba1e60f9c3a
0xd13f36ecf4745dc3a08810b7b12e82550956f5e4334e823f5d222b04c826a72a
0x2abde6356acf4d654dc32e773d1c5c7c875cd74b336ebfea46115fcd99dc45f5
0x9775d0812fdbb38106d0a4fda136d84e41c10b8846c994a617a109a9bd368550
0x186eb9cd0c7f8b0aec66390309f555e12387ed6edd7640ddd4a4a1ee843457c3
0x9629b26b8dc01ae4b0c38ab71c8924c351d82c5962f6f7fc5c219d1b42568d39
0x9632e3f6358fade8a4226ad689fb233a8d6efa2f2fab01c00a11dd046a1c3350

Functions
Getter at block 21772368
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmXQm2FTG3MJNzbbEqT8ustWpqMC4S5Rapi29TshcVNaAQ
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x24f4ef3de90fb68d54c9d826fcd95b439a81b364, 1000)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0xa7dd685f6b527ba21afd7f46ed93260b6d5a8ad3, 690000000000000)
getPlatformFeeInfo(view returns (addressuint16)
(0xa7dd685f6b527ba21afd7f46ed93260b6d5a8ad3, 0)
getPlatformFeeType(view returns (uint8)
1
name(view returns (string)
Introducing Kiosk
nextTokenIdToMint(view returns (uint256)
1
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0x24f4ef3de90fb68d54c9d826fcd95b439a81b364
platformFeeRecipient(view returns (address)
0xa7dd685f6b527ba21afd7f46ed93260b6d5a8ad3
primarySaleRecipient(view returns (address)
0x24f4ef3de90fb68d54c9d826fcd95b439a81b364
symbol(view returns (string)
KIOSK
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
subscribeToRegistry(address _subscription
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