Smart contracts for Everscale blockchain.
Solidity
and C++
contracts and accompanying documentation are in their respective folders.
Some of the more commonly used contracts:
- BURNER — contract to burn any assets
- elector
- ReDeNS
- Safe Multisig Wallet — formally verified wallet recommended for validators
- Bridge Multisig Wallet —
SafeMultisigWallet
with modified methodsubmitTransaction
the limit on the size of thepayload
has been removed - Setcode Multisig Wallet —
SafeMultisigWallet
addedsubmitUpdate
,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 Wallet —
SetcodeMultisigWallet
with modified expiration time (+1) - Surf Setcode Multisig Wallet 72 —
SetcodeMultisigWallet
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