[
    {
        "inputs": [
            {
                "internalType": "address",
                "name": "_finderAddress",
                "type": "address"
            },
            {
                "internalType": "address",
                "name": "_tokenFactoryAddress",
                "type": "address"
            },
            {
                "internalType": "address",
                "name": "_timerAddress",
                "type": "address"
            }
        ],
        "stateMutability": "nonpayable",
        "type": "constructor"
    },
    {
        "anonymous": false,
        "inputs": [
            {
                "indexed": true,
                "internalType": "address",
                "name": "expiringMultiPartyAddress",
                "type": "address"
            },
            {
                "indexed": true,
                "internalType": "address",
                "name": "deployerAddress",
                "type": "address"
            }
        ],
        "name": "CreatedExpiringMultiParty",
        "type": "event"
    },
    {
        "inputs": [],
        "name": "getCurrentTime",
        "outputs": [
            {
                "internalType": "uint256",
                "name": "",
                "type": "uint256"
            }
        ],
        "stateMutability": "view",
        "type": "function"
    },
    {
        "inputs": [
            {
                "internalType": "uint256",
                "name": "time",
                "type": "uint256"
            }
        ],
        "name": "setCurrentTime",
        "outputs": [],
        "stateMutability": "nonpayable",
        "type": "function"
    },
    {
        "inputs": [],
        "name": "timerAddress",
        "outputs": [
            {
                "internalType": "address",
                "name": "",
                "type": "address"
            }
        ],
        "stateMutability": "view",
        "type": "function"
    },
    {
        "inputs": [],
        "name": "tokenFactoryAddress",
        "outputs": [
            {
                "internalType": "address",
                "name": "",
                "type": "address"
            }
        ],
        "stateMutability": "view",
        "type": "function"
    },
    {
        "inputs": [
            {
                "components": [
                    {
                        "internalType": "uint256",
                        "name": "expirationTimestamp",
                        "type": "uint256"
                    },
                    {
                        "internalType": "address",
                        "name": "collateralAddress",
                        "type": "address"
                    },
                    {
                        "internalType": "bytes32",
                        "name": "priceFeedIdentifier",
                        "type": "bytes32"
                    },
                    {
                        "internalType": "string",
                        "name": "syntheticName",
                        "type": "string"
                    },
                    {
                        "internalType": "string",
                        "name": "syntheticSymbol",
                        "type": "string"
                    },
                    {
                        "components": [
                            {
                                "internalType": "uint256",
                                "name": "rawValue",
                                "type": "uint256"
                            }
                        ],
                        "internalType": "struct FixedPoint.Unsigned",
                        "name": "collateralRequirement",
                        "type": "tuple"
                    },
                    {
                        "components": [
                            {
                                "internalType": "uint256",
                                "name": "rawValue",
                                "type": "uint256"
                            }
                        ],
                        "internalType": "struct FixedPoint.Unsigned",
                        "name": "disputeBondPct",
                        "type": "tuple"
                    },
                    {
                        "components": [
                            {
                                "internalType": "uint256",
                                "name": "rawValue",
                                "type": "uint256"
                            }
                        ],
                        "internalType": "struct FixedPoint.Unsigned",
                        "name": "sponsorDisputeRewardPct",
                        "type": "tuple"
                    },
                    {
                        "components": [
                            {
                                "internalType": "uint256",
                                "name": "rawValue",
                                "type": "uint256"
                            }
                        ],
                        "internalType": "struct FixedPoint.Unsigned",
                        "name": "disputerDisputeRewardPct",
                        "type": "tuple"
                    },
                    {
                        "components": [
                            {
                                "internalType": "uint256",
                                "name": "rawValue",
                                "type": "uint256"
                            }
                        ],
                        "internalType": "struct FixedPoint.Unsigned",
                        "name": "minSponsorTokens",
                        "type": "tuple"
                    },
                    {
                        "internalType": "uint256",
                        "name": "withdrawalLiveness",
                        "type": "uint256"
                    },
                    {
                        "internalType": "uint256",
                        "name": "liquidationLiveness",
                        "type": "uint256"
                    }
                ],
                "internalType": "struct ExpiringMultiPartyCreator.Params",
                "name": "params",
                "type": "tuple"
            }
        ],
        "name": "createExpiringMultiParty",
        "outputs": [
            {
                "internalType": "address",
                "name": "",
                "type": "address"
            }
        ],
        "stateMutability": "nonpayable",
        "type": "function"
    }
]
