Mirror Editions V3
Verified contract
Active on
Ethereum with 18,821 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($115,310.20)
Native
Value
$115,310.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 31.999677 | $3,603.48 |
$115,310.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236022 | 7 days ago | | | 0 | 0.0017314951 | |
| 21106315 | 25 days ago | | | 0 | 0.000083363221 | |
| 21102939 | 25 days ago | | | 0 | 0.000096848000 | |
| 20982958 | a month ago | | | 0 | 0.00020294637 | |
| 20982869 | a month ago | | | 0 | 0.00020431900 | |
| 20874467 | 2 months ago | | | 0 | 0.00030613758 | |
| 20732858 | 3 months ago | | | 0 | 0.000084393072 | |
| 20732206 | 3 months ago | | | 0 | 0.000083329641 | |
| 20725565 | 3 months ago | | | 0 | 0.00020245969 | |
| 20715475 | 3 months ago | | | 0 | 0.00036343699 |
ABI
ABI objects
Getter at block 21284999
contractURI() view returns (string)
https://mirror-api.com/singleton-editions/v3/metadata
feePercent() view returns (uint256)
250
governor() view returns (address)
0x0000000000000000000000000000000000000000
isGovernor() view returns (bool)
false
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
Mirror Editions V3
owner() view returns (address)
0x2330ee705ffd040bb0cba8cb7734dfe00e7c4b57
symbol() view returns (string)
EDITIONS_V3
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
Read-only
balanceOf(address owner) view returns (uint256)
computeFee(uint256 _amount) pure returns (uint256)
contentHash(uint256 tokenId) view returns (bytes32)
editions(uint256) view returns (uint256 quantity, uint256 price, address fundingRecipient, uint256 numSold, bytes32 contentHash)
fundingBalance(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoyaltyRecipient(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenToEdition(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
withdrawnForEdition(uint256) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
buyEdition(uint256 editionId) payable
cancelOwnershipTransfer()
changeBaseURI(string baseURI_)
changeGovernor(address governor_)
createEdition(uint256 quantity, uint256 price, address fundingRecipient, bytes32 contentHash_)
createEditionTiers(struct SingletonEditionsEditionTier[] tiers, address fundingRecipient)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRoyaltyRecipient(uint256 editionId, address newFundingRecipient)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address nextOwner_)
withdrawFunds(address fundingRecipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EditionCreated(uint256 quantity, uint256 price, address fundingRecipient, uint256 indexed editionId, bytes32 contentHash)
EditionPurchased(uint256 indexed editionId, uint256 indexed tokenId, uint256 numSold, uint256 amountPaid, address indexed buyer)
FundsWithdrawn(address fundingRecipient, uint256 amountWithdrawn, uint256 feeAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_, address owner_, address treasuryConfig_)
This contract contains no fallback and receive objects.
This contract contains no error objects.