|
| 1 | +[ |
| 2 | + { |
| 3 | + "anonymous": false, |
| 4 | + "inputs": [ |
| 5 | + { "indexed": true, "name": "dataService", "type": "address" }, |
| 6 | + { "indexed": true, "name": "payer", "type": "address" }, |
| 7 | + { "indexed": true, "name": "serviceProvider", "type": "address" }, |
| 8 | + { "indexed": false, "name": "agreementId", "type": "bytes16" }, |
| 9 | + { "indexed": false, "name": "acceptedAt", "type": "uint64" }, |
| 10 | + { "indexed": false, "name": "endsAt", "type": "uint64" }, |
| 11 | + { "indexed": false, "name": "maxInitialTokens", "type": "uint256" }, |
| 12 | + { "indexed": false, "name": "maxOngoingTokensPerSecond", "type": "uint256" }, |
| 13 | + { "indexed": false, "name": "minSecondsPerCollection", "type": "uint32" }, |
| 14 | + { "indexed": false, "name": "maxSecondsPerCollection", "type": "uint32" } |
| 15 | + ], |
| 16 | + "name": "AgreementAccepted", |
| 17 | + "type": "event" |
| 18 | + }, |
| 19 | + { |
| 20 | + "anonymous": false, |
| 21 | + "inputs": [ |
| 22 | + { "indexed": true, "name": "dataService", "type": "address" }, |
| 23 | + { "indexed": true, "name": "payer", "type": "address" }, |
| 24 | + { "indexed": true, "name": "serviceProvider", "type": "address" }, |
| 25 | + { "indexed": false, "name": "agreementId", "type": "bytes16" }, |
| 26 | + { "indexed": false, "name": "canceledAt", "type": "uint64" }, |
| 27 | + { "indexed": false, "name": "canceledBy", "type": "uint8" } |
| 28 | + ], |
| 29 | + "name": "AgreementCanceled", |
| 30 | + "type": "event" |
| 31 | + }, |
| 32 | + { |
| 33 | + "anonymous": false, |
| 34 | + "inputs": [ |
| 35 | + { "indexed": true, "name": "dataService", "type": "address" }, |
| 36 | + { "indexed": true, "name": "payer", "type": "address" }, |
| 37 | + { "indexed": true, "name": "serviceProvider", "type": "address" }, |
| 38 | + { "indexed": false, "name": "agreementId", "type": "bytes16" }, |
| 39 | + { "indexed": false, "name": "updatedAt", "type": "uint64" }, |
| 40 | + { "indexed": false, "name": "endsAt", "type": "uint64" }, |
| 41 | + { "indexed": false, "name": "maxInitialTokens", "type": "uint256" }, |
| 42 | + { "indexed": false, "name": "maxOngoingTokensPerSecond", "type": "uint256" }, |
| 43 | + { "indexed": false, "name": "minSecondsPerCollection", "type": "uint32" }, |
| 44 | + { "indexed": false, "name": "maxSecondsPerCollection", "type": "uint32" } |
| 45 | + ], |
| 46 | + "name": "AgreementUpdated", |
| 47 | + "type": "event" |
| 48 | + }, |
| 49 | + { |
| 50 | + "anonymous": false, |
| 51 | + "inputs": [ |
| 52 | + { "indexed": true, "name": "dataService", "type": "address" }, |
| 53 | + { "indexed": true, "name": "payer", "type": "address" }, |
| 54 | + { "indexed": true, "name": "serviceProvider", "type": "address" }, |
| 55 | + { "indexed": false, "name": "agreementId", "type": "bytes16" }, |
| 56 | + { "indexed": false, "name": "collectionId", "type": "bytes32" }, |
| 57 | + { "indexed": false, "name": "tokens", "type": "uint256" }, |
| 58 | + { "indexed": false, "name": "dataServiceCut", "type": "uint256" } |
| 59 | + ], |
| 60 | + "name": "RCACollected", |
| 61 | + "type": "event" |
| 62 | + } |
| 63 | +] |
0 commit comments