MusicNerd

Unverified contract

Proxy

Active on Base
Deployed by via 0x92aa9781 at 13313276
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
17 additional variables

No balances found for "MusicNerd"

0xe5c749528e23d7480b43d4a753cd1f03a6157d129ed23dd7c322f3a76a55391b
0x0a33eb00d6526b3b7e542dfc637544c67d156268cf69220d543b72a34f1f85e8
0xaaad2277d2cf8c87d4533350279845c37b52c1e01928835fdcb9ff28f412d2dd
0x2e58cc5f1dfeb303cf1e4658b866f4a8ce7cda8f874230b101d6e271da9d76da
0x6b9932f5c67da1650658abfb6acff3fd27da838dd8ea10a9df05045ee8e897a7
0xac52d8e80b3e5a65e0a922eb5b4e16928ee64349c0cee8d6871a7883a05d1cf1
0xd6154380b6bd711174e080e1cc18e900f25b7057f2bfaca73367e9268648d40f
0xcd267bfdd3d0b558a64f300f4426cbe5bcb01380af254bec099f54d9071a1597
0x7cb19f00a721093658e1252e612da7e61b2e08ab08e7bc93ab00a74c08b998f4
0xac8497203e1878b289213af8f33dd126689db32ac62ac16a17b1d0fee4f75347

Functions
Getter at block 22748402
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243373231000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmXzpZLYZ38vJMw8Sp4WrrvQ42rrJuNrGnjaMRZTgiBPTH/0
contractVersion(pure returns (uint8)
1
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=TokenERC721, version=1, chainId=8453, verifyingContract=0xccaf48080356af8e45564b63687877af2ca34950, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x07bfc62f5d44250e0d24e3ad4682128f1af0caaa, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0x07bfc62f5d44250e0d24e3ad4682128f1af0caaa, 0)
name(view returns (string)
MusicNerd
nextTokenIdToMint(view returns (uint256)
375658
owner(view returns (address)
0x07bfc62f5d44250e0d24e3ad4682128f1af0caaa
platformFeeRecipient(view returns (address)
0x07bfc62f5d44250e0d24e3ad4682128f1af0caaa
primarySaleRecipient(view returns (address)
0x07bfc62f5d44250e0d24e3ad4682128f1af0caaa
symbol(view returns (string)
MN
totalSupply(view returns (uint256)
375658
uriFrozen(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
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 owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
verify(struct ITokenERC721MintRequest _reqbytes _signatureview returns (booladdress)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
freezeMetadata(
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
mintTo(address _tostring _urireturns (uint256)
mintWithSignature(struct ITokenERC721MintRequest _reqbytes _signaturepayable returns (uint256 tokenIdMinted)
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes 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
setTokenURI(uint256 _tokenIdstring _uri
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
EIP712DomainChanged(
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 uri
TokensMintedWithSignature(address indexed signeraddress indexed mintedTouint256 indexed tokenIdMintedstruct ITokenERC721MintRequest mintRequest
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
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.