In normal ERC-20:
flowchart LR
A[Wallet A] -->|transfer| T[ERC-20 Token]
T --> B[Wallet B]| { | |
| "id": "6de49643a2c642b203204c927fd67bd8", | |
| "_format": "hh-sol-build-info-1", | |
| "solcVersion": "0.8.26", | |
| "solcLongVersion": "0.8.26+commit.8a97fa7a", | |
| "input": { | |
| "language": "Solidity", | |
| "sources": { | |
| "contracts/MyUpgradeableV2.sol": { | |
| "content": "// SPDX-License-Identifier: MIT\n// Compatible with OpenZeppelin Contracts ^5.0.0\npragma solidity ^0.8.20;\n\nimport \"./MyUpgradeable.sol\";\n\ncontract MyUpgradeableV2 is MyUpgradeable {\n function getVersion() public pure returns (string memory) {\n return \"V2\";\n }\n}\n" |
| { | |
| "abi": [ | |
| { | |
| "type": "constructor", | |
| "inputs": [ | |
| { | |
| "name": "_logic", | |
| "type": "address", | |
| "internalType": "address" | |
| }, |
| # SubQuery Deployments | |
| | Network | IPFS CID | Deployed | Project | | |
| | -------------------------- | ---------------------------------------------- | -------- | -------------------------------------------------------------------------------------------------------- | | |
| | **arbitrum-mainnet** | QmWfHZewmgdLj3U2FRvS3NDm65vzYjumqVZxZHfk4Wc5WL | ✅ | [https://app.subquery.network/explorer/project/0x82](https://app.subquery.network/explorer/project/0x82) | | |
| | **arbitrum-sepolia** | QmSjbjPd7V3PABfqngdFtq9vXhqRLRU6eGkPjhyPcUvio2 | ✅ | [https://app.subquery.network/explorer/project/0x83](https://app.subquery.network/explorer/project/0x83) | | |
| | **avalanche-fuji** | QmXaULcS7HrWztaCzQbhJRiff7ErkVNifWBZV6sNfX38k8 | ✅ | [https://app.subquery.network/explorer/project/0x84](https://app.subquery.network/explorer/project/0x84) | | |
| | **avala |