KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
OMN-Contract
★ 17
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
microservices-serviceweaver
:
Proof of concept of Service Weaver
NLPResearchScaffolding
:
Scaffold for NLP researcher to quickly set up the codebase
Awesome_ChatGPT_papers
:
This repository will collect and share awesome ChatGPT related papers and useful tools
caddy-combine-ip-ranges
:
IP prefix module for Caddy that combines the output of other IP prefix modules.
React-Movie-Site
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
OMN-Contract
?
Download (.md)
# OMN Smart Contracts 🚀 > This repository contains the core smart contracts used by the OMN crypto project. ## Deployment ```shell npx hardhat compile npx hardhat --network bsc_mainnet deploy-treasury-and-token npx hardhat --network bsc_mainnet deploy-ifo-sale-contract npx hardhat --network bsc_mainnet deploy-private-sale-contract npx hardhat --network bsc_mainnet deploy-ido-sale-contract npx hardhat --network bsc_mainnet setup ``` ## Included Smart Contracts | Sourcefile | Description | | -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | [OMNToken.sol](contracts/OMNToken.sol) | This is a Solidity smart contract that represents the OMN token. The OMN token is a capped ERC20 token that can be minted and burned. | | [Treasury.sol](contracts/Treasury.sol) | This is a simple Solidity smart contract that manages a token resource and access rights to mint a specific type of token. | | [IFOSale.sol](contracts/IFOSale.sol) | This is a Solidity smart contract that manages the token sale in the IFO round. | | [PrivateSale.sol](contracts/PrivateSale.sol) | This is a Solidity smart contract that manages the token sale in the Private round. | | [IDOSale.sol](contracts/IDOSale.sol) | This is a Solidity smart contract that manages the token sale in the IDO round. | ## Audits | Report | Audit Date | Organization | | ------------------------------------------------------------------------------------------ | -------------- | ------------------------------------------- | | [OmegaNetwork_Audit_Report_Solidity_Finance](https://solidity.finance/audits/OmegaNetwork) | March 02, 2023 | [SolidityFinance](https://solidity.finance) |