ImxMintableERC721

Verified contract

Implementation

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

No balances found for "ImxMintableERC721"

No transactions found for "ImxMintableERC721"


Functions
Getter at block 20825880
FEATURE_BURNS_ON_BEHALF(view returns (uint32)
16
FEATURE_OWN_BURNS(view returns (uint32)
8
FEATURE_TRANSFERS(view returns (uint32)
1
FEATURE_TRANSFERS_ON_BEHALF(view returns (uint32)
2
ROLE_ACCESS_MANAGER(view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_OWNER_MANAGER(view returns (uint32)
2097152
ROLE_RESCUE_MANAGER(view returns (uint32)
524288
ROLE_ROYALTY_MANAGER(view returns (uint32)
1048576
ROLE_TOKEN_CREATOR(view returns (uint32)
65536
ROLE_TOKEN_DESTROYER(view returns (uint32)
131072
ROLE_UPGRADE_MANAGER(view returns (uint256)
28948022309329048855892746252171976963317496166410141009864396001978282409984
ROLE_URI_MANAGER(view returns (uint32)
262144
baseURI(view returns (string)
contractURI(view returns (string)
features(view returns (uint256)
0
getImplementation(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
royaltyPercentage(view returns (uint16)
0
royaltyReceiver(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
evaluateBy(address operatoruint256 targetuint256 desiredview returns (uint256)
exists(uint256 _tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isFeatureEnabled(uint256 requiredview returns (bool)
isOperatorInRole(address operatoruint256 requiredview returns (bool)
isOwner(address _addrview returns (bool)
isSenderInRole(uint256 requiredview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _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)
userRoles(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
burn(uint256 _tokenId
mint(address _touint256 _tokenId
mintFor(address _touint256 _quantitybytes _mintingBlob
postConstruct(string _namestring _symbol
rescueErc20(address _contractaddress _touint256 _value
safeMint(address _touint256 _tokenId
safeMint(address _touint256 _tokenIdbytes _data
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string __baseURI
setContractURI(string _contractURI
setRoyaltyInfo(address _royaltyReceiveruint16 _royaltyPercentage
setTokenURI(uint256 _tokenIdstring _tokenURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address _owner
updateFeatures(uint256 _mask
updateRole(address operatoruint256 role
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIUpdated(address indexed _bystring oldValstring newVal
BeaconUpgraded(address indexed beacon
Burnt(address indexed _byaddress indexed _fromuint256 indexed _tokenId
ContractURIUpdated(address indexed _bystring _value
Initialized(uint8 version
Minted(address indexed _byaddress indexed _touint256 indexed _tokenId
OwnerUpdated(address indexed _byaddress indexed _oldValaddress indexed _newVal
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleUpdated(address indexed _byaddress indexed _touint256 _requesteduint256 _actual
RoyaltyInfoUpdated(address indexed _byaddress indexed _receiveruint16 _percentage
TokenURIUpdated(address indexed _byuint256 tokenIdstring oldValstring newVal
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
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.