We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d934805 commit 84beba8Copy full SHA for 84beba8
service_contracts/abi/FilecoinWarmStorageService.abi.json
@@ -1507,6 +1507,11 @@
1507
}
1508
]
1509
},
1510
+ {
1511
+ "type": "error",
1512
+ "name": "AtLeastOnePriceMustBeNonZero",
1513
+ "inputs": []
1514
+ },
1515
{
1516
"type": "error",
1517
"name": "CDNPaymentAlreadyTerminated",
@@ -2071,6 +2076,27 @@
2071
2076
2072
2077
2073
2078
2079
2080
2081
+ "name": "PriceExceedsMaximum",
2082
+ "inputs": [
2083
2084
+ "name": "priceType",
2085
+ "type": "string",
2086
+ "internalType": "string"
2087
2088
2089
+ "name": "maxAllowed",
2090
+ "type": "uint256",
2091
+ "internalType": "uint256"
2092
2093
2094
+ "name": "actual",
2095
2096
2097
+ }
2098
+ ]
2099
2074
2100
2075
2101
2102
"name": "ProofAlreadySubmitted",
0 commit comments