Skip to content

useverto/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contracts

The Verto Protocol's smart contracts for the SmartWeave protocol.

CLOB contract

The CLOB contract is a smart contract that functions as a decentralized Central Limit Order Book.

Link

Default state

{
  emergencyHaltWallet: "",
  halted: false,
  protocolFeePercent: 0.05,
  pairGatekeeper: false,
  communityContract: "",
  pairs: [],
  usedTransfers: [],
  invocations: [],
  foreignCalls: []
}

About

💹 Contracts used by the Verto Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published