Commit 39a8757
cwsnt
SOV:4621 migrated to foundry docs
1 parent 94f13d5 commit 39a8757
254 files changed
Lines changed: 34361 additions & 0 deletions
File tree
- foundry/docs
- src
- contracts
- connectors
- loantoken
- AdvancedToken.sol
- AdvancedTokenStorage.sol
- LoanToken.sol
- LoanTokenBase.sol
- LoanTokenLogicBeacon.sol
- LoanTokenLogicProxy.sol
- LoanTokenLogicSplit.sol
- LoanTokenLogicStandard.sol
- LoanTokenLogicStorage.sol
- Pausable.sol
- interfaces
- FeedsLike.sol
- ProtocolLike.sol
- ProtocolSettingsLike.sol
- lib
- MarginTradeStructHelpers.sol
- modules
- beaconLogicLM
- LoanTokenLogic.sol
- LoanTokenLogicLM.sol
- beaconLogicWRBTC
- LoanTokenLogicWrbtc.sol
- LoanTokenLogicWrbtcLM.sol
- core
- Objects.sol
- Protocol.sol
- State.sol
- objects
- LenderInterestStruct.sol
- LoanInterestStruct.sol
- LoanParamsStruct.sol
- LoanStruct.sol
- OrderStruct.sol
- escrow
- Escrow.sol
- EscrowReward.sol
- events
- AffiliatesEvents.sol
- FeesEvents.sol
- LoanClosingsEvents.sol
- LoanMaintenanceEvents.sol
- LoanOpeningsEvents.sol
- LoanSettingsEvents.sol
- ModulesCommonEvents.sol
- ProtocolSettingsEvents.sol
- SwapsEvents.sol
- farm
- ILiquidityMining.sol
- LiquidityMining.sol
- LiquidityMiningConfigToken.sol
- LiquidityMiningProxy.sol
- LiquidityMiningStorage.sol
- feeds
- BProPriceFeed.sol
- DummyFallbackOracle.sol
- IMoCState.sol
- IPriceFeeds.sol
- IRSKOracle.sol
- IV1PoolOracle.sol
- PriceFeedRSKOracle.sol
- PriceFeedV1PoolOracle.sol
- PriceFeeds.sol
- PriceFeedsConstants.sol
- PriceFeedsMoC.sol
- USDTPriceFeed.sol
- testnet
- MockMoCMedianizer.sol
- PriceFeedsLocal.sol
- governance
- ApprovalReceiver.sol
- ErrorDecoder.sol
- FeeSharingCollector
- FeeSharingCollector.sol
- FeeSharingCollectorProxy.sol
- FeeSharingCollectorStorage.sol
- GovernorAlpha.sol
- GovernorVault.sol
- IFeeSharingCollector.sol
- StakingRewards
- StakingRewards.sol
- StakingRewardsOs.sol
- StakingRewardsOsProxy.sol
- StakingRewardsOsStorage.sol
- StakingRewardsProxy.sol
- StakingRewardsStorage.sol
- Staking
- SafeMath96.sol
- StakingProxy.sol
- interfaces
- IStaking.sol
- modules
- StakingAdminModule.sol
- StakingGovernanceModule.sol
- StakingStakeModule.sol
- StakingStorageModule.sol
- StakingVestingModule.sol
- StakingWithdrawModule.sol
- WeightedStakingModule.sol
- Timelock.sol
- Vesting
- DevelopmentFund.sol
- GenericTokenSender.sol
- ITeamVesting.sol
- IVesting.sol
- IVestingFactory.sol
- IVestingRegistry.sol
- OriginInvestorsClaim.sol
- OrigingVestingCreator.sol
- TeamVesting.sol
- TokenSender.sol
- Vesting.sol
- VestingCreator.sol
- VestingFactory.sol
- VestingLogic.sol
- VestingRegistry.sol
- VestingRegistry2.sol
- VestingRegistry3.sol
- VestingRegistryLogic.sol
- VestingRegistryProxy.sol
- VestingRegistryStorage.sol
- VestingStorage.sol
- fouryear
- FourYearVesting.sol
- FourYearVestingFactory.sol
- FourYearVestingLogic.sol
- FourYearVestingStorage.sol
- IFourYearVesting.sol
- IFourYearVestingFactory.sol
- interfaces
- IChai.sol
- IConverterAMM.sol
- IERC20.sol
- IERC20Mintable.sol
- IERC777.sol
- IERC777Recipient.sol
- IERC777Sender.sol
- ILoanPool.sol
- ILoanTokenLogicProxy.sol
- ILoanTokenModules.sol
- ISovryn.sol
- IWrbtc.sol
- IWrbtcERC20.sol
- locked
- ILockedSOV.sol
- LockedSOV.sol
- mixins
- EnumerableAddressSet.sol
- EnumerableBytes32Set.sol
- EnumerableBytes4Set.sol
- FeesHelper.sol
- InterestUser.sol
- LiquidationHelper.sol
- ModuleCommonFunctionalities.sol
- ProtocolTokenUser.sol
- RewardHelper.sol
- VaultController.sol
- modules
- Affiliates.sol
- LoanClosingsLiquidation.sol
- LoanClosingsRollover.sol
- LoanClosingsWith.sol
- LoanMaintenance.sol
- LoanOpenings.sol
- LoanSettings.sol
- ProtocolSettings.sol
- SwapsExternal.sol
- SwapsImplSovrynSwapModule.sol
- interfaces
- ProtocolAffiliatesInterface.sol
- ProtocolSwapExternalInterface.sol
- multisig
- MultiSigKeyHolders.sol
- MultiSigWallet.sol
- openzeppelin
- Address.sol
- Context.sol
- ERC20.sol
- ERC20Detailed.sol
- IERC20_.sol
- Initializable.sol
- Ownable.sol
- PausableOz.sol
- ReentrancyGuard.sol
- SafeERC20.sol
- SafeMath.sol
- SignedSafeMath.sol
- proxy
- Proxy.sol
- TransparentUpgradableProxy
- TransparentUpgradableProxyAdmin.sol
- UpgradableProxy.sol
- modules
- ModulesProxy.sol
- ModulesProxyRegistry.sol
- interfaces
- IFunctionsList.sol
- IModulesProxyRegistry.sol
- reentrancy
- Mutex.sol
- rsk
- RSKAddrValidator.sol
- swaps
- SwapsUser.sol
- connectors
- SwapsImplSovrynSwap.sol
- SwapsImplSovrynSwapLib.sol
- interfaces
- IContractRegistry.sol
- ISovrynSwapNetwork.sol
- testnet
- SwapsImplLocal.sol
- token
- IApproveAndCall.sol
- OsSOV.sol
- SOV.sol
- utils
- AdminRole.sol
- PausableRole.sol
- ProxyOwnable.sol
- Utils.sol
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
17 | 79 | | |
18 | 80 | | |
19 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments