MintRich Owner
Verified contract
Proxy
Active on
Ethereum with 30 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MintRich Owner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21113251 | a month ago | | | 0 | 0.0016477333 | |
| 21113221 | a month ago | | | 0 | 0.00018170329 | |
| 21099084 | a month ago | | | 0 | 0.0015867557 | |
| 21098186 | a month ago | | | 0 | 0.0011225985 | |
| 21097768 | a month ago | | | 0 | 0.0012465109 | |
| 21096947 | a month ago | | | 0 | 0.0016102364 | |
| 21094555 | a month ago | | | 0 | 0.0035989739 | |
| 21093701 | a month ago | | | 0 | 0.0066381167 | |
| 21093701 | a month ago | | | 0 | 0.0041227043 | |
| 21093518 | a month ago | | | 0 | 0.0051824262 |
ABI
ABI objects
Getter at block 21316659 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
metadataRenderer() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
MintRich Owner
owner() view returns (address)
0xcf967a708ffa3e0b4d285f29e1ba8852f7ed8382
symbol() view returns (string)
MROwner
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
implementationTypes(uint256) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
predictDeterministicAddress(bytes32 collectionId, uint256 collectionType) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnToken()
createRichCollection(bytes32 collectionId, uint256 collectionType, string name, string symbol, bytes32 packedData, bytes information)
initialize(address _implementationERC721A, address _implementationERC404, address _implementationERC20)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setImplementationAddress(uint256 collectionType, address _implementationAddress)
setMetadataRenderer(address _metadataRenderer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint64 version)
MintRichCollectionCreated(address indexed owner, address indexed collectionAddress, bytes32 collectionId, uint256 collectionType, string name, string symbol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ERC1167FailedCreateClone()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
FailedInnerCall()
InvalidCaller()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)