MirrorAllocatedEditionsLogic
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "MirrorAllocatedEditionsLogic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MirrorAllocatedEditionsLogic"
ABI
ABI objects
Getter at block 21098457
baseURI() view returns (string)
contentHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI() view returns (string)
metadata
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
mirrorOpenSale() view returns (address)
0x0e1c07384dd2ada007e4b819816fd34afb4678f1
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
royaltyPercentage() view returns (uint256)
0
royaltyRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner_) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getContentHash(uint256) view returns (bytes32)
isApprovedForAll(address owner_, address operator_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
cancelOwnershipTransfer()
initialize(struct IMirrorAllocatedEditionsLogicNFTMetadata metadata, address owner_, address fundingRecipient_, address royaltyRecipient_, uint256 royaltyPercentage_, uint256 price, bool list, bool open, uint256 feePercentage)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRoyaltyInfo(address royaltyRecipient_, uint256 royaltyPercentage_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address nextOwner_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltyChange(address indexed oldRoyaltyRecipient, uint256 oldRoyaltyPercentage, address indexed newRoyaltyRecipient, uint256 newRoyaltyPercentage)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address mirrorOpenSale_)
This contract contains no fallback and receive objects.
This contract contains no error objects.