Skip to content

Commit

Permalink
mainnet v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dievardump committed Mar 29, 2022
1 parent 207d1a6 commit b61dac2
Show file tree
Hide file tree
Showing 76 changed files with 15,259 additions and 2,706 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ npm install @0xdievardump/niftyforge

Full or Slim depending on your needs and use:

- Slim will be more series / pfp-like minting in a consecutive order
- Full will give lots of flexibility while still being easy to use)
- Slim will be more series / pfp-like minting in a consecutive order (only one minter)
- Full will give lots of flexibility while still being easy to use it in a simple way

# hardhat-deploy

Expand Down
74 changes: 0 additions & 74 deletions build/contracts/BaseOpenSea.json

This file was deleted.

62 changes: 6 additions & 56 deletions build/contracts/ERC721Full.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "ERC721Full",
"sourceName": "contracts/NFT/ERC721Helpers/ERC721Full.sol",
"sourceName": "contracts/NFT/ERC721Full.sol",
"abi": [
{
"anonymous": false,
Expand Down Expand Up @@ -306,7 +306,7 @@
"inputs": [
{
"internalType": "address",
"name": "user",
"name": "account",
"type": "address"
}
],
Expand All @@ -325,7 +325,7 @@
"inputs": [
{
"internalType": "address",
"name": "user",
"name": "account",
"type": "address"
}
],
Expand Down Expand Up @@ -475,7 +475,7 @@
"inputs": [
{
"internalType": "address",
"name": "owner_",
"name": "owner",
"type": "address"
},
{
Expand All @@ -499,7 +499,7 @@
"inputs": [
{
"internalType": "address",
"name": "user",
"name": "account",
"type": "address"
}
],
Expand All @@ -518,7 +518,7 @@
"inputs": [
{
"internalType": "address",
"name": "user",
"name": "account",
"type": "address"
}
],
Expand All @@ -533,30 +533,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"internalType": "address",
"name": "operator",
"type": "address"
}
],
"name": "isOwnersOpenSeaProxy",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -740,19 +716,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "proxyRegistry",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -992,19 +955,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "osProxyRegistry",
"type": "address"
}
],
"name": "setOpenSeaRegistry",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
Loading

0 comments on commit b61dac2

Please sign in to comment.