Mirror Editions
Verified contract
Active on
Ethereum with 4,792 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$6,569.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.5 | $2,627.90 |
$6,569.75 | |
(#3354) | EDITIONS | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106116 | 3 days ago | | | 0 | 0.00011964165 | |
| 20694986 | 2 months ago | | | 0 | 0.000066952662 | |
| 20688335 | 2 months ago | | | 0 | 0.000074929713 | |
| 20622265 | 2 months ago | | | 0 | 0.00014835253 | |
| 20622190 | 2 months ago | | | 0 | 0.00023349122 | |
| 20295521 | 4 months ago | | | 0 | 0.000044788278 | |
| 20229704 | 4 months ago | | | 0 | 0.00014075444 | |
| 20204962 | 4 months ago | | | 0 | 0.00023190396 | |
| 20195514 | 4 months ago | | | 0 | 0.00010310640 | |
| 19945506 | 5 months ago | | | 0 | 0.00023170276 |
ABI
ABI objects
Getter at block 21127759
name() view returns (string)
Mirror Editions
symbol() view returns (string)
EDITIONS
Read-only
balanceOf(address owner) view returns (uint256)
editions(uint256) view returns (uint256 quantity, uint256 price, address fundingRecipient, uint256 numSold)
getApproved(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 approve(address to, uint256 tokenId)
buyEdition(uint256 editionId) payable
createEdition(uint256 quantity, uint256 price, address fundingRecipient)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
withdrawFunds(uint256 editionId)
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)
EditionPurchased(uint256 indexed editionId, uint256 indexed tokenId, uint256 numSold, address indexed buyer)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.