ImxMintableERC721
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
19
Slot
XX
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
Balances ($0.00)
No balances found for "ImxMintableERC721"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ImxMintableERC721"
ABI
ABI objects
Getter at block 21172177
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 owner) view returns (uint256)
evaluateBy(address operator, uint256 target, uint256 desired) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isOwner(address _addr) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
userRoles(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(address _to, uint256 _tokenId)
mintFor(address _to, uint256 _quantity, bytes _mintingBlob)
postConstruct(string _name, string _symbol)
rescueErc20(address _contract, address _to, uint256 _value)
safeMint(address _to, uint256 _tokenId)
safeMint(address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
setContractURI(string _contractURI)
setRoyaltyInfo(address _royaltyReceiver, uint16 _royaltyPercentage)
setTokenURI(uint256 _tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _owner)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(address indexed _by, string oldVal, string newVal)
BeaconUpgraded(address indexed beacon)
Burnt(address indexed _by, address indexed _from, uint256 indexed _tokenId)
ContractURIUpdated(address indexed _by, string _value)
Initialized(uint8 version)
Minted(address indexed _by, address indexed _to, uint256 indexed _tokenId)
OwnerUpdated(address indexed _by, address indexed _oldVal, address indexed _newVal)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleUpdated(address indexed _by, address indexed _to, uint256 _requested, uint256 _actual)
RoyaltyInfoUpdated(address indexed _by, address indexed _receiver, uint16 _percentage)
TokenURIUpdated(address indexed _by, uint256 tokenId, string oldVal, string newVal)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.