-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/npm_and_yarn/tests/e2e/hardhat/un…
…dici-5.28.4
- Loading branch information
Showing
22 changed files
with
11,466 additions
and
74 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,121 changes: 1,121 additions & 0 deletions
1,121
abis-supplemental/IGenArt721CoreContractV3_Engine_Flex.json
Large diffs are not rendered by default.
Oops, something went wrong.
722 changes: 722 additions & 0 deletions
722
abis-supplemental/IGenArt721CoreContractV3_Engine_PreV3p2.json
Large diffs are not rendered by default.
Oops, something went wrong.
87 changes: 87 additions & 0 deletions
87
abis-supplemental/IGenArt721CoreContractV3_ProjectFinance.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "IGenArt721CoreContractV3_ProjectFinance", | ||
"sourceName": "contracts/interfaces/v0.8.x/IGenArt721CoreContractV3_ProjectFinance.sol", | ||
"abi": [ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "_projectId", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "projectIdToFinancials", | ||
"outputs": [ | ||
{ | ||
"components": [ | ||
{ | ||
"internalType": "address payable", | ||
"name": "additionalPayeePrimarySales", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint8", | ||
"name": "secondaryMarketRoyaltyPercentage", | ||
"type": "uint8" | ||
}, | ||
{ | ||
"internalType": "address payable", | ||
"name": "additionalPayeeSecondarySales", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint8", | ||
"name": "additionalPayeeSecondarySalesPercentage", | ||
"type": "uint8" | ||
}, | ||
{ | ||
"internalType": "address payable", | ||
"name": "artistAddress", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint8", | ||
"name": "additionalPayeePrimarySalesPercentage", | ||
"type": "uint8" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "platformProviderSecondarySalesAddress", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint16", | ||
"name": "platformProviderSecondarySalesBPS", | ||
"type": "uint16" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "renderProviderSecondarySalesAddress", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint16", | ||
"name": "renderProviderSecondarySalesBPS", | ||
"type": "uint16" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "royaltySplitter", | ||
"type": "address" | ||
} | ||
], | ||
"internalType": "struct IGenArt721CoreContractV3_ProjectFinance.ProjectFinance", | ||
"name": "", | ||
"type": "tuple" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
} | ||
], | ||
"bytecode": "0x", | ||
"deployedBytecode": "0x", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.