diff --git a/contracts-abi/contracts/discrepancies/nonce/InternalCallee.sol/InternalCallee.json b/contracts-abi/contracts/discrepancies/nonce/InternalCallee.sol/InternalCallee.json deleted file mode 100644 index 66c11c40f..000000000 --- a/contracts-abi/contracts/discrepancies/nonce/InternalCallee.sol/InternalCallee.json +++ /dev/null @@ -1,125 +0,0 @@ -[ - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "address", - "name": "", - "type": "address" - } - ], - "name": "DeployedContractAddress", - "type": "event" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "_salt", - "type": "uint256" - } - ], - "name": "deployViaCreate2", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "externalFunction", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "factorySample", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address payable", - "name": "_addr", - "type": "address" - } - ], - "name": "internalTransfer", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "revertWithRevertReason", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "revertWithoutRevertReason", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address payable", - "name": "_addr", - "type": "address" - } - ], - "name": "selfDestruct", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address payable", - "name": "sampleAddress", - "type": "address" - } - ], - "name": "selfdestructSample", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } -]