You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other contracts may want to consume market data that is currently only logged by events. For instance, @jbrukh wants to get the last trade info in one of his contracts.
The text was updated successfully, but these errors were encountered:
Clarifying: decentralized exchanges are today the only source of truly
decentralized (on chain) market data. Given the ability to read last
trades, one could build a Solidity contract that works like a fully
decentralized open ended fund which utilizes Mkr Market data for marking
the portfolio to market. This would be limited to ERC20 tokens, but still
an important demonstration of the utility of dexes and Mkr Market.
Other contracts may want to consume market data that is currently only logged by events. For instance, @jbrukh wants to get the last trade info in one of his contracts.
The text was updated successfully, but these errors were encountered: