@gnosis.pm/conditional-tokens-market-makers
Version:
Collection of Market Makers for Gnosis Conditional Tokens
1,686 lines • 72.3 kB
JSON
{
"ConditionalTokens": {
"1": {
"events": {
"0xab3760c3bd2bb38b5bcf54dc79802ed67338b4cf29f3054ded67ed24661e4177": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "conditionId",
"type": "bytes32"
},
{
"indexed": true,
"name": "oracle",
"type": "address"
},
{
"indexed": true,
"name": "questionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "outcomeSlotCount",
"type": "uint256"
}
],
"name": "ConditionPreparation",
"type": "event",
"signature": "0xab3760c3bd2bb38b5bcf54dc79802ed67338b4cf29f3054ded67ed24661e4177"
},
"0xb44d84d3289691f71497564b85d4233648d9dbae8cbdbb4329f301c3a0185894": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "conditionId",
"type": "bytes32"
},
{
"indexed": true,
"name": "oracle",
"type": "address"
},
{
"indexed": true,
"name": "questionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "outcomeSlotCount",
"type": "uint256"
},
{
"indexed": false,
"name": "payoutNumerators",
"type": "uint256[]"
}
],
"name": "ConditionResolution",
"type": "event",
"signature": "0xb44d84d3289691f71497564b85d4233648d9dbae8cbdbb4329f301c3a0185894"
},
"0x2e6bb91f8cbcda0c93623c54d0403a43514fabc40084ec96b6d5379a74786298": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "stakeholder",
"type": "address"
},
{
"indexed": false,
"name": "collateralToken",
"type": "address"
},
{
"indexed": true,
"name": "parentCollectionId",
"type": "bytes32"
},
{
"indexed": true,
"name": "conditionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "partition",
"type": "uint256[]"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PositionSplit",
"type": "event",
"signature": "0x2e6bb91f8cbcda0c93623c54d0403a43514fabc40084ec96b6d5379a74786298"
},
"0x6f13ca62553fcc2bcd2372180a43949c1e4cebba603901ede2f4e14f36b282ca": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "stakeholder",
"type": "address"
},
{
"indexed": false,
"name": "collateralToken",
"type": "address"
},
{
"indexed": true,
"name": "parentCollectionId",
"type": "bytes32"
},
{
"indexed": true,
"name": "conditionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "partition",
"type": "uint256[]"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PositionsMerge",
"type": "event",
"signature": "0x6f13ca62553fcc2bcd2372180a43949c1e4cebba603901ede2f4e14f36b282ca"
},
"0x2682012a4a4f1973119f1c9b90745d1bd91fa2bab387344f044cb3586864d18d": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "redeemer",
"type": "address"
},
{
"indexed": true,
"name": "collateralToken",
"type": "address"
},
{
"indexed": true,
"name": "parentCollectionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "conditionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "indexSets",
"type": "uint256[]"
},
{
"indexed": false,
"name": "payout",
"type": "uint256"
}
],
"name": "PayoutRedemption",
"type": "event",
"signature": "0x2682012a4a4f1973119f1c9b90745d1bd91fa2bab387344f044cb3586864d18d"
},
"0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "operator",
"type": "address"
},
{
"indexed": true,
"name": "from",
"type": "address"
},
{
"indexed": true,
"name": "to",
"type": "address"
},
{
"indexed": false,
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"name": "value",
"type": "uint256"
}
],
"name": "TransferSingle",
"type": "event",
"signature": "0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62"
},
"0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "operator",
"type": "address"
},
{
"indexed": true,
"name": "from",
"type": "address"
},
{
"indexed": true,
"name": "to",
"type": "address"
},
{
"indexed": false,
"name": "ids",
"type": "uint256[]"
},
{
"indexed": false,
"name": "values",
"type": "uint256[]"
}
],
"name": "TransferBatch",
"type": "event",
"signature": "0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb"
},
"0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "owner",
"type": "address"
},
{
"indexed": true,
"name": "operator",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event",
"signature": "0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31"
},
"0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "value",
"type": "string"
},
{
"indexed": true,
"name": "id",
"type": "uint256"
}
],
"name": "URI",
"type": "event",
"signature": "0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b"
}
},
"links": {},
"address": "0xC59b0e4De5F1248C1140964E0fF287B192407E0C",
"transactionHash": "0x7e10ef2a2116a46153d52ad50d6428fa9f4b19c36c803ba2f707cd70b7434348"
},
"4": {
"events": {
"0xab3760c3bd2bb38b5bcf54dc79802ed67338b4cf29f3054ded67ed24661e4177": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "conditionId",
"type": "bytes32"
},
{
"indexed": true,
"name": "oracle",
"type": "address"
},
{
"indexed": true,
"name": "questionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "outcomeSlotCount",
"type": "uint256"
}
],
"name": "ConditionPreparation",
"type": "event",
"signature": "0xab3760c3bd2bb38b5bcf54dc79802ed67338b4cf29f3054ded67ed24661e4177"
},
"0xb44d84d3289691f71497564b85d4233648d9dbae8cbdbb4329f301c3a0185894": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "conditionId",
"type": "bytes32"
},
{
"indexed": true,
"name": "oracle",
"type": "address"
},
{
"indexed": true,
"name": "questionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "outcomeSlotCount",
"type": "uint256"
},
{
"indexed": false,
"name": "payoutNumerators",
"type": "uint256[]"
}
],
"name": "ConditionResolution",
"type": "event",
"signature": "0xb44d84d3289691f71497564b85d4233648d9dbae8cbdbb4329f301c3a0185894"
},
"0x2e6bb91f8cbcda0c93623c54d0403a43514fabc40084ec96b6d5379a74786298": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "stakeholder",
"type": "address"
},
{
"indexed": false,
"name": "collateralToken",
"type": "address"
},
{
"indexed": true,
"name": "parentCollectionId",
"type": "bytes32"
},
{
"indexed": true,
"name": "conditionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "partition",
"type": "uint256[]"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PositionSplit",
"type": "event",
"signature": "0x2e6bb91f8cbcda0c93623c54d0403a43514fabc40084ec96b6d5379a74786298"
},
"0x6f13ca62553fcc2bcd2372180a43949c1e4cebba603901ede2f4e14f36b282ca": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "stakeholder",
"type": "address"
},
{
"indexed": false,
"name": "collateralToken",
"type": "address"
},
{
"indexed": true,
"name": "parentCollectionId",
"type": "bytes32"
},
{
"indexed": true,
"name": "conditionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "partition",
"type": "uint256[]"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PositionsMerge",
"type": "event",
"signature": "0x6f13ca62553fcc2bcd2372180a43949c1e4cebba603901ede2f4e14f36b282ca"
},
"0x2682012a4a4f1973119f1c9b90745d1bd91fa2bab387344f044cb3586864d18d": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "redeemer",
"type": "address"
},
{
"indexed": true,
"name": "collateralToken",
"type": "address"
},
{
"indexed": true,
"name": "parentCollectionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "conditionId",
"type": "bytes32"
},
{
"indexed": false,
"name": "indexSets",
"type": "uint256[]"
},
{
"indexed": false,
"name": "payout",
"type": "uint256"
}
],
"name": "PayoutRedemption",
"type": "event",
"signature": "0x2682012a4a4f1973119f1c9b90745d1bd91fa2bab387344f044cb3586864d18d"
},
"0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "operator",
"type": "address"
},
{
"indexed": true,
"name": "from",
"type": "address"
},
{
"indexed": true,
"name": "to",
"type": "address"
},
{
"indexed": false,
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"name": "value",
"type": "uint256"
}
],
"name": "TransferSingle",
"type": "event",
"signature": "0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62"
},
"0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "operator",
"type": "address"
},
{
"indexed": true,
"name": "from",
"type": "address"
},
{
"indexed": true,
"name": "to",
"type": "address"
},
{
"indexed": false,
"name": "ids",
"type": "uint256[]"
},
{
"indexed": false,
"name": "values",
"type": "uint256[]"
}
],
"name": "TransferBatch",
"type": "event",
"signature": "0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb"
},
"0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "owner",
"type": "address"
},
{
"indexed": true,
"name": "operator",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event",
"signature": "0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31"
},
"0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "value",
"type": "string"
},
{
"indexed": true,
"name": "id",
"type": "uint256"
}
],
"name": "URI",
"type": "event",
"signature": "0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b"
}
},
"links": {},
"address": "0x36bede640D19981A82090519bC1626249984c908",
"transactionHash": "0x7db87634594160ae8acc745d38329f6e8902ae8cd98a9f1b10afb606b41c436b"
}
},
"FPMMDeterministicFactory": {
"1": {
"events": {
"0x92e0912d3d7f3192cad5c7ae3b47fb97f9c465c1dd12a5c24fd901ddb3905f43": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "creator",
"type": "address"
},
{
"indexed": false,
"name": "fixedProductMarketMaker",
"type": "address"
},
{
"indexed": false,
"name": "conditionalTokens",
"type": "address"
},
{
"indexed": false,
"name": "collateralToken",
"type": "address"
},
{
"indexed": false,
"name": "conditionIds",
"type": "bytes32[]"
},
{
"indexed": false,
"name": "fee",
"type": "uint256"
}
],
"name": "FixedProductMarketMakerCreation",
"type": "event",
"signature": "0x92e0912d3d7f3192cad5c7ae3b47fb97f9c465c1dd12a5c24fd901ddb3905f43"
},
"0x3d2b821286d97aa9d35330d87a82f7b548b9737b10e2d1ba59994edfd50e9d2b": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "target",
"type": "address"
},
{
"indexed": false,
"name": "clone",
"type": "address"
}
],
"name": "CloneCreated",
"type": "event",
"signature": "0x3d2b821286d97aa9d35330d87a82f7b548b9737b10e2d1ba59994edfd50e9d2b"
},
"0xec2dc3e5a3bb9aa0a1deb905d2bd23640d07f107e6ceb484024501aad964a951": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsAdded",
"type": "uint256[]"
},
{
"indexed": false,
"name": "sharesMinted",
"type": "uint256"
}
],
"name": "FPMMFundingAdded",
"type": "event",
"signature": "0xec2dc3e5a3bb9aa0a1deb905d2bd23640d07f107e6ceb484024501aad964a951"
},
"0x8baabc14b3d9f411b07b5a4c14fc6e12f2bc261be2d89da0840d48243ab056e1": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsRemoved",
"type": "uint256[]"
},
{
"indexed": false,
"name": "sharesBurnt",
"type": "uint256"
}
],
"name": "FPMMFundingRemoved",
"type": "event",
"signature": "0x8baabc14b3d9f411b07b5a4c14fc6e12f2bc261be2d89da0840d48243ab056e1"
},
"0xf4be957977a10be6a30d662255828df028f4b18f21d6774140bdc96c2bf300a4": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "buyer",
"type": "address"
},
{
"indexed": false,
"name": "investmentAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensBought",
"type": "uint256"
}
],
"name": "FPMMBuy",
"type": "event",
"signature": "0xf4be957977a10be6a30d662255828df028f4b18f21d6774140bdc96c2bf300a4"
},
"0x728a7aff2d166d753c6a40a36be24a55f33ada4ffc2f81d62f40d0bef007d84e": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "seller",
"type": "address"
},
{
"indexed": false,
"name": "returnAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensSold",
"type": "uint256"
}
],
"name": "FPMMSell",
"type": "event",
"signature": "0x728a7aff2d166d753c6a40a36be24a55f33ada4ffc2f81d62f40d0bef007d84e"
},
"0x8b4b2c8ebd04c47fc8bce136a85df9b93fcb1f47c8aa296457d4391519d190e7": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsRemoved",
"type": "uint256[]"
},
{
"indexed": false,
"name": "collateralRemovedFromFeePool",
"type": "uint256"
},
{
"indexed": false,
"name": "sharesBurnt",
"type": "uint256"
}
],
"name": "FPMMFundingRemoved",
"type": "event",
"signature": "0x8b4b2c8ebd04c47fc8bce136a85df9b93fcb1f47c8aa296457d4391519d190e7"
},
"0x4f62630f51608fc8a7603a9391a5101e58bd7c276139366fc107dc3b67c3dcf8": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "buyer",
"type": "address"
},
{
"indexed": false,
"name": "investmentAmount",
"type": "uint256"
},
{
"indexed": false,
"name": "feeAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensBought",
"type": "uint256"
}
],
"name": "FPMMBuy",
"type": "event",
"signature": "0x4f62630f51608fc8a7603a9391a5101e58bd7c276139366fc107dc3b67c3dcf8"
},
"0xadcf2a240ed9300d681d9a3f5382b6c1beed1b7e46643e0c7b42cbe6e2d766b4": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "seller",
"type": "address"
},
{
"indexed": false,
"name": "returnAmount",
"type": "uint256"
},
{
"indexed": false,
"name": "feeAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensSold",
"type": "uint256"
}
],
"name": "FPMMSell",
"type": "event",
"signature": "0xadcf2a240ed9300d681d9a3f5382b6c1beed1b7e46643e0c7b42cbe6e2d766b4"
}
},
"links": {},
"address": "0x89023DEb1d9a9a62fF3A5ca8F23Be8d87A576220",
"transactionHash": "0x3dcf6344be196cb8a3bf20d4680ee911bc1f200cc997c2c1c0c1c0ef3c9bc7f2"
},
"4": {
"events": {
"0x92e0912d3d7f3192cad5c7ae3b47fb97f9c465c1dd12a5c24fd901ddb3905f43": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "creator",
"type": "address"
},
{
"indexed": false,
"name": "fixedProductMarketMaker",
"type": "address"
},
{
"indexed": false,
"name": "conditionalTokens",
"type": "address"
},
{
"indexed": false,
"name": "collateralToken",
"type": "address"
},
{
"indexed": false,
"name": "conditionIds",
"type": "bytes32[]"
},
{
"indexed": false,
"name": "fee",
"type": "uint256"
}
],
"name": "FixedProductMarketMakerCreation",
"type": "event",
"signature": "0x92e0912d3d7f3192cad5c7ae3b47fb97f9c465c1dd12a5c24fd901ddb3905f43"
},
"0x3d2b821286d97aa9d35330d87a82f7b548b9737b10e2d1ba59994edfd50e9d2b": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "target",
"type": "address"
},
{
"indexed": false,
"name": "clone",
"type": "address"
}
],
"name": "CloneCreated",
"type": "event",
"signature": "0x3d2b821286d97aa9d35330d87a82f7b548b9737b10e2d1ba59994edfd50e9d2b"
},
"0xec2dc3e5a3bb9aa0a1deb905d2bd23640d07f107e6ceb484024501aad964a951": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsAdded",
"type": "uint256[]"
},
{
"indexed": false,
"name": "sharesMinted",
"type": "uint256"
}
],
"name": "FPMMFundingAdded",
"type": "event",
"signature": "0xec2dc3e5a3bb9aa0a1deb905d2bd23640d07f107e6ceb484024501aad964a951"
},
"0x8baabc14b3d9f411b07b5a4c14fc6e12f2bc261be2d89da0840d48243ab056e1": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsRemoved",
"type": "uint256[]"
},
{
"indexed": false,
"name": "sharesBurnt",
"type": "uint256"
}
],
"name": "FPMMFundingRemoved",
"type": "event",
"signature": "0x8baabc14b3d9f411b07b5a4c14fc6e12f2bc261be2d89da0840d48243ab056e1"
},
"0xf4be957977a10be6a30d662255828df028f4b18f21d6774140bdc96c2bf300a4": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "buyer",
"type": "address"
},
{
"indexed": false,
"name": "investmentAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensBought",
"type": "uint256"
}
],
"name": "FPMMBuy",
"type": "event",
"signature": "0xf4be957977a10be6a30d662255828df028f4b18f21d6774140bdc96c2bf300a4"
},
"0x728a7aff2d166d753c6a40a36be24a55f33ada4ffc2f81d62f40d0bef007d84e": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "seller",
"type": "address"
},
{
"indexed": false,
"name": "returnAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensSold",
"type": "uint256"
}
],
"name": "FPMMSell",
"type": "event",
"signature": "0x728a7aff2d166d753c6a40a36be24a55f33ada4ffc2f81d62f40d0bef007d84e"
},
"0x8b4b2c8ebd04c47fc8bce136a85df9b93fcb1f47c8aa296457d4391519d190e7": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsRemoved",
"type": "uint256[]"
},
{
"indexed": false,
"name": "collateralRemovedFromFeePool",
"type": "uint256"
},
{
"indexed": false,
"name": "sharesBurnt",
"type": "uint256"
}
],
"name": "FPMMFundingRemoved",
"type": "event",
"signature": "0x8b4b2c8ebd04c47fc8bce136a85df9b93fcb1f47c8aa296457d4391519d190e7"
},
"0x4f62630f51608fc8a7603a9391a5101e58bd7c276139366fc107dc3b67c3dcf8": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "buyer",
"type": "address"
},
{
"indexed": false,
"name": "investmentAmount",
"type": "uint256"
},
{
"indexed": false,
"name": "feeAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensBought",
"type": "uint256"
}
],
"name": "FPMMBuy",
"type": "event",
"signature": "0x4f62630f51608fc8a7603a9391a5101e58bd7c276139366fc107dc3b67c3dcf8"
},
"0xadcf2a240ed9300d681d9a3f5382b6c1beed1b7e46643e0c7b42cbe6e2d766b4": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "seller",
"type": "address"
},
{
"indexed": false,
"name": "returnAmount",
"type": "uint256"
},
{
"indexed": false,
"name": "feeAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensSold",
"type": "uint256"
}
],
"name": "FPMMSell",
"type": "event",
"signature": "0xadcf2a240ed9300d681d9a3f5382b6c1beed1b7e46643e0c7b42cbe6e2d766b4"
}
},
"links": {},
"address": "0x0fB4340432e56c014fa96286de17222822a9281b",
"transactionHash": "0xf7b283543fe32ccf311b932091b433a5685ca34e2f81210f8f543a18e6b80881"
}
},
"Fixed192x64Math": {
"1": {
"events": {},
"links": {},
"address": "0x75a6D6251511AF081f77F2B531C14808fB3805f3",
"transactionHash": "0x90ed58d6f44dda2d628c251cb64050eef0fc3fce7ca7896b1956b1e8c2dcc547"
},
"4": {
"events": {},
"links": {},
"address": "0x81B086d91538fb1826F9D4e91662d4Fdd65Df413",
"transactionHash": "0xd65d0448076291d18f17d6cc563db55e0153fe171b9e92c0f005fabd3dc6606c"
}
},
"FixedProductMarketMakerFactory": {
"1": {
"events": {
"0x92e0912d3d7f3192cad5c7ae3b47fb97f9c465c1dd12a5c24fd901ddb3905f43": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "creator",
"type": "address"
},
{
"indexed": false,
"name": "fixedProductMarketMaker",
"type": "address"
},
{
"indexed": true,
"name": "conditionalTokens",
"type": "address"
},
{
"indexed": true,
"name": "collateralToken",
"type": "address"
},
{
"indexed": false,
"name": "conditionIds",
"type": "bytes32[]"
},
{
"indexed": false,
"name": "fee",
"type": "uint256"
}
],
"name": "FixedProductMarketMakerCreation",
"type": "event",
"signature": "0x92e0912d3d7f3192cad5c7ae3b47fb97f9c465c1dd12a5c24fd901ddb3905f43"
},
"0x3d2b821286d97aa9d35330d87a82f7b548b9737b10e2d1ba59994edfd50e9d2b": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "target",
"type": "address"
},
{
"indexed": false,
"name": "clone",
"type": "address"
}
],
"name": "CloneCreated",
"type": "event",
"signature": "0x3d2b821286d97aa9d35330d87a82f7b548b9737b10e2d1ba59994edfd50e9d2b"
},
"0xec2dc3e5a3bb9aa0a1deb905d2bd23640d07f107e6ceb484024501aad964a951": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsAdded",
"type": "uint256[]"
},
{
"indexed": false,
"name": "sharesMinted",
"type": "uint256"
}
],
"name": "FPMMFundingAdded",
"type": "event",
"signature": "0xec2dc3e5a3bb9aa0a1deb905d2bd23640d07f107e6ceb484024501aad964a951"
},
"0x8baabc14b3d9f411b07b5a4c14fc6e12f2bc261be2d89da0840d48243ab056e1": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsRemoved",
"type": "uint256[]"
},
{
"indexed": false,
"name": "sharesBurnt",
"type": "uint256"
}
],
"name": "FPMMFundingRemoved",
"type": "event",
"signature": "0x8baabc14b3d9f411b07b5a4c14fc6e12f2bc261be2d89da0840d48243ab056e1"
},
"0xf4be957977a10be6a30d662255828df028f4b18f21d6774140bdc96c2bf300a4": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "buyer",
"type": "address"
},
{
"indexed": false,
"name": "investmentAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensBought",
"type": "uint256"
}
],
"name": "FPMMBuy",
"type": "event",
"signature": "0xf4be957977a10be6a30d662255828df028f4b18f21d6774140bdc96c2bf300a4"
},
"0x728a7aff2d166d753c6a40a36be24a55f33ada4ffc2f81d62f40d0bef007d84e": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "seller",
"type": "address"
},
{
"indexed": false,
"name": "returnAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensSold",
"type": "uint256"
}
],
"name": "FPMMSell",
"type": "event",
"signature": "0x728a7aff2d166d753c6a40a36be24a55f33ada4ffc2f81d62f40d0bef007d84e"
},
"0x8b4b2c8ebd04c47fc8bce136a85df9b93fcb1f47c8aa296457d4391519d190e7": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsRemoved",
"type": "uint256[]"
},
{
"indexed": false,
"name": "collateralRemovedFromFeePool",
"type": "uint256"
},
{
"indexed": false,
"name": "sharesBurnt",
"type": "uint256"
}
],
"name": "FPMMFundingRemoved",
"type": "event",
"signature": "0x8b4b2c8ebd04c47fc8bce136a85df9b93fcb1f47c8aa296457d4391519d190e7"
},
"0x4f62630f51608fc8a7603a9391a5101e58bd7c276139366fc107dc3b67c3dcf8": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "buyer",
"type": "address"
},
{
"indexed": false,
"name": "investmentAmount",
"type": "uint256"
},
{
"indexed": false,
"name": "feeAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensBought",
"type": "uint256"
}
],
"name": "FPMMBuy",
"type": "event",
"signature": "0x4f62630f51608fc8a7603a9391a5101e58bd7c276139366fc107dc3b67c3dcf8"
},
"0xadcf2a240ed9300d681d9a3f5382b6c1beed1b7e46643e0c7b42cbe6e2d766b4": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "seller",
"type": "address"
},
{
"indexed": false,
"name": "returnAmount",
"type": "uint256"
},
{
"indexed": false,
"name": "feeAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensSold",
"type": "uint256"
}
],
"name": "FPMMSell",
"type": "event",
"signature": "0xadcf2a240ed9300d681d9a3f5382b6c1beed1b7e46643e0c7b42cbe6e2d766b4"
}
},
"links": {},
"address": "0x01FCd2353bBd92234A87FDC9d543ae995e61196C",
"transactionHash": "0xd6db247f320d56f9df6a8e9a585efbfc3026cc7af5d31860c70d287365b58058"
},
"4": {
"events": {
"0x92e0912d3d7f3192cad5c7ae3b47fb97f9c465c1dd12a5c24fd901ddb3905f43": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "creator",
"type": "address"
},
{
"indexed": false,
"name": "fixedProductMarketMaker",
"type": "address"
},
{
"indexed": true,
"name": "conditionalTokens",
"type": "address"
},
{
"indexed": true,
"name": "collateralToken",
"type": "address"
},
{
"indexed": false,
"name": "conditionIds",
"type": "bytes32[]"
},
{
"indexed": false,
"name": "fee",
"type": "uint256"
}
],
"name": "FixedProductMarketMakerCreation",
"type": "event",
"signature": "0x92e0912d3d7f3192cad5c7ae3b47fb97f9c465c1dd12a5c24fd901ddb3905f43"
},
"0x3d2b821286d97aa9d35330d87a82f7b548b9737b10e2d1ba59994edfd50e9d2b": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "target",
"type": "address"
},
{
"indexed": false,
"name": "clone",
"type": "address"
}
],
"name": "CloneCreated",
"type": "event",
"signature": "0x3d2b821286d97aa9d35330d87a82f7b548b9737b10e2d1ba59994edfd50e9d2b"
},
"0xec2dc3e5a3bb9aa0a1deb905d2bd23640d07f107e6ceb484024501aad964a951": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsAdded",
"type": "uint256[]"
},
{
"indexed": false,
"name": "sharesMinted",
"type": "uint256"
}
],
"name": "FPMMFundingAdded",
"type": "event",
"signature": "0xec2dc3e5a3bb9aa0a1deb905d2bd23640d07f107e6ceb484024501aad964a951"
},
"0x8baabc14b3d9f411b07b5a4c14fc6e12f2bc261be2d89da0840d48243ab056e1": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsRemoved",
"type": "uint256[]"
},
{
"indexed": false,
"name": "sharesBurnt",
"type": "uint256"
}
],
"name": "FPMMFundingRemoved",
"type": "event",
"signature": "0x8baabc14b3d9f411b07b5a4c14fc6e12f2bc261be2d89da0840d48243ab056e1"
},
"0xf4be957977a10be6a30d662255828df028f4b18f21d6774140bdc96c2bf300a4": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "buyer",
"type": "address"
},
{
"indexed": false,
"name": "investmentAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensBought",
"type": "uint256"
}
],
"name": "FPMMBuy",
"type": "event",
"signature": "0xf4be957977a10be6a30d662255828df028f4b18f21d6774140bdc96c2bf300a4"
},
"0x728a7aff2d166d753c6a40a36be24a55f33ada4ffc2f81d62f40d0bef007d84e": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "seller",
"type": "address"
},
{
"indexed": false,
"name": "returnAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensSold",
"type": "uint256"
}
],
"name": "FPMMSell",
"type": "event",
"signature": "0x728a7aff2d166d753c6a40a36be24a55f33ada4ffc2f81d62f40d0bef007d84e"
},
"0x8b4b2c8ebd04c47fc8bce136a85df9b93fcb1f47c8aa296457d4391519d190e7": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "funder",
"type": "address"
},
{
"indexed": false,
"name": "amountsRemoved",
"type": "uint256[]"
},
{
"indexed": false,
"name": "collateralRemovedFromFeePool",
"type": "uint256"
},
{
"indexed": false,
"name": "sharesBurnt",
"type": "uint256"
}
],
"name": "FPMMFundingRemoved",
"type": "event",
"signature": "0x8b4b2c8ebd04c47fc8bce136a85df9b93fcb1f47c8aa296457d4391519d190e7"
},
"0x4f62630f51608fc8a7603a9391a5101e58bd7c276139366fc107dc3b67c3dcf8": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "buyer",
"type": "address"
},
{
"indexed": false,
"name": "investmentAmount",
"type": "uint256"
},
{
"indexed": false,
"name": "feeAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensBought",
"type": "uint256"
}
],
"name": "FPMMBuy",
"type": "event",
"signature": "0x4f62630f51608fc8a7603a9391a5101e58bd7c276139366fc107dc3b67c3dcf8"
},
"0xadcf2a240ed9300d681d9a3f5382b6c1beed1b7e46643e0c7b42cbe6e2d766b4": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "seller",
"type": "address"
},
{
"indexed": false,
"name": "returnAmount",
"type": "uint256"
},
{
"indexed": false,
"name": "feeAmount",
"type": "uint256"
},
{
"indexed": true,
"name": "outcomeIndex",
"type": "uint256"
},
{
"indexed": false,
"name": "outcomeTokensSold",
"type": "uint256"
}
],
"name": "FPMMSell",
"type": "event",
"signature": "0xadcf2a240ed9300d681d9a3f5382b6c1beed1b7e46643e0c7b42cbe6e2d766b4"
}
},
"links": {},
"address": "0xB149867b0E01feA6E708C45717b2202F0d3c6BA3",
"transactionHash": "0xf52aed9cf5da114fcc52b0a3d537d35776a8932e447d64fb555bfe94f9bf964c"
}
},
"LMSRMarketMaker": {
"1": {
"address": "0xd4D3fE0047Bc7ca43De4DFF94263eFe010Be23D3",
"links": {
"Fixed192x64Math": "0x75a6D6251511AF081f77F2B531C14808fB3805f3"
},
"events": {
"0x631ac92e0a879a687b1bd27a7dcbf3ec0be307aa0a1046c0df4109be02c49307": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "initialFunding",
"type": "uint256"
}
],
"name": "AMMCreated",
"type": "event",
"signature": "0x631ac92e0a879a687b1bd27a7dcbf3ec0be307aa0a1046c0df4109be02c49307"
},
"0xbb11914e7a395f00cf0920fe85f50088bd8d7681529fb0bd3c27ccb45a8bcd8f": {
"anonymous": false,
"inputs": [],
"name": "AMMPaused",
"type": "event",
"signature": "0xbb11914e7a395f00cf0920fe85f50088bd8d7681529fb0bd3c27ccb45a8bcd8f"
},
"0xb0cf596e1402e50b88a6d1097918e48922e4a2878ece11d7bb51b5d81cf6c178": {
"anonymous": false,
"inputs": [],
"name": "AMMResumed",
"type": "event",
"signature": "0xb0cf596e1402e50b88a6d1097918e48922e4a2878ece11d7bb51b5d81cf6c178"
},
"0x6e18b1b14477b5922c6efa82206ed0e3b73c2500e8d1528c9a6e17554ea12554": {
"anonymous": false,
"inputs": [],
"name": "AMMClosed",
"type": "event",
"signature": "0x6e18b1b14477b5922c6efa82206ed0e3b73c2500e8d1528c9a6e17554ea12554"
},
"0xc55e9a33fb8b1de5318b5c7b96a32937e54006c82000b2c468ed1fb9f73f6799": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "fundingChange",
"type": "int256"
}
],
"name": "AMMFundingChan