Oval
Primary Oval contract.
This contract contains some of the core logic for what value to return, governed by the case work described in the mechanism description section. This contract also stores the state for lastUnlockTimestamp
which governs this case work. Conceptually, this contract sits between the source adapters and destination adapters and connects all parts together, taking the input of from the source adapters, controlling the release process and is then read from by the destination adapter.
The minimal interface of this contract looks as follows:
The source implementation can be found here.
Last updated
Was this helpful?