{
    "contractName": "IERC20Token",
    "abi": [
        {
            "anonymous": false,
            "inputs": [
                {
                    "indexed": true,
                    "internalType": "address",
                    "name": "owner",
                    "type": "address"
                },
                {
                    "indexed": true,
                    "internalType": "address",
                    "name": "spender",
                    "type": "address"
                },
                {
                    "indexed": false,
                    "internalType": "uint256",
                    "name": "value",
                    "type": "uint256"
                }
            ],
            "name": "Approval",
            "type": "event"
        },
        {
            "anonymous": false,
            "inputs": [
                {
                    "indexed": true,
                    "internalType": "address",
                    "name": "from",
                    "type": "address"
                },
                {
                    "indexed": true,
                    "internalType": "address",
                    "name": "to",
                    "type": "address"
                },
                {
                    "indexed": false,
                    "internalType": "uint256",
                    "name": "value",
                    "type": "uint256"
                }
            ],
            "name": "Transfer",
            "type": "event"
        },
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "owner",
                    "type": "address"
                },
                {
                    "internalType": "address",
                    "name": "spender",
                    "type": "address"
                }
            ],
            "name": "allowance",
            "outputs": [
                {
                    "internalType": "uint256",
                    "name": "",
                    "type": "uint256"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "spender",
                    "type": "address"
                },
                {
                    "internalType": "uint256",
                    "name": "amount",
                    "type": "uint256"
                }
            ],
            "name": "approve",
            "outputs": [
                {
                    "internalType": "bool",
                    "name": "",
                    "type": "bool"
                }
            ],
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "account",
                    "type": "address"
                }
            ],
            "name": "balanceOf",
            "outputs": [
                {
                    "internalType": "uint256",
                    "name": "",
                    "type": "uint256"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [],
            "name": "decimals",
            "outputs": [
                {
                    "internalType": "uint8",
                    "name": "",
                    "type": "uint8"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [],
            "name": "name",
            "outputs": [
                {
                    "internalType": "string",
                    "name": "",
                    "type": "string"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [],
            "name": "symbol",
            "outputs": [
                {
                    "internalType": "string",
                    "name": "",
                    "type": "string"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [],
            "name": "totalSupply",
            "outputs": [
                {
                    "internalType": "uint256",
                    "name": "",
                    "type": "uint256"
                }
            ],
            "stateMutability": "view",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "to",
                    "type": "address"
                },
                {
                    "internalType": "uint256",
                    "name": "amount",
                    "type": "uint256"
                }
            ],
            "name": "transfer",
            "outputs": [
                {
                    "internalType": "bool",
                    "name": "",
                    "type": "bool"
                }
            ],
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "address",
                    "name": "from",
                    "type": "address"
                },
                {
                    "internalType": "address",
                    "name": "to",
                    "type": "address"
                },
                {
                    "internalType": "uint256",
                    "name": "amount",
                    "type": "uint256"
                }
            ],
            "name": "transferFrom",
            "outputs": [
                {
                    "internalType": "bool",
                    "name": "",
                    "type": "bool"
                }
            ],
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "inputs": [],
            "name": "deposit",
            "outputs": [],
            "stateMutability": "payable",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "internalType": "uint256",
                    "name": "amount",
                    "type": "uint256"
                }
            ],
            "name": "withdraw",
            "outputs": [],
            "stateMutability": "nonpayable",
            "type": "function"
        }
    ],
    "metadata": "{\"compiler\":{\"version\":\"0.8.7+commit.e28d00a7\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"deposit\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"withdraw\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"decimals()\":{\"details\":\"Returns the decimals places of the token.\"},\"name()\":{\"details\":\"Returns the name of the token.\"},\"symbol()\":{\"details\":\"Returns the symbol of the token.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"Extended ERC-20 token interface used internally in OpenGSN modules. Renamed to avoid conflict with OZ namespace. Includes IERC20, ERC20Metadata. added semi-standard \\\"wrapped eth\\\" access methods deposit() and \\\"withdraw()\\\"\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/Users/alexf/gsn2/packages/contracts/solpp/interfaces/IERC20Token.sol\":\"IERC20Token\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/Users/alexf/gsn2/packages/contracts/solpp/interfaces/IERC20Token.sol\":{\"keccak256\":\"0xe949e04eabf3596f6e5943f4dda66c32fdef7704253ea15394429a07fc4dfb61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://71b8088074939d577e54c9bb4a9865ca031047d4c77ee850894737ce29f21d66\",\"dweb:/ipfs/QmPhEMU4aSry9trAVb4H4bZTanySEifc8LzNzaR22G3nE6\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a376d3dda2cb70536c0a45c208b29b34ac560c4cb4f513a42079f96ba47d2dd\",\"dweb:/ipfs/QmZQg6gn1sUpM8wHzwNvSnihumUCAhxD119MpXeKp8B9s8\"]}},\"version\":1}",
    "bytecode": "0x",
    "deployedBytecode": "0x",
    "immutableReferences": {},
    "sourceMap": "",
    "deployedSourceMap": "",
    "source": "pragma solidity >=0.7.6;\n\n// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/IERC20.sol)\n\nimport \"@openzeppelin/contracts/token/ERC20/IERC20.sol\";\nimport \"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\";\n\n/**\n * @notice Extended ERC-20 token interface used internally in OpenGSN modules.\n * Renamed to avoid conflict with OZ namespace. Includes IERC20, ERC20Metadata.\n * added semi-standard \"wrapped eth\" access methods deposit() and \"withdraw()\"\n */\ninterface IERC20Token is IERC20, IERC20Metadata {\n\n    function deposit() external payable;\n    function withdraw(uint256 amount) external;\n}",
    "sourcePath": "/Users/alexf/gsn2/packages/contracts/solpp/interfaces/IERC20Token.sol",
    "ast": {
        "absolutePath": "/Users/alexf/gsn2/packages/contracts/solpp/interfaces/IERC20Token.sol",
        "exportedSymbols": {
            "IERC20": [
                10849
            ],
            "IERC20Metadata": [
                10874
            ],
            "IERC20Token": [
                5350
            ]
        },
        "id": 5351,
        "license": "MIT",
        "nodeType": "SourceUnit",
        "nodes": [
            {
                "id": 5334,
                "literals": [
                    "solidity",
                    ">=",
                    "0.7",
                    ".6"
                ],
                "nodeType": "PragmaDirective",
                "src": "0:24:12"
            },
            {
                "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
                "file": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
                "id": 5335,
                "nameLocation": "-1:-1:-1",
                "nodeType": "ImportDirective",
                "scope": 5351,
                "sourceUnit": 10850,
                "src": "117:56:12",
                "symbolAliases": [],
                "unitAlias": ""
            },
            {
                "absolutePath": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol",
                "file": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol",
                "id": 5336,
                "nameLocation": "-1:-1:-1",
                "nodeType": "ImportDirective",
                "scope": 5351,
                "sourceUnit": 10875,
                "src": "174:75:12",
                "symbolAliases": [],
                "unitAlias": ""
            },
            {
                "abstract": false,
                "baseContracts": [
                    {
                        "baseName": {
                            "id": 5338,
                            "name": "IERC20",
                            "nodeType": "IdentifierPath",
                            "referencedDeclaration": 10849,
                            "src": "522:6:12"
                        },
                        "id": 5339,
                        "nodeType": "InheritanceSpecifier",
                        "src": "522:6:12"
                    },
                    {
                        "baseName": {
                            "id": 5340,
                            "name": "IERC20Metadata",
                            "nodeType": "IdentifierPath",
                            "referencedDeclaration": 10874,
                            "src": "530:14:12"
                        },
                        "id": 5341,
                        "nodeType": "InheritanceSpecifier",
                        "src": "530:14:12"
                    }
                ],
                "contractDependencies": [],
                "contractKind": "interface",
                "documentation": {
                    "id": 5337,
                    "nodeType": "StructuredDocumentation",
                    "src": "251:245:12",
                    "text": " @notice Extended ERC-20 token interface used internally in OpenGSN modules.\n Renamed to avoid conflict with OZ namespace. Includes IERC20, ERC20Metadata.\n added semi-standard \"wrapped eth\" access methods deposit() and \"withdraw()\""
                },
                "fullyImplemented": false,
                "id": 5350,
                "linearizedBaseContracts": [
                    5350,
                    10874,
                    10849
                ],
                "name": "IERC20Token",
                "nameLocation": "507:11:12",
                "nodeType": "ContractDefinition",
                "nodes": [
                    {
                        "functionSelector": "d0e30db0",
                        "id": 5344,
                        "implemented": false,
                        "kind": "function",
                        "modifiers": [],
                        "name": "deposit",
                        "nameLocation": "561:7:12",
                        "nodeType": "FunctionDefinition",
                        "parameters": {
                            "id": 5342,
                            "nodeType": "ParameterList",
                            "parameters": [],
                            "src": "568:2:12"
                        },
                        "returnParameters": {
                            "id": 5343,
                            "nodeType": "ParameterList",
                            "parameters": [],
                            "src": "587:0:12"
                        },
                        "scope": 5350,
                        "src": "552:36:12",
                        "stateMutability": "payable",
                        "virtual": false,
                        "visibility": "external"
                    },
                    {
                        "functionSelector": "2e1a7d4d",
                        "id": 5349,
                        "implemented": false,
                        "kind": "function",
                        "modifiers": [],
                        "name": "withdraw",
                        "nameLocation": "602:8:12",
                        "nodeType": "FunctionDefinition",
                        "parameters": {
                            "id": 5347,
                            "nodeType": "ParameterList",
                            "parameters": [
                                {
                                    "constant": false,
                                    "id": 5346,
                                    "mutability": "mutable",
                                    "name": "amount",
                                    "nameLocation": "619:6:12",
                                    "nodeType": "VariableDeclaration",
                                    "scope": 5349,
                                    "src": "611:14:12",
                                    "stateVariable": false,
                                    "storageLocation": "default",
                                    "typeDescriptions": {
                                        "typeIdentifier": "t_uint256",
                                        "typeString": "uint256"
                                    },
                                    "typeName": {
                                        "id": 5345,
                                        "name": "uint256",
                                        "nodeType": "ElementaryTypeName",
                                        "src": "611:7:12",
                                        "typeDescriptions": {
                                            "typeIdentifier": "t_uint256",
                                            "typeString": "uint256"
                                        }
                                    },
                                    "visibility": "internal"
                                }
                            ],
                            "src": "610:16:12"
                        },
                        "returnParameters": {
                            "id": 5348,
                            "nodeType": "ParameterList",
                            "parameters": [],
                            "src": "635:0:12"
                        },
                        "scope": 5350,
                        "src": "593:43:12",
                        "stateMutability": "nonpayable",
                        "virtual": false,
                        "visibility": "external"
                    }
                ],
                "scope": 5351,
                "src": "497:141:12",
                "usedErrors": []
            }
        ],
        "src": "0:638:12"
    },
    "legacyAST": {
        "absolutePath": "/Users/alexf/gsn2/packages/contracts/solpp/interfaces/IERC20Token.sol",
        "exportedSymbols": {
            "IERC20": [
                10849
            ],
            "IERC20Metadata": [
                10874
            ],
            "IERC20Token": [
                5350
            ]
        },
        "id": 5351,
        "license": "MIT",
        "nodeType": "SourceUnit",
        "nodes": [
            {
                "id": 5334,
                "literals": [
                    "solidity",
                    ">=",
                    "0.7",
                    ".6"
                ],
                "nodeType": "PragmaDirective",
                "src": "0:24:12"
            },
            {
                "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
                "file": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
                "id": 5335,
                "nameLocation": "-1:-1:-1",
                "nodeType": "ImportDirective",
                "scope": 5351,
                "sourceUnit": 10850,
                "src": "117:56:12",
                "symbolAliases": [],
                "unitAlias": ""
            },
            {
                "absolutePath": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol",
                "file": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol",
                "id": 5336,
                "nameLocation": "-1:-1:-1",
                "nodeType": "ImportDirective",
                "scope": 5351,
                "sourceUnit": 10875,
                "src": "174:75:12",
                "symbolAliases": [],
                "unitAlias": ""
            },
            {
                "abstract": false,
                "baseContracts": [
                    {
                        "baseName": {
                            "id": 5338,
                            "name": "IERC20",
                            "nodeType": "IdentifierPath",
                            "referencedDeclaration": 10849,
                            "src": "522:6:12"
                        },
                        "id": 5339,
                        "nodeType": "InheritanceSpecifier",
                        "src": "522:6:12"
                    },
                    {
                        "baseName": {
                            "id": 5340,
                            "name": "IERC20Metadata",
                            "nodeType": "IdentifierPath",
                            "referencedDeclaration": 10874,
                            "src": "530:14:12"
                        },
                        "id": 5341,
                        "nodeType": "InheritanceSpecifier",
                        "src": "530:14:12"
                    }
                ],
                "contractDependencies": [],
                "contractKind": "interface",
                "documentation": {
                    "id": 5337,
                    "nodeType": "StructuredDocumentation",
                    "src": "251:245:12",
                    "text": " @notice Extended ERC-20 token interface used internally in OpenGSN modules.\n Renamed to avoid conflict with OZ namespace. Includes IERC20, ERC20Metadata.\n added semi-standard \"wrapped eth\" access methods deposit() and \"withdraw()\""
                },
                "fullyImplemented": false,
                "id": 5350,
                "linearizedBaseContracts": [
                    5350,
                    10874,
                    10849
                ],
                "name": "IERC20Token",
                "nameLocation": "507:11:12",
                "nodeType": "ContractDefinition",
                "nodes": [
                    {
                        "functionSelector": "d0e30db0",
                        "id": 5344,
                        "implemented": false,
                        "kind": "function",
                        "modifiers": [],
                        "name": "deposit",
                        "nameLocation": "561:7:12",
                        "nodeType": "FunctionDefinition",
                        "parameters": {
                            "id": 5342,
                            "nodeType": "ParameterList",
                            "parameters": [],
                            "src": "568:2:12"
                        },
                        "returnParameters": {
                            "id": 5343,
                            "nodeType": "ParameterList",
                            "parameters": [],
                            "src": "587:0:12"
                        },
                        "scope": 5350,
                        "src": "552:36:12",
                        "stateMutability": "payable",
                        "virtual": false,
                        "visibility": "external"
                    },
                    {
                        "functionSelector": "2e1a7d4d",
                        "id": 5349,
                        "implemented": false,
                        "kind": "function",
                        "modifiers": [],
                        "name": "withdraw",
                        "nameLocation": "602:8:12",
                        "nodeType": "FunctionDefinition",
                        "parameters": {
                            "id": 5347,
                            "nodeType": "ParameterList",
                            "parameters": [
                                {
                                    "constant": false,
                                    "id": 5346,
                                    "mutability": "mutable",
                                    "name": "amount",
                                    "nameLocation": "619:6:12",
                                    "nodeType": "VariableDeclaration",
                                    "scope": 5349,
                                    "src": "611:14:12",
                                    "stateVariable": false,
                                    "storageLocation": "default",
                                    "typeDescriptions": {
                                        "typeIdentifier": "t_uint256",
                                        "typeString": "uint256"
                                    },
                                    "typeName": {
                                        "id": 5345,
                                        "name": "uint256",
                                        "nodeType": "ElementaryTypeName",
                                        "src": "611:7:12",
                                        "typeDescriptions": {
                                            "typeIdentifier": "t_uint256",
                                            "typeString": "uint256"
                                        }
                                    },
                                    "visibility": "internal"
                                }
                            ],
                            "src": "610:16:12"
                        },
                        "returnParameters": {
                            "id": 5348,
                            "nodeType": "ParameterList",
                            "parameters": [],
                            "src": "635:0:12"
                        },
                        "scope": 5350,
                        "src": "593:43:12",
                        "stateMutability": "nonpayable",
                        "virtual": false,
                        "visibility": "external"
                    }
                ],
                "scope": 5351,
                "src": "497:141:12",
                "usedErrors": []
            }
        ],
        "src": "0:638:12"
    },
    "compiler": {
        "name": "solc",
        "version": "0.8.7+commit.e28d00a7.Emscripten.clang"
    },
    "networks": {},
    "schemaVersion": "3.1.0",
    "updatedAt": "2023-03-16T16:54:15.201Z",
    "devdoc": {
        "kind": "dev",
        "methods": {
            "allowance(address,address)": {
                "details": "Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."
            },
            "approve(address,uint256)": {
                "details": "Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."
            },
            "balanceOf(address)": {
                "details": "Returns the amount of tokens owned by `account`."
            },
            "decimals()": {
                "details": "Returns the decimals places of the token."
            },
            "name()": {
                "details": "Returns the name of the token."
            },
            "symbol()": {
                "details": "Returns the symbol of the token."
            },
            "totalSupply()": {
                "details": "Returns the amount of tokens in existence."
            },
            "transfer(address,uint256)": {
                "details": "Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."
            },
            "transferFrom(address,address,uint256)": {
                "details": "Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."
            }
        },
        "version": 1
    },
    "userdoc": {
        "kind": "user",
        "methods": {},
        "notice": "Extended ERC-20 token interface used internally in OpenGSN modules. Renamed to avoid conflict with OZ namespace. Includes IERC20, ERC20Metadata. added semi-standard \"wrapped eth\" access methods deposit() and \"withdraw()\"",
        "version": 1
    }
}
