Skip to content

ever-guild/everscale-contract-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Everscale smart contract library

Smart contracts for Everscale blockchain.

Solidity and C++ contracts and accompanying documentation are in their respective folders.

Some of the more commonly used contracts:

Solidity

  • BURNER — contract to burn any assets
  • elector
  • ReDeNS
  • Safe Multisig Wallet — formally verified wallet recommended for validators
  • Bridge Multisig WalletSafeMultisigWallet with modified method submitTransaction the limit on the size of the payload has been removed
  • Setcode Multisig WalletSafeMultisigWallet added submitUpdate, confirmUpdate, executeUpdate, getUpdateRequests methods that changes the contract code, this a more advanced version of the wallet that allows to manage custodians and completely replace the logic of the wallet
  • Surf Setcode Multisig WalletSetcodeMultisigWallet with modified expiration time (+1)
  • Surf Setcode Multisig Wallet 72SetcodeMultisigWallet with modified expiration time is 72 hours
  • DePool — decentralized staking smart contract
  • SMV — advanced governance smart contracts
  • DeBots — decentralized bot interfaces to smart contracts on Everscale

C++