Consumer All Hands

Unverified contract

Proxy

Active on Base with 174 txns
Deployed by via 0x13da01a6 at 5355895
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 "Consumer All Hands"

0x061d98b69db1c25e36be63b5a3c56123d7cab87d3d42ac558fabef26a0facd48
0x98a944e414165cccc04c0cfc5d2c55ae244a3e6f8c9d41265d69bbc1b3908c0f
0xc102b2e99e4798e6d37d90a9851cf22d16c82f27bd43b7a2fef3d1c3b11f9e40
0xa9ace0bbb92954f282934b99be63c51dd774e8290f877ea007c1cd406061cef9
0xe14522a9f351b44199a01416eba882511ac3d3fd6b2c485b33abd47289f8a99c
0xb1fecba747dfbb5a3b87c1f4367199fb330bbad26a931c1ba24d270423a18b4b
0xab1841830c81da54a11f573cebe8280ad533bec9f72e496d2a706f28b0c7f9ad
0x7dc14e128ef97d789b24435a04240f8545fabfe4b5de888fdaf0926603e8ef62
0x2fabd5470697d6b23f6dba5193565d8381b994bfac455431c6bb507998307d59
0x1f769ad88ea6d333aaf00f18d31e1f809b48da6dd14a6ba535eb93be9ebc3d96

Functions
Getter at block 22944463
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://Qme3uFXv21yLXRbbnFHrBzHUxCSyd4r5mkseSDMAG6J3kA/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xbea0be636529dd2cefa5eb5945d3e1088cc1d335, 0)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0xbea0be636529dd2cefa5eb5945d3e1088cc1d335, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0xbea0be636529dd2cefa5eb5945d3e1088cc1d335, 0)
getPlatformFeeType(view returns (uint8)
0
name(view returns (string)
Consumer All Hands
nextTokenIdToMint(view returns (uint256)
1
owner(view returns (address)
0x0000000000000000000000000000000000000000
platformFeeRecipient(view returns (address)
0xbea0be636529dd2cefa5eb5945d3e1088cc1d335
primarySaleRecipient(view returns (address)
0xbea0be636529dd2cefa5eb5945d3e1088cc1d335
symbol(view returns (string)
CAH
uriFrozen(view returns (bool)
false
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
freezeMetadata(
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
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
setTokenURI(uint256 _tokenIdstring _uri
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
MetadataFrozen(
MetadataUpdate(uint256 _tokenId
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

This contract contains no error objects.