Mirror Editions V2
Verified contract
Active on
Ethereum with 4,397 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($47,028.78)
Native
Value
$47,028.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 13.1285 | $3,582.19 |
$47,028.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257591 | 5 days ago | | | 0 | 0.00076300844 | |
| 21257482 | 5 days ago | | | 0 | 0.00051928023 | |
| 21237610 | 8 days ago | | | 0 | 0.00062018986 | |
| 20814428 | 2 months ago | | | 0 | 0.0024767501 | |
| 20721458 | 3 months ago | | | 0 | 0.00024629115 | |
| 20571452 | 3 months ago | | | 0 | 0.000051480148 | |
| 20506991 | 4 months ago | | | 0 | 0.000047315988 | |
| 20506990 | 4 months ago | | | 0 | 0.000045791038 | |
| 20398054 | 4 months ago | | | 0 | 0.000075682677 | |
| 20390863 | 4 months ago | | | 0 | 0.000065741036 |
ABI
ABI objects
Getter at block 21292940
contractURI() view returns (string)
https://mirror-api.com/editions/v2/metadata
feePercent() view returns (uint16)
0
feeUpdateTimelock() view returns (uint256)
172800
feesAccrued() view returns (uint256)
0
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
Mirror Editions V2
nextFeePercent() view returns (uint16)
0
nextFeeUpdateTime() view returns (uint256)
0
nextOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x2330ee705ffd040bb0cba8cb7734dfe00e7c4b57
symbol() view returns (string)
EDITIONS_V2
treasury() view returns (address)
0xd5ca42b27f5b37da1b08dba71a53056b0c939204
Read-only
balanceOf(address owner) view returns (uint256)
computeFee(uint256 _amount) view 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_)
createEdition(uint256 quantity, uint256 price, address fundingRecipient, bytes32 contentHash)
createEditionTiers(struct EditionsEditionTier[] tiers, address fundingRecipient)
executeFeeUpdate()
queueFeeUpdate(uint16 newFee)
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_)
updateTreasury(address newTreasury)
withdrawFees()
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)
FeeUpdateQueued(uint256 newFee, address sender)
FeeUpdated(uint256 feePercent, address sender)
FeesWithdrawn(uint256 feesAccrued, address sender)
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 treasury_, uint16 initialFee, uint256 feeUpdateTimelock_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.