Skip to content

Commit

Permalink
ERC-2981 and name variable (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhABC committed Oct 28, 2021
1 parent 63ababb commit 10ab95f
Show file tree
Hide file tree
Showing 56 changed files with 5,376 additions and 1,682 deletions.
59 changes: 59 additions & 0 deletions src/artifacts/contracts/interfaces/IERC2981.sol/IERC2981.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC2981",
"sourceName": "contracts/interfaces/IERC2981.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "_tokenId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_saleCost",
"type": "uint256"
}
],
"name": "royaltyInfo",
"outputs": [
{
"internalType": "address",
"name": "receiver",
"type": "address"
},
{
"internalType": "uint256",
"name": "royaltyAmount",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "_interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 10ab95f

Please sign in to comment.