Commit b3d229a 1 parent 4d4f567 commit b3d229a Copy full SHA for b3d229a
File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -258,11 +258,11 @@ type Order @entity {
258
258
# the fees will be updated from an event that will be created after (todo)
259
259
publishingMarket : User
260
260
publishingMarketToken : Token #
261
- publishingMarketAmmount : BigDecimal #call contract to get fee ammount
261
+ publishingMarketAmmount : BigDecimal #call contract to get fee amount
262
262
263
263
consumerMarket : User
264
264
consumerMarketToken : Token #
265
- consumerMarketAmmount : BigDecimal #call contract to get fee ammount
265
+ consumerMarketAmmount : BigDecimal #call contract to get fee amount
266
266
267
267
createdTimestamp : Int !
268
268
tx : String !
@@ -299,6 +299,10 @@ type FixedRateExchange @entity {
299
299
owner : User !
300
300
datatoken : Token !
301
301
baseToken : Token !
302
+ "amount of datatokens available to be sold, this is relevant if the exchange is not able to mint"
303
+ datatokenBalance : BigDecimal !
304
+ "amount of basetokens available to be collected by the owner"
305
+ baseTokenBalance : BigDecimal !
302
306
price : BigDecimal !
303
307
active : Boolean !
304
308
"amount of total basetokens spent"
Original file line number Diff line number Diff line change 1
- import { log } from '@graphprotocol/graph-ts'
2
1
import {
3
2
LOG_EXIT ,
4
3
LOG_JOIN ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dataSources:
8
8
name : ERC721Factory
9
9
network : rinkeby
10
10
source :
11
- address : ' 0x65aCFbcf0576D5740d1a824afd1776E7D4034C3D '
11
+ address : ' 0xD9b5488363463E3689C1430030F5A17b427718E1 '
12
12
abi : ERC721Factory
13
13
startBlock : 10065057
14
14
mapping :
@@ -30,7 +30,7 @@ dataSources:
30
30
name : FixedRateExchange
31
31
network : rinkeby
32
32
source :
33
- address : ' 0x40F63Ec24aDc291d41F63fBA356Dd9983197c83a '
33
+ address : ' 0xdf29DA8FF979170eBfEd7133068dA247dc04CdC9 '
34
34
abi : FixedRateExchange
35
35
startBlock : 10065057
36
36
mapping :
@@ -64,7 +64,7 @@ dataSources:
64
64
name : Dispenser
65
65
network : rinkeby
66
66
source :
67
- address : ' 0x5b18fbac5aA81B4a0CAF993afb69b2ADfC3E8833 '
67
+ address : ' 0x5FfDe8179E095803de22CBe1D405Eeef18406852 '
68
68
abi : Dispenser
69
69
startBlock : 10065057
70
70
mapping :
@@ -95,7 +95,7 @@ dataSources:
95
95
name : FactoryRouter
96
96
network : rinkeby
97
97
source :
98
- address : ' 0x5a31C7e57D51fc0991C1315c66587e7a158c9c40 '
98
+ address : ' 0x5De02B776106d0dC81d4335f58E29ECaE717e90A '
99
99
abi : FactoryRouter
100
100
startBlock : 10065057
101
101
mapping :
You can’t perform that action at this time.
0 commit comments