44 lines
1.4 KiB
JSON
44 lines
1.4 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": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f801a314115e9614c0eb5151c53073bb518ae8e7545ae7421ab8d7e3e6464e8b64736f6c63430008140033",
|
|
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f801a314115e9614c0eb5151c53073bb518ae8e7545ae7421ab8d7e3e6464e8b64736f6c63430008140033",
|
|
"linkReferences": {},
|
|
"deployedLinkReferences": {}
|
|
}
|