MirrorOpenSaleV0
Verified contract
Active on
Ethereum with 485 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MirrorOpenSaleV0"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14238047 | 3 years ago | | | 0.5 | 0.015512730 | |
| 14231836 | 3 years ago | | | 2 | 0.025606434 | |
| 14231825 | 3 years ago | | | 2 | 0.020813512 | |
| 14186712 | 3 years ago | | | 0.5 | 0.021009404 | |
| 14186328 | 3 years ago | | | 0.5 | 0.019147862 | |
| 14185962 | 3 years ago | | | 0.5 | 0.010718613 | |
| 14185753 | 3 years ago | | | 1 | 0.011873812 | |
| 14185692 | 3 years ago | | | 1 | 0.016699270 | |
| 14185690 | 3 years ago | | | 2 | 0.018431647 | |
| 14179302 | 3 years ago | | | 0.75 | 0.021597210 |
ABI
ABI objects
Getter at block 21123356
VERSION() view returns (uint8)
0
feeRegistry() view returns (address)
0xeac226b370d77f436b5780b4dd4a49e59e8bea37
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
tributaryRegistry() view returns (address)
0x1171b858777120a59a6cc8148edda8982f187cd8
Read-only
sale(bytes32 h) view returns (struct IMirrorOpenSaleV0Sale)
State-modifying
Events close(struct IMirrorOpenSaleV0SaleConfig saleConfig_)
open(struct IMirrorOpenSaleV0SaleConfig saleConfig_)
purchase(struct IMirrorOpenSaleV0SaleConfig saleConfig_, address recipient) payable
register(struct IMirrorOpenSaleV0SaleConfig saleConfig_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CloseSale(bytes32 h)
OpenSale(bytes32 h)
Purchase(bytes32 h, address indexed token, uint256 tokenId, address indexed buyer, address indexed recipient)
RegisteredSale(bytes32 h, address indexed token, uint256 startTokenId, uint256 endTokenId, address indexed operator, address indexed recipient, uint256 price, bool open, uint256 feePercentage)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(bytes32 h, uint256 amount, uint256 fee, address indexed recipient)
constructor(address treasuryConfig_, address feeRegistry_, address tributaryRegistry_)
This contract contains no fallback and receive objects.
This contract contains no error objects.