{
    "Function": "constructor",
    "File": "src/AxelarGateway.sol",
    "Parent Contracts": [
        "src/AdminMultisigBase.sol",
        "src/EternalStorage.sol",
        "src/interfaces/IAxelarGateway.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address tokenDeployerImplementation) {\n        TOKEN_DEPLOYER_IMPLEMENTATION = tokenDeployerImplementation;\n    }"
}