forked from FraxFinance/frax-solidity
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8b3fd5
commit 1e90f09
Showing
283 changed files
with
567,287 additions
and
1,200 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...penzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit.dbg.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,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../../../../build-info/e442c70280793b4492ada7e044c0460f.json" | ||
} |
86 changes: 86 additions & 0 deletions
86
...s/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit.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,86 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "IERC20Permit", | ||
"sourceName": "@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol", | ||
"abi": [ | ||
{ | ||
"inputs": [], | ||
"name": "DOMAIN_SEPARATOR", | ||
"outputs": [ | ||
{ | ||
"internalType": "bytes32", | ||
"name": "", | ||
"type": "bytes32" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "owner", | ||
"type": "address" | ||
} | ||
], | ||
"name": "nonces", | ||
"outputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "", | ||
"type": "uint256" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "owner", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "spender", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "value", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "deadline", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "uint8", | ||
"name": "v", | ||
"type": "uint8" | ||
}, | ||
{ | ||
"internalType": "bytes32", | ||
"name": "r", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"internalType": "bytes32", | ||
"name": "s", | ||
"type": "bytes32" | ||
} | ||
], | ||
"name": "permit", | ||
"outputs": [], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
], | ||
"bytecode": "0x", | ||
"deployedBytecode": "0x", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
4 changes: 4 additions & 0 deletions
4
artifacts/@openzeppelin/contracts/utils/Counters.sol/Counters.dbg.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,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../../build-info/e442c70280793b4492ada7e044c0460f.json" | ||
} |
10 changes: 10 additions & 0 deletions
10
artifacts/@openzeppelin/contracts/utils/Counters.sol/Counters.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,10 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "Counters", | ||
"sourceName": "@openzeppelin/contracts/utils/Counters.sol", | ||
"abi": [], | ||
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220bb219c296f3935bc53f9bd5c532831879d70edfd17ef6c4a7dce9d653b2da36264736f6c634300080a0033", | ||
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220bb219c296f3935bc53f9bd5c532831879d70edfd17ef6c4a7dce9d653b2da36264736f6c634300080a0033", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
4 changes: 4 additions & 0 deletions
4
artifacts/@openzeppelin/contracts/utils/cryptography/ECDSA.sol/ECDSA.dbg.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,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../../../build-info/e442c70280793b4492ada7e044c0460f.json" | ||
} |
10 changes: 10 additions & 0 deletions
10
artifacts/@openzeppelin/contracts/utils/cryptography/ECDSA.sol/ECDSA.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,10 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "ECDSA", | ||
"sourceName": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol", | ||
"abi": [], | ||
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220515008b9193cb0f6891bd852f15890080911960ea4bc09b9a356284184b66de564736f6c634300080a0033", | ||
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220515008b9193cb0f6891bd852f15890080911960ea4bc09b9a356284184b66de564736f6c634300080a0033", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
4 changes: 4 additions & 0 deletions
4
artifacts/@openzeppelin/contracts/utils/cryptography/draft-EIP712.sol/EIP712.dbg.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,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../../../build-info/e442c70280793b4492ada7e044c0460f.json" | ||
} |
10 changes: 10 additions & 0 deletions
10
artifacts/@openzeppelin/contracts/utils/cryptography/draft-EIP712.sol/EIP712.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,10 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "EIP712", | ||
"sourceName": "@openzeppelin/contracts/utils/cryptography/draft-EIP712.sol", | ||
"abi": [], | ||
"bytecode": "0x", | ||
"deployedBytecode": "0x", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
54,389 changes: 54,389 additions & 0 deletions
54,389
artifacts/build-info/182b41f591ef2465d6c9bbd4fc5b26a9.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,896 changes: 1,896 additions & 0 deletions
1,896
artifacts/build-info/194db023d77d2de1e0a5b1b8667e7a16.json
Large diffs are not rendered by default.
Oops, something went wrong.
4,491 changes: 4,491 additions & 0 deletions
4,491
artifacts/build-info/36a19eee347e9afe5dc7fbfa349bb293.json
Large diffs are not rendered by default.
Oops, something went wrong.
587 changes: 587 additions & 0 deletions
587
artifacts/build-info/3bb7c9fe44c5918ab8079a758e4f3c18.json
Large diffs are not rendered by default.
Oops, something went wrong.
2,567 changes: 2,567 additions & 0 deletions
2,567
artifacts/build-info/4307b0d46cd92cef19f6019223420ca5.json
Large diffs are not rendered by default.
Oops, something went wrong.
53,227 changes: 53,227 additions & 0 deletions
53,227
artifacts/build-info/4379f7a7e90ec4224805b9ed7de86d97.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.