commit
This commit is contained in:
56
abis/SafeCast.json
Normal file
56
abis/SafeCast.json
Normal file
@@ -0,0 +1,56 @@
|
||||
[
|
||||
{
|
||||
"inputs": [
|
||||
{
|
||||
"internalType": "uint8",
|
||||
"name": "bits",
|
||||
"type": "uint8"
|
||||
},
|
||||
{
|
||||
"internalType": "int256",
|
||||
"name": "value",
|
||||
"type": "int256"
|
||||
}
|
||||
],
|
||||
"name": "SafeCastOverflowedIntDowncast",
|
||||
"type": "error"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{
|
||||
"internalType": "int256",
|
||||
"name": "value",
|
||||
"type": "int256"
|
||||
}
|
||||
],
|
||||
"name": "SafeCastOverflowedIntToUint",
|
||||
"type": "error"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{
|
||||
"internalType": "uint8",
|
||||
"name": "bits",
|
||||
"type": "uint8"
|
||||
},
|
||||
{
|
||||
"internalType": "uint256",
|
||||
"name": "value",
|
||||
"type": "uint256"
|
||||
}
|
||||
],
|
||||
"name": "SafeCastOverflowedUintDowncast",
|
||||
"type": "error"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
{
|
||||
"internalType": "uint256",
|
||||
"name": "value",
|
||||
"type": "uint256"
|
||||
}
|
||||
],
|
||||
"name": "SafeCastOverflowedUintToInt",
|
||||
"type": "error"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user