TickerPriceStorage
The TickerPriceStorage contract's purpose is to act as on-chain storage & oracle for use by external contracts. The set function is the only public facing one and can be initiated by anybody.
Last updated
The TickerPriceStorage contract's purpose is to act as on-chain storage & oracle for use by external contracts. The set function is the only public facing one and can be initiated by anybody.
Last updated
event TickerPriceUpdated(string ticker, uint256 newPrice)function set(string ticker, uint256 price) external