Minutes

Verified contract

Proxy

Active on Ethereum with 24 txns
Deployed by via 0xe897b512 at 17983141
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 49 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 43 additional slots
16 additional variables

No balances found for "Minutes"

0x1c594ae5fbf7f1d6727b8f772a7d16ba78c83289b3ebf0d9c8f8c438faafba1e
0xa9f950540f700ddb1df4cb3b212bd8a5d7f6919a958870590e3ba95a07280c87
0x08ea70ba86211f41d200d44098269f8d4ee9ed3768c6bb20042e1db0e68bf93a
0x00732f7abb140e575327f7303d0fbb0f4fd0c29f8d21904113850a82bf9163d7
0x5d373699b8b3035fdcfcec63f48e35fc0b32348b263f061d215615f26c45e9ad
0xa3af156757d5b2d114d31963d5a5d273237bbdfaca5351f22ba6d7c0405c36ea
0x9a2e0bf4c74fa666f5ea91eb7c265743116164f2d9073d764eca1659b67964f5
0xdf642006b4e9de9239c38cac1c10669c962eb96993f41336a6fb9044119fceb1
0x16ecf8746ee42fd93c7369898ffdaf3acd0c25a6407f454db3b849694ce04e27
0x855e2229ca1c2a09ff67a4b6dcdd5699202f79118327200a2d497d95ab8583fe

Functions
Getter at block 21436033
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243373231000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmbhA8JcVuDiZyiDfjwKSvgGLdH2LAg2vRAXjdvJhHnACc/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x5b91d8975cd743a4e345ca99776a33c5432ea163, 1000)
getPlatformFeeInfo(view returns (addressuint16)
(0x5b91d8975cd743a4e345ca99776a33c5432ea163, 0)
name(view returns (string)
Minutes
nextTokenIdToMint(view returns (uint256)
14
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0x5b91d8975cd743a4e345ca99776a33c5432ea163
platformFeeRecipient(view returns (address)
0x5b91d8975cd743a4e345ca99776a33c5432ea163
primarySaleRecipient(view returns (address)
0x5b91d8975cd743a4e345ca99776a33c5432ea163
symbol(view returns (string)
MIN
totalSupply(view returns (uint256)
14
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 operatoruint256 tokenId
burn(uint256 tokenId
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
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
subscribeToRegistry(address _subscription
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress 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 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
OperatorNotAllowed(address operator