uniswap-v2-contracts/dependencies/@openzeppelin-contracts-5.3.0/build/contracts/SafeERC20.json
Uncle Fatso 5f4365a3a8
make soldeer dependencies part of the repository
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-06-29 15:05:11 +03:00

44 lines
1.3 KiB
JSON

{
"_format": "hh-sol-artifact-1",
"contractName": "SafeERC20",
"sourceName": "contracts/token/ERC20/utils/SafeERC20.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "currentAllowance",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "requestedDecrease",
"type": "uint256"
}
],
"name": "SafeERC20FailedDecreaseAllowance",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "SafeERC20FailedOperation",
"type": "error"
}
],
"bytecode": "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea2646970667358221220f0d1895358e40514c3511af494d04260aa09d9d1172e0fabd7a14eedfee66afa64736f6c63430008180033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea2646970667358221220f0d1895358e40514c3511af494d04260aa09d9d1172e0fabd7a14eedfee66afa64736f6c63430008180033",
"linkReferences": {},
"deployedLinkReferences": {}
}