Skip to content

makerdao/price-feed

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Price-Feed

A price-feed contract is a ds-value like contract that stores its value as a wad, that is, a uint128 that is expected to be in 18 decimal fixed point notation. When read, it is read as a bytes32 to maintain compatibility with ds-value.

It implements poke but also post which in addition to updating its value, will poke a medianizer.

About

price feed, with expiration and medianizer poke

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published