archon.audit.report
100.0
1,000,000 free RPC requestsJust a wallet, via x402.
Start buildingFor agent 97 on Mantle Mainnet · 2026-06-23
https://archonaudit.xyz/app/proofs
{
"chain": {
"name": "Mantle Mainnet",
"chainId": 5000
},
"report": {
"id": "050960a6-7b9b-4ed0-af5a-b574eaa4f740",
"scope": {
"pragma": "^0.8.24",
"network": "mantle-mainnet",
"lineCount": 88,
"protocols": [
"mETH",
"cmETH",
"USDY",
"Aave V3",
"Merchant Moe",
"Agni"
],
"sourceKind": "paste",
"aiReasoning": {
"hits": 0,
"total": 17,
"misses": 17,
"batches": 9,
"reasons": {},
"skipped": 0,
"enriched": 17,
"provider": "tokenhub",
"timeoutMs": 75000,
"fallbackCount": 0,
"providersUsed": [
"Tencent Cloud TokenHub (deepseek-v4-pro)",
"OpenAI (gpt-4o-mini)"
]
},
"reducedMode": null,
"solcVersion": "0.8.24",
"gasOptimizer": {
"pricing": {
"mode": "calibrated-receipts",
"pricedAt": "2026-06-23T02:23:30.730Z",
"l2GasPriceWei": "50000100000",
"deployDataFeeMnt": "0.011937104268368912",
"deployDataFeeWei": "11937104268368912",
"calldataZeroBytes": 29,
"calibrationErrorPct": 0,
"calldataGasEstimate": 53620,
"calldataNonZeroBytes": 3344,
"creationBytecodeBytes": 3373
},
"daPricing": {
"model": {
"mode": "calibrated-receipts",
"samples": [
{
"txHash": "0x82d99588e5f1bff33d618743025d598445493032637de25844a67aa8e88088ef",
"l1FeeWei": "699231354481640",
"l1GasUsed": "2530",
"zeroBytes": 135,
"l1GasPrice": "538782662",
"totalBytes": 228,
"blobGasUsed": "63200",
"blockNumber": "96205628",
"nonZeroBytes": 93,
"l1BlobBaseFee": "330004069609410902",
"l1BaseFeeScalar": "169019",
"operatorFeeScalar": "100000000",
"calldataGasEstimate": 2028,
"l1BlobBaseFeeScalar": "0",
"operatorFeeConstant": "0",
"daFootprintGasScalar": "400"
},
{
"txHash": "0xb9ce87de86b212b91eb64012bbdab91014373da1f6d960470b340e1991a1a7c5",
"l1FeeWei": "6874261528561290",
"l1GasUsed": "22258",
"zeroBytes": 28,
"l1GasPrice": "603039864",
"totalBytes": 1945,
"blobGasUsed": "556400",
"blockNumber": "96205472",
"nonZeroBytes": 1917,
"l1BlobBaseFee": "321479049246759320",
"l1BaseFeeScalar": "169019",
"operatorFeeScalar": "100000000",
"calldataGasEstimate": 30784,
"l1BlobBaseFeeScalar": "0",
"operatorFeeConstant": "0",
"daFootprintGasScalar": "400"
}
],
"validation": [
{
"txHash": "0x82d99588e5f1bff33d618743025d598445493032637de25844a67aa8e88088ef",
"errorPct": 0,
"actualL1FeeWei": "699231354481640",
"predictedL1FeeWei": "699231354481572"
},
{
"txHash": "0xb9ce87de86b212b91eb64012bbdab91014373da1f6d960470b340e1991a1a7c5",
"errorPct": 0,
"actualL1FeeWei": "6874261528561290",
"predictedL1FeeWei": "6874261528560500"
}
],
"sampleCount": 2,
"zeroByteFeeWei": "2736708878864",
"nonZeroByteFeeWei": "3545974793924",
"maxValidationErrorPct": 0,
"meanValidationErrorPct": 0
},
"source": "receipt-calibrated",
"groundTruthField": "l1Fee"
},
"sourceHash": "0x869a106b3098bce47c056498615255232f995ac9590aedf01d581a4022db7a9c",
"measurement": {
"forge": {
"ok": false,
"error": "Error (7576): Undeclared identifier.",
"command": "forge test --gas-report",
"attempted": true,
"gasReport": null
},
"source": "deterministic-estimate",
"status": "degraded",
"patches": [
{
"note": "Review-only patch is not auto-applied for measurement.",
"after": "Group adjacent bool/address/small uint fields together and place full-slot fields after them.",
"before": "uint8 public decimals = 6; … address public owner;",
"ruleId": "storage-packing",
"safety": "review",
"status": "skipped",
"l2GasDelta": 20000,
"l1DaDeltaWei": null
},
{
"note": "Review-only patch is not auto-applied for measurement.",
"after": "Use the smallest ABI-safe integer width only when the domain is bounded and documented.",
"before": "function approve(address spender, uint256 amount) external returns (bool) {",
"ruleId": "calldata-smaller-types",
"safety": "review",
"status": "skipped",
"l2GasDelta": null,
"l1DaDeltaWei": null
},
{
"note": "Foundry measurement unavailable; deterministic rule estimate retained and clearly labeled.",
"after": "error INSUFFICIENTBALANCE(); … if (!(condition)) revert INSUFFICIENTBALANCE();",
"before": "require(balanceOf[msg.sender] >= amount, \"INSUFFICIENT_BALANCE\");",
"ruleId": "custom-errors",
"safety": "safe",
"status": "estimated",
"l2GasDelta": 120,
"l1DaDeltaWei": null
},
{
"note": "Foundry measurement unavailable; deterministic rule estimate retained and clearly labeled.",
"after": "error INSUFFICIENTBALANCE(); … if (!(condition)) revert INSUFFICIENTBALANCE();",
"before": "require(balanceOf[from] >= amount, \"INSUFFICIENT_BALANCE\");",
"ruleId": "custom-errors",
"safety": "safe",
"status": "estimated",
"l2GasDelta": 120,
"l1DaDeltaWei": null
},
{
"note": "Foundry measurement unavailable; deterministic rule estimate retained and clearly labeled.",
"after": "error INSUFFICIENTALLOWANCE(); … if (!(condition)) revert INSUFFICIENTALLOWANCE();",
"before": "require(allowance[from][msg.sender] >= amount, \"INSUFFICIENT_ALLOWANCE\");",
"ruleId": "custom-errors",
"safety": "safe",
"status": "estimated",
"l2GasDelta": 120,
"l1DaDeltaWei": null
},
{
"note": "Review-only patch is not auto-applied for measurement.",
"after": "address immutable public owner;",
"before": "address public owner;",
"ruleId": "immutable-constant",
"safety": "review",
"status": "skipped",
"l2GasDelta": 2100,
"l1DaDeltaWei": null
},
{
"note": "Review-only patch is not auto-applied for measurement.",
"after": "uint256 cached = balanceOf[msg.sender]; // reuse cached value",
"before": "balanceOf[msg.sender] read 2 times",
"ruleId": "cache-repeated-sload",
"safety": "review",
"status": "skipped",
"l2GasDelta": 100,
"l1DaDeltaWei": null
},
{
"note": "Review-only patch is not auto-applied for measurement.",
"after": "uint256 cached = balanceOf[to]; // reuse cached value",
"before": "balanceOf[to] read 2 times",
"ruleId": "cache-repeated-sload",
"safety": "review",
"status": "skipped",
"l2GasDelta": 100,
"l1DaDeltaWei": null
},
{
"note": "Review-only patch is not auto-applied for measurement.",
"after": "uint256 cached = balanceOf[from]; // reuse cached value",
"before": "balanceOf[from] read 2 times",
"ruleId": "cache-repeated-sload",
"safety": "review",
"status": "skipped",
"l2GasDelta": 100,
"l1DaDeltaWei": null
},
{
"note": "Review-only patch is not auto-applied for measurement.",
"after": "uint256 cached = allowance[from]; // reuse cached value",
"before": "allowance[from] read 2 times",
"ruleId": "cache-repeated-sload",
"safety": "review",
"status": "skipped",
"l2GasDelta": 100,
"l1DaDeltaWei": null
},
{
"note": "Review-only patch is not auto-applied for measurement.",
"after": "mapping(uint256 => uint256) bitmap; // pack 256 flags per slot",
"before": "mapping(address => bool) public blacklisted;",
"ruleId": "bitmap-bools",
"safety": "review",
"status": "skipped",
"l2GasDelta": 20000,
"l1DaDeltaWei": null
}
],
"version": "archon.gasMeasurement.v1",
"measuredAt": "2026-06-23T02:23:31.046Z",
"rulesetHash": "994333ddc3034368c57d77e1d297b84abff37bdd92bbd7e8be0bc24439072dd9",
"contractHash": "869a106b3098bce47c056498615255232f995ac9590aedf01d581a4022db7a9c"
},
"opportunities": [
{
"id": "storage-packing",
"file": "MantleUSDCe_Interface.sol",
"after": "Group adjacent bool/address/small uint fields together and place full-slot fields after them.",
"patch": {
"newText": " uint8 public decimals = 6; // REVIEW: reorder adjacent small storage fields with nearby small fields to reduce SSTORE/SLOAD slots",
"oldText": " uint8 public decimals = 6;"
},
"title": "Pack small storage variables into fewer slots",
"where": "MantleUSDCe_Interface.sol:10",
"before": "uint8 public decimals = 6; … address public owner;",
"safety": "review",
"newText": " uint8 public decimals = 6; // REVIEW: reorder adjacent small storage fields with nearby small fields to reduce SSTORE/SLOAD slots",
"oldText": " uint8 public decimals = 6;",
"category": "storage",
"severity": "medium",
"lineStart": 10,
"rationale": "Storage slot packing can remove entire SSTORE/SLOAD slots but changes layout, so upgradeable contracts need manual review.",
"confidence": 0.64,
"estL1Delta": null,
"estL2Delta": 20000,
"annualizedBasis": "Static deterministic estimate. Exact runtime deltas require queued Foundry snapshots with representative inputs.",
"estimatedGasSaved": 20000,
"estimatedDataBytesSaved": null
},
{
"id": "calldata-smaller-types",
"file": "MantleUSDCe_Interface.sol",
"after": "Use the smallest ABI-safe integer width only when the domain is bounded and documented.",
"patch": {
"newText": " function approve(address spender, uint256 amount) external returns (bool) { // REVIEW: bounded calldata params may be packable/smaller in structs or encoded batches",
"oldText": " function approve(address spender, uint256 amount) external returns (bool) {"
},
"title": "Review calldata parameter width",
"where": "MantleUSDCe_Interface.sol:40",
"before": "function approve(address spender, uint256 amount) external returns (bool) {",
"safety": "review",
"newText": " function approve(address spender, uint256 amount) external returns (bool) { // REVIEW: bounded calldata params may be packable/smaller in structs or encoded batches",
"oldText": " function approve(address spender, uint256 amount) external returns (bool) {",
"category": "calldata",
"severity": "low",
"lineStart": 40,
"rationale": "For individual ABI params uint256 still occupies a full word, but bounded types help packed structs/batches and prevent redundant calldata.",
"confidence": 0.55,
"estL1Delta": 16,
"estL2Delta": null,
"annualizedBasis": "Receipt-calibrated DA estimate for calldata/data bytes; exact deltas require V2.1.2 harness measurement.",
"estimatedGasSaved": null,
"estimatedDataBytesSaved": 16
},
{
"id": "custom-errors",
"file": "MantleUSDCe_Interface.sol",
"after": "error INSUFFICIENTBALANCE(); … if (!(condition)) revert INSUFFICIENTBALANCE();",
"patch": {
"newText": " if (!(balanceOf[msg.sender] >= amount)) revert INSUFFICIENTBALANCE();",
"oldText": " require(balanceOf[msg.sender] >= amount, \"INSUFFICIENT_BALANCE\");"
},
"title": "Replace long revert string with custom error",
"where": "MantleUSDCe_Interface.sol:53",
"before": "require(balanceOf[msg.sender] >= amount, \"INSUFFICIENT_BALANCE\");",
"safety": "safe",
"newText": " if (!(balanceOf[msg.sender] >= amount)) revert INSUFFICIENTBALANCE();",
"oldText": " require(balanceOf[msg.sender] >= amount, \"INSUFFICIENT_BALANCE\");",
"category": "deployment",
"severity": "info",
"lineStart": 53,
"rationale": "Custom errors reduce deployment bytecode and revert-path gas while preserving typed failure semantics.",
"confidence": 0.9,
"estL1Delta": 20,
"estL2Delta": 120,
"annualizedBasis": "Static deterministic estimate. Exact runtime deltas require queued Foundry snapshots with representative inputs.",
"estimatedGasSaved": 120,
"estimatedDataBytesSaved": 20
},
{
"id": "custom-errors",
"file": "MantleUSDCe_Interface.sol",
"after": "error INSUFFICIENTBALANCE(); … if (!(condition)) revert INSUFFICIENTBALANCE();",
"patch": {
"newText": " if (!(balanceOf[from] >= amount)) revert INSUFFICIENTBALANCE();",
"oldText": " require(balanceOf[from] >= amount, \"INSUFFICIENT_BALANCE\");"
},
"title": "Replace long revert string with custom error",
"where": "MantleUSDCe_Interface.sol:68",
"before": "require(balanceOf[from] >= amount, \"INSUFFICIENT_BALANCE\");",
"safety": "safe",
"newText": " if (!(balanceOf[from] >= amount)) revert INSUFFICIENTBALANCE();",
"oldText": " require(balanceOf[from] >= amount, \"INSUFFICIENT_BALANCE\");",
"category": "deployment",
"severity": "info",
"lineStart": 68,
"rationale": "Custom errors reduce deployment bytecode and revert-path gas while preserving typed failure semantics.",
"confidence": 0.9,
"estL1Delta": 20,
"estL2Delta": 120,
"annualizedBasis": "Static deterministic estimate. Exact runtime deltas require queued Foundry snapshots with representative inputs.",
"estimatedGasSaved": 120,
"estimatedDataBytesSaved": 20
},
{
"id": "custom-errors",
"file": "MantleUSDCe_Interface.sol",
"after": "error INSUFFICIENTALLOWANCE(); … if (!(condition)) revert INSUFFICIENTALLOWANCE();",
"patch": {
"newText": " if (!(allowance[from][msg.sender] >= amount)) revert INSUFFICIENTALLOWANCE();",
"oldText": " require(allowance[from][msg.sender] >= amount, \"INSUFFICIENT_ALLOWANCE\");"
},
"title": "Replace long revert string with custom error",
"where": "MantleUSDCe_Interface.sol:69",
"before": "require(allowance[from][msg.sender] >= amount, \"INSUFFICIENT_ALLOWANCE\");",
"safety": "safe",
"newText": " if (!(allowance[from][msg.sender] >= amount)) revert INSUFFICIENTALLOWANCE();",
"oldText": " require(allowance[from][msg.sender] >= amount, \"INSUFFICIENT_ALLOWANCE\");",
"category": "deployment",
"severity": "info",
"lineStart": 69,
"rationale": "Custom errors reduce deployment bytecode and revert-path gas while preserving typed failure semantics.",
"confidence": 0.9,
"estL1Delta": 22,
"estL2Delta": 120,
"annualizedBasis": "Static deterministic estimate. Exact runtime deltas require queued Foundry snapshots with representative inputs.",
"estimatedGasSaved": 120,
"estimatedDataBytesSaved": 22
},
{
"id": "immutable-constant",
"file": "MantleUSDCe_Interface.sol",
"after": "address immutable public owner;",
"patch": {
"newText": " address immutable public owner;",
"oldText": " address public owner;"
},
"title": "Mark never-changing value constant or immutable",
"where": "MantleUSDCe_Interface.sol:13",
"before": "address public owner;",
"safety": "review",
"newText": " address immutable public owner;",
"oldText": " address public owner;",
"category": "storage",
"severity": "info",
"lineStart": 13,
"rationale": "Constants/immutables avoid storage reads for values that do not change after deployment.",
"confidence": 0.62,
"estL1Delta": null,
"estL2Delta": 2100,
"annualizedBasis": "Static deterministic estimate. Exact runtime deltas require queued Foundry snapshots with representative inputs.",
"estimatedGasSaved": 2100,
"estimatedDataBytesSaved": null
},
{
"id": "cache-repeated-sload",
"file": "MantleUSDCe_Interface.sol",
"after": "uint256 cached = balanceOf[msg.sender]; // reuse cached value",
"patch": {
"newText": "balanceOf[msg.sender]",
"oldText": "balanceOf[msg.sender]"
},
"title": "Cache repeated storage read",
"where": "MantleUSDCe_Interface.sol:53",
"before": "balanceOf[msg.sender] read 2 times",
"safety": "review",
"newText": "balanceOf[msg.sender]",
"oldText": "balanceOf[msg.sender]",
"category": "storage",
"severity": "info",
"lineStart": 53,
"rationale": "Repeated SLOADs should be cached in stack/memory when state cannot change between reads.",
"confidence": 0.7,
"estL1Delta": null,
"estL2Delta": 100,
"annualizedBasis": "Static deterministic estimate. Exact runtime deltas require queued Foundry snapshots with representative inputs.",
"estimatedGasSaved": 100,
"estimatedDataBytesSaved": null
},
{
"id": "cache-repeated-sload",
"file": "MantleUSDCe_Interface.sol",
"after": "uint256 cached = balanceOf[to]; // reuse cached value",
"patch": {
"newText": "balanceOf[to]",
"oldText": "balanceOf[to]"
},
"title": "Cache repeated storage read",
"where": "MantleUSDCe_Interface.sol:56",
"before": "balanceOf[to] read 2 times",
"safety": "review",
"newText": "balanceOf[to]",
"oldText": "balanceOf[to]",
"category": "storage",
"severity": "info",
"lineStart": 56,
"rationale": "Repeated SLOADs should be cached in stack/memory when state cannot change between reads.",
"confidence": 0.7,
"estL1Delta": null,
"estL2Delta": 100,
"annualizedBasis": "Static deterministic estimate. Exact runtime deltas require queued Foundry snapshots with representative inputs.",
"estimatedGasSaved": 100,
"estimatedDataBytesSaved": null
},
{
"id": "cache-repeated-sload",
"file": "MantleUSDCe_Interface.sol",
"after": "uint256 cached = balanceOf[from]; // reuse cached value",
"patch": {
"newText": "balanceOf[from]",
"oldText": "balanceOf[from]"
},
"title": "Cache repeated storage read",
"where": "MantleUSDCe_Interface.sol:68",
"before": "balanceOf[from] read 2 times",
"safety": "review",
"newText": "balanceOf[from]",
"oldText": "balanceOf[from]",
"category": "storage",
"severity": "info",
"lineStart": 68,
"rationale": "Repeated SLOADs should be cached in stack/memory when state cannot change between reads.",
"confidence": 0.7,
"estL1Delta": null,
"estL2Delta": 100,
"annualizedBasis": "Static deterministic estimate. Exact runtime deltas require queued Foundry snapshots with representative inputs.",
"estimatedGasSaved": 100,
"estimatedDataBytesSaved": null
},
{
"id": "cache-repeated-sload",
"file": "MantleUSDCe_Interface.sol",
"after": "uint256 cached = allowance[from]; // reuse cached value",
"patch": {
"newText": "allowance[from]",
"oldText": "allowance[from]"
},
"title": "Cache repeated storage read",
"where": "MantleUSDCe_Interface.sol:69",
"before": "allowance[from] read 2 times",
"safety": "review",
"newText": "allowance[from]",
"oldText": "allowance[from]",
"category": "storage",
"severity": "info",
"lineStart": 69,
"rationale": "Repeated SLOADs should be cached in stack/memory when state cannot change between reads.",
"confidence": 0.7,
"estL1Delta": null,
"estL2Delta": 100,
"annualizedBasis": "Static deterministic estimate. Exact runtime deltas require queued Foundry snapshots with representative inputs.",
"estimatedGasSaved": 100,
"estimatedDataBytesSaved": null
},
{
"id": "bitmap-bools",
"file": "MantleUSDCe_Interface.sol",
"after": "mapping(uint256 => uint256) bitmap; // pack 256 flags per slot",
"patch": {
"newText": " mapping(address => bool) public blacklisted; // REVIEW: high-volume bool flags can be bitmap-packed",
"oldText": " mapping(address => bool) public blacklisted;"
},
"title": "Bitmap-pack boolean flags",
"where": "MantleUSDCe_Interface.sol:18",
"before": "mapping(address => bool) public blacklisted;",
"safety": "review",
"newText": " mapping(address => bool) public blacklisted; // REVIEW: high-volume bool flags can be bitmap-packed",
"oldText": " mapping(address => bool) public blacklisted;",
"category": "storage",
"severity": "medium",
"lineStart": 18,
"rationale": "Bitmap packing can reduce many boolean SSTOREs from one slot per flag to one slot per 256 flags.",
"confidence": 0.62,
"estL1Delta": null,
"estL2Delta": 20000,
"annualizedBasis": "Static deterministic estimate. Exact runtime deltas require queued Foundry snapshots with representative inputs.",
"estimatedGasSaved": 20000,
"estimatedDataBytesSaved": null
}
]
}
},
"scanId": "83634c3b-9ef6-48b1-aefc-9ca9ea92f2d5",
"createdAt": "2026-06-23T02:25:16.471Z",
"riskScore": 65,
"contractName": "MantleUSDCe_Interface",
"severityCounts": {
"low": 6,
"high": 0,
"info": 9,
"medium": 2,
"critical": 0
},
"executiveSummary": "Archon completed a read-only Mantle Mainnet audit of MantleUSDCe_Interface and found 17 deterministic findings. The highest-priority issue is Naming Convention, with risk score 65/100 based on severity-weighted findings. The contract name 'MantleUSDCe_Interface' is misleading because it declares state variables and functions with implementations, which is not typical for an interface. This naming convention may confuse developers expecting a pure interface, potentially leading to misuse during integration. Review the recommended fixes and run regression tests before deployment."
},
"schema": "archon.proof.metadata.v1",
"erc8004": {
"verifiedConfig": true,
"agentIdentityRef": "eip155:5000:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432:97",
"identityRegistry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
"reputationRegistry": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
"validationRegistry": null
},
"product": "Archon",
"findings": [
{
"id": "e6d3db15-5ae7-4101-b33a-85a6ef16bad2",
"title": "Naming Convention",
"category": "naming-convention",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 89,
"lineStart": 7
},
"severity": "info"
},
{
"id": "77df2712-a290-4677-88f4-7a731641b1c5",
"title": "Constable States",
"category": "constable-states",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 12,
"lineStart": 12
},
"severity": "low"
},
{
"id": "f7bfd203-4965-4831-9942-85b55ab01f10",
"title": "Constable States",
"category": "constable-states",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 10,
"lineStart": 10
},
"severity": "low"
},
{
"id": "2b20d9e3-ab99-4e9c-9625-7a0dd84e102f",
"title": "Constable States",
"category": "constable-states",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 9,
"lineStart": 9
},
"severity": "low"
},
{
"id": "c08c8df6-c17d-4010-8af1-7e738ed7eacd",
"title": "Constable States",
"category": "constable-states",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 8,
"lineStart": 8
},
"severity": "low"
},
{
"id": "23b4b4ca-5a80-4873-b440-6ebce5ac5746",
"title": "Immutable States",
"category": "immutable-states",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 13,
"lineStart": 13
},
"severity": "low"
},
{
"id": "834618eb-88cc-410a-8843-93ed68d3bf98",
"title": "Pack small storage variables into fewer slots",
"category": "mantle-gas-optimizer/storage/storage-packing",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 10,
"lineStart": 10
},
"severity": "medium"
},
{
"id": "21e1b2be-58f6-4e5d-b112-9694a16adb8c",
"title": "Review calldata parameter width",
"category": "mantle-gas-optimizer/calldata/calldata-smaller-types",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 40,
"lineStart": 40
},
"severity": "low"
},
{
"id": "72521ee7-1dbd-44ab-90b7-5b51b34ec23e",
"title": "Replace long revert string with custom error",
"category": "mantle-gas-optimizer/deployment/custom-errors",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 53,
"lineStart": 53
},
"severity": "info"
},
{
"id": "84fdbeb8-a7b9-4a98-a7e0-88f8db3d8d56",
"title": "Replace long revert string with custom error",
"category": "mantle-gas-optimizer/deployment/custom-errors",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 68,
"lineStart": 68
},
"severity": "info"
},
{
"id": "bbc43163-eaea-48e4-9fd8-ac6aaa8ce1f1",
"title": "Replace long revert string with custom error",
"category": "mantle-gas-optimizer/deployment/custom-errors",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 69,
"lineStart": 69
},
"severity": "info"
},
{
"id": "03cf225b-e70c-4321-9e63-058c5b18f10f",
"title": "Mark never-changing value constant or immutable",
"category": "mantle-gas-optimizer/storage/immutable-constant",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 13,
"lineStart": 13
},
"severity": "info"
},
{
"id": "742703ea-d64f-48b3-8fe7-bd44bf1b40c7",
"title": "Cache repeated storage read",
"category": "mantle-gas-optimizer/storage/cache-repeated-sload",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 53,
"lineStart": 53
},
"severity": "info"
},
{
"id": "106eca8e-2b12-4c3d-8e66-2922b47fd0a4",
"title": "Cache repeated storage read",
"category": "mantle-gas-optimizer/storage/cache-repeated-sload",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 56,
"lineStart": 56
},
"severity": "info"
},
{
"id": "2ba17063-536c-41c9-abd5-6220062ec0c9",
"title": "Cache repeated storage read",
"category": "mantle-gas-optimizer/storage/cache-repeated-sload",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 68,
"lineStart": 68
},
"severity": "info"
},
{
"id": "56b45ec1-eab1-4b9e-8b4f-c8b9060fc4fc",
"title": "Cache repeated storage read",
"category": "mantle-gas-optimizer/storage/cache-repeated-sload",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 69,
"lineStart": 69
},
"severity": "info"
},
{
"id": "1a0a4dad-4c4c-489d-a63c-8cd762c537cf",
"title": "Bitmap-pack boolean flags",
"category": "mantle-gas-optimizer/storage/bitmap-bools",
"location": {
"file": "MantleUSDCe_Interface.sol",
"lineEnd": 18,
"lineStart": 18
},
"severity": "medium"
}
]
}
ipfs://QmVRo6kTxKou485FDD3BGWkEGFUrYZkZTKAe5vpV8VzMfL