Skip to content

Commit

Permalink
Added makersplace contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Kolodny committed Feb 23, 2021
1 parent 34c70d1 commit fc34426
Show file tree
Hide file tree
Showing 21 changed files with 2,436 additions and 18 deletions.
1,329 changes: 1,329 additions & 0 deletions contracts/abis/MakersplaceV2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/build/IERC721CreatorRoyalty.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498587095,
"lastModified": 1614103696609,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/IERC721TokenCreator.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498587103,
"lastModified": 1614103696616,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/ISupeRare.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498627245,
"lastModified": 1614103736041,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/Marketplace/IMarketplaceSettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498587109,
"lastModified": 1614103696623,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/Marketplace/MarketplaceSettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498587599,
"lastModified": 1614103697078,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/MaybeSendValue.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498587614,
"lastModified": 1614103697090,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/SendValueOrEscrow.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498587730,
"lastModified": 1614103697216,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/SuperRareAuctionHouse.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498586770,
"lastModified": 1614103696279,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/SuperRareLegacy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498631909,
"lastModified": 1614103740960,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/SuperRareMarketAuctionV2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498595618,
"lastModified": 1614103704993,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/SuperRareRoyaltyRegistry.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498587003,
"lastModified": 1614103696515,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/SuperRareTokenCreatorRegistry.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498587088,
"lastModified": 1614103696602,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/TestAssertFailOnPay.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498603533,
"lastModified": 1614103712665,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/TestExpensiveWallet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498619275,
"lastModified": 1614103728168,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/TestRequireFailOnPay.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498611411,
"lastModified": 1614103720404,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
2 changes: 1 addition & 1 deletion contracts/build/TestRevertOnPay.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"networks": {},
"lastModified": 1613498627237,
"lastModified": 1614103736034,
"code": {
"deployedBytecode": {
"linkReferences": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}

{-# OPTIONS_GHC -fno-warn-unused-matches #-}

module Pixura.Contracts.KnownOriginDigitalAsset where
Expand Down
13 changes: 13 additions & 0 deletions hs-contracts/src/Pixura/Contracts/MakersplaceV2.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}

module Pixura.Contracts.MakersplaceV2 where

import Network.Ethereum.Contract.TH

[abiFrom|contracts/abis/MakersplaceV2.json|]
3 changes: 2 additions & 1 deletion pixura-contracts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 6af1ba3615294574dca3233fde226cf543b8822e079661327e594d3888cdd2cb
-- hash: 5e0d197eb8f9e82f332427a1c2b10111c775d5280b190aa426f365efe25736ef

name: pixura-contracts
version: 0.3.0.0
Expand Down Expand Up @@ -37,6 +37,7 @@ library
Pixura.Contracts.IERC721CreatorRoyalty
Pixura.Contracts.IMarketplaceSettings
Pixura.Contracts.KnownOriginDigitalAsset
Pixura.Contracts.MakersplaceV2
Pixura.Contracts.Medianizer
Pixura.Contracts.PixuraNFT
Pixura.Contracts.PixuraNFTContractGenerator
Expand Down
Loading

0 comments on commit fc34426

Please sign in to comment.