[
    {
        "inputs": [
            { "internalType": "address payable", "name": "_to", "type": "address" },
            { "internalType": "bytes", "name": "_ext", "type": "bytes" }
        ],
        "name": "transfer",
        "outputs": [],
        "stateMutability": "payable",
        "type": "function"
    },
    {
        "inputs": [
            {
                "internalType": "contract IERC20",
                "name": "_token",
                "type": "address"
            },
            { "internalType": "address", "name": "_to", "type": "address" },
            { "internalType": "uint256", "name": "_amount", "type": "uint256" },
            { "internalType": "bytes", "name": "_ext", "type": "bytes" }
        ],
        "name": "transferERC20",
        "outputs": [],
        "stateMutability": "nonpayable",
        "type": "function"
    }
]
