commit
This commit is contained in:
34
abis/SafeERC20.json
Normal file
34
abis/SafeERC20.json
Normal file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user