ERC721Bedu2117WithOperatorFiltererUpgradeable

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xdf183068 at 16049662
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 43 additional slots
-
variable spans 45 additional slots
-
variable spans 49 additional slots
7 additional variables

No balances found for "ERC721Bedu2117WithOperatorFiltererUpgradeable"

No transactions found for "ERC721Bedu2117WithOperatorFiltererUpgradeable"


Functions
Getter at block 20823465
DEFAULT_SUBSCRIPTION(view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
defaultURI(view returns (string)
getContractWorkModes(view returns (bool mintingEnabledbool transferEnabledbool metadataRetrievalEnabled)
(mintingEnabled=false, transferEnabled=false, metadataRetrievalEnabled=false)
getTotalSupply(view returns (uint256)
0
mainURI(view returns (string)
name(view returns (string)
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x0000000000000000000000000000000000000000
royaltyParams(view returns (address royaltyAddressuint256 royaltyPercent)
(royaltyAddress=0x0000000000000000000000000000000000000000, royaltyPercent=0)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
checkFrozenTokenStatusesBatch(uint256[] tokenIds_view returns (bool[] frozenTokenStatuses)
exists(uint256 tokenId_view returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedAdmin(address account_view returns (bool)
isTrustedMinter(address account_view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePrice_view returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceId_view returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenId_view returns (string)
State-modifying
approve(address operator_uint256 tokenId_
burn(uint256 tokenId
burnTokenBatchByTrustedAdmin(uint256[] tokenIds_
freezeTokenTransferBatchByTrustedAdmin(uint256[] tokenIds_bool freeze_
initialize(string name_string symbol_string defaultURI_string mainURI_
mintTokenBatchByTrustedMinter(address recipient_uint256 tokenCount_
renounceOwnership(
safeTransferFrom(address from_address to_uint256 tokenId_
safeTransferFrom(address from_address to_uint256 tokenId_bytes data_
setApprovalForAll(address operator_bool approved_
setContractWorkModes(bool mintingEnabled_bool transferEnabled_bool metadataRetrievalEnabled_
setDefaultURI(string uri_
setMainURI(string uri_
transferFrom(address from_address to_uint256 tokenId_
transferOwnership(address newOwner
updateRoyaltyParams(address account_uint256 percent_
updateTrustedAdminStatus(address account_bool isAdmin_
updateTrustedMinterStatus(address account_bool isMinter_
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ContractWorkModesUpdated(bool mintingEnabledbool transferEnabledbool metadataRetrievalEnabled
DefaultURIUpdated(string uri
FrozenTokenStatusUpdated(uint256[] tokenIdsbool freeze
MainURIUpdated(string uri
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoyaltyParamsUpdated(address accountuint256 percent
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TrustedAdminStatusUpdated(address accountbool isTrustedAdmin
TrustedMinterStatusUpdated(address accountbool isTrustedMinter
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator