Skip to content

SBC Deposit contracts v1.0.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@akolotov akolotov released this 13 Sep 08:50
· 33 commits to master since this release
31e14c0

This release is to sent the contracts for a security audit. It contains the following changes in comparison with the original deposit contract:

  • Upgraded to Solidity 0.8.7
  • Deposit is made via ERC20 tokens instead of native ETH
  • Deposits can be done in batches
  • Contract can be made upgradeable
  • Contract can be made claimable (allowing to claim mistakenly sent third-party tokens back)
  • Contract can be made pausable