Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
chore: Export to react-app package
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Nov 17, 2021
1 parent f492d38 commit da35708
Showing 1 changed file with 68 additions and 66 deletions.
134 changes: 68 additions & 66 deletions packages/react-app/contracts/hardhat_contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,19 +596,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getLastTokenId",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1096,7 +1083,7 @@
"chainId": "80001",
"contracts": {
"DRecruitV1": {
"address": "0x1f2Bd43C681386d99b7D134B68Ef0065C48E03FC",
"address": "0x9d70D8DF17e40Ec9b0870Fe8f2A41D77380137dB",
"abi": [
{
"inputs": [],
Expand Down Expand Up @@ -1604,30 +1591,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"name": "balances",
"outputs": [
{
"internalType": "address",
"name": "submitter",
"type": "address"
},
{
"internalType": "uint256",
"name": "fees",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1687,19 +1650,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getLastTokenId",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1786,6 +1736,11 @@
"internalType": "uint256",
"name": "_fee",
"type": "uint256"
},
{
"internalType": "contract IERC20",
"name": "_token",
"type": "address"
}
],
"name": "initialize",
Expand Down Expand Up @@ -1821,7 +1776,7 @@
"inputs": [
{
"internalType": "string",
"name": "_tokenUri",
"name": "tokenUri",
"type": "string"
},
{
Expand All @@ -1835,6 +1790,25 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"name": "owners",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "pause",
Expand Down Expand Up @@ -1915,6 +1889,11 @@
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "stake",
"type": "uint256"
}
],
"name": "request",
Expand Down Expand Up @@ -1946,6 +1925,35 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"name": "resumes",
"outputs": [
{
"internalType": "address",
"name": "submitter",
"type": "address"
},
{
"internalType": "uint256",
"name": "fees",
"type": "uint256"
},
{
"internalType": "string",
"name": "uri",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -2082,33 +2090,27 @@
},
{
"inputs": [],
"name": "tokenId",
"name": "token",
"outputs": [
{
"internalType": "uint256",
"name": "_value",
"type": "uint256"
"internalType": "contract IERC20",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
"inputs": [],
"name": "tokenId",
"outputs": [
{
"internalType": "uint256",
"name": "",
"name": "_value",
"type": "uint256"
}
],
"name": "tokenUris",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
Expand Down

0 comments on commit da35708

Please sign in to comment.