Call Lens
decode_token_callCall Lens decodes supported token-call shapes locally and compares the recipient, spender and atomic amount with your expectations. It distinguishes ERC-20 allowances from ERC-721 token IDs using the declared standard. It never connects a wallet or evaluates contract safety. No chain simulation, malicious-contract detection, token identity lookup, balance inspection or safety verdict. Retrieve calls with fetch or read its example resource to obtain exact inputs. Parameters are processed remotely without application persistence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target contract (preserve source text; decimal amounts must stay strings) | |
| data | Yes | Hex calldata (preserve source text; decimal amounts must stay strings) | |
| network | Yes | Network (preserve source text; decimal amounts must stay strings) | |
| tokenStandard | Yes | Token Standard (preserve source text; decimal amounts must stay strings) | |
| maxAtomicAmount | Yes | Amount limit (atomic units) (preserve source text; decimal amounts must stay strings) | |
| expectedRecipient | Yes | Expected recipient / spender (preserve source text; decimal amounts must stay strings) | |
| nativeValueAtomic | Yes | Native value (atomic units) (preserve source text; decimal amounts must stay strings) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | Yes | ||
| toolId | Yes | ||
| version | Yes | ||
| citation | Yes | ||
| revision | Yes | ||
| processing | Yes | ||
| limitations | Yes | ||
| evidenceStatus | Yes | ||
| officialReferences | Yes |