perp-curie-contract icon indicating copy to clipboard operation
perp-curie-contract copied to clipboard

Perpetual Protocol Curie (v2) core contracts

Results 3 perp-curie-contract issues
Sort by recently updated
recently updated
newest added

### PR Reminders Be ware of the followings - [ ] implement deployment script for your changes in deployment repo - [ ] add verification in hardhat simulation(000-prepare-simulation-check, 902-newMarket-check or...

### Background Sometimes you need to use `FirstTradedTimestamp`, `LastSettledTimestamp`, and `LastFundingGrowthGlobal` for statistics. Although I can find them through contract events, I think it would be very convenient if you...

https://github.com/perpetual-protocol/perp-curie-contract/blob/f98ff086f4147680d579f68db7f3baedd6fc0063/contracts/lib/Tick.sol#L70-L79 We're currently doing some uniswap v3/trident stuffs, accidentally we found some articles about the uniswap's underflow issue. According to this (https://github.com/Uniswap/v3-periphery/issues/164), I assume that this is why perpetual team...