Halloween On Base

Unverified contract

Proxy

Active on Base with 86 txns
Deployed by via 0xf2e60697 at 5835154
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 "Halloween On Base"

0x7f33282845668819a54de7484930d8af65a25cb79bff583c90b90e5698530121
0xf79a5131b1ea6c9cf3d1cb4033b45657abd55b1b4988dbd86f06bb660d823324
0x80e89939baf96e42b908b6125b0fb9822681aad9b38eb0f876ac7f812155fca1
0xbe5392de734d38bddd9b5014475c59cb2edb5fb38027cd9d9ce4e11b5050df00
0x2e124f6cff568baf138a34872e5dad0c8f0e14fa5690d8b7b3d6521fa714dffd
0x9b7df4eca502d0923060ea9f19e94646e5eafb98d5bd4d0cc3cba072a4f88b13
0xeb98f0f995545abaf6c533b3b49e007810536196ed1f3dac624d5c09afff1587
0x7af0356c348346a0f1327d36d5a10ce76c5b1487b57e64b23e694b938785551f
0x249899a0b85636369ab9751f2713f79784bc2b88fb7b12357b6d22fc645dd27b
0x5abfcf8908d74427f524cc97fa01d68b81288ed18cd6949851dd86a09c034a73

Functions
Getter at block 23165434
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmRevz3Ld41byqPpKdz3eLh6zavYBmKMaEm7adkfWd2Tnk
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x838912bef2424e40919965dc7e0b02ba147e6744, 0)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0xf9cb09e5daf02da3a7a18f258987e1da437e3164, 690000000000000)
getPlatformFeeInfo(view returns (addressuint16)
(0xf9cb09e5daf02da3a7a18f258987e1da437e3164, 0)
getPlatformFeeType(view returns (uint8)
1
name(view returns (string)
Halloween On Base
nextTokenIdToMint(view returns (uint256)
1
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0x838912bef2424e40919965dc7e0b02ba147e6744
platformFeeRecipient(view returns (address)
0xf9cb09e5daf02da3a7a18f258987e1da437e3164
primarySaleRecipient(view returns (address)
0x838912bef2424e40919965dc7e0b02ba147e6744
symbol(view returns (string)
HOB
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