Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused field definition #98

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion registry/paraswap/calldata-AugustusSwapper-v5.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Proxy contract

Contract https://etherscan.io/address/0xdef171fe48cf0115b1d80b88dc8eab59176fee57#code is likely to be a proxy, validation of descriptor ABIs skipped

Check warning on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Extra function

Function DEFAULT_ADMIN_ROLE() (selector: 0xa217fddf) defined in descriptor ABIs does not exist in reference ABI (see https://etherscan.io/address/0x1bd435f3c054b6e901b7b108a0ab7617c808677b#code)

Check warning on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Extra function

Function ROUTER_ROLE() (selector: 0x30d643b5) defined in descriptor ABIs does not exist in reference ABI (see https://etherscan.io/address/0x1bd435f3c054b6e901b7b108a0ab7617c808677b#code)

Check warning on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Extra function

Function WHITELISTED_ROLE() (selector: 0x7a3226ec) defined in descriptor ABIs does not exist in reference ABI (see https://etherscan.io/address/0x1bd435f3c054b6e901b7b108a0ab7617c808677b#code)

Check warning on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Extra function

Function buyOnUniswap(uint256,uint256,address[]) (selector: 0x935fb84b) defined in descriptor ABIs does not exist in reference ABI (see https://etherscan.io/address/0x1bd435f3c054b6e901b7b108a0ab7617c808677b#code)

Check warning on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Extra function

Function buyOnUniswapFork(address,bytes32,uint256,uint256,address[]) (selector: 0xc03786b0) defined in descriptor ABIs does not exist in reference ABI (see https://etherscan.io/address/0x1bd435f3c054b6e901b7b108a0ab7617c808677b#code)

Check warning on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Extra function

Function buyOnUniswapV2Fork(address,uint256,uint256,address,uint256[]) (selector: 0xb2f1e6db) defined in descriptor ABIs does not exist in reference ABI (see https://etherscan.io/address/0x1bd435f3c054b6e901b7b108a0ab7617c808677b#code)

Check warning on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Extra function

Function buyOnUniswapV2ForkWithPermit(address,uint256,uint256,address,uint256[],bytes) (selector: 0x2941a712) defined in descriptor ABIs does not exist in reference ABI (see https://etherscan.io/address/0x1bd435f3c054b6e901b7b108a0ab7617c808677b#code)

Check warning on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Extra function

Function getAdapterData(bytes32) (selector: 0x9a5a98d3) defined in descriptor ABIs does not exist in reference ABI (see https://etherscan.io/address/0x1bd435f3c054b6e901b7b108a0ab7617c808677b#code)

Check warning on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Extra function

Function getImplementation(bytes4) (selector: 0xdc9cc645) defined in descriptor ABIs does not exist in reference ABI (see https://etherscan.io/address/0x1bd435f3c054b6e901b7b108a0ab7617c808677b#code)

Check warning on line 1 in registry/paraswap/calldata-AugustusSwapper-v5.json

View workflow job for this annotation

GitHub Actions / 🔎 validate descriptors

Extra function

Function getPartnerFeeStructure(address) (selector: 0x6df77496) defined in descriptor ABIs does not exist in reference ABI (see https://etherscan.io/address/0x1bd435f3c054b6e901b7b108a0ab7617c808677b#code)
"context": {
"$id": "AugustusSwapper",
"contract": {
Expand All @@ -18,7 +18,6 @@
"definitions": {
"amountIn": { "label": "Income Amount", "format": "amount" },
"amountOut": { "label": "Outcome Amount", "format": "amount" },
"amountOutIn": { "label": "Outcome/Income Amount", "format": "tokenAmount", "params": { "tokenPath": "fromToken" } },
"amountInMax": { "label": "Maximum Income Amount", "format": "amount" },
"factory": { "label": "Factory", "format": "addressName", "params": { "types": ["contract"] } },
"tokenIn": { "label": "Inbound token", "format": "addressName", "params": { "types": ["token"] } },
Expand Down