All Projects → GetDala → dala-smart-contracts

GetDala / dala-smart-contracts

Licence: MIT License
Smart contracts for the Dala token sale and ERC20 token

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to dala-smart-contracts

niftygate
Drop-in Access Control via NFT Ownership
Stars: ✭ 61 (+221.05%)
Mutual labels:  ethereum-contract, erc20, ethereum-token
Eden Smart Contracts
EDEN - EDN Smart Token & Smart Contracts
Stars: ✭ 109 (+473.68%)
Mutual labels:  smart-contracts, ethereum-contract, erc20
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (+742.11%)
Mutual labels:  smart-contracts, ethereum-contract, erc20
erc20-balance
💎 Get 2000+ ERC-20 token balances with JavaScript. Supports Node.js and Deno
Stars: ✭ 18 (-5.26%)
Mutual labels:  smart-contracts, erc20
Simple-Game-ERC-721-Token-Template
🔮 Very Simple ERC-721 Smart Contract Template to create your own ERC-721 Tokens on the Ethereum Blockchain, with many customizable Options 🔮
Stars: ✭ 83 (+336.84%)
Mutual labels:  smart-contracts, ethereum-contract
ethereum-dapp-ipfs-node.js-mongodb
以太坊开发DApp实战教程——用区块链、星际文件系统(IPFS)、Node.js和MongoDB来构建电商平台
Stars: ✭ 46 (+142.11%)
Mutual labels:  ethereum-contract, ethereum-token
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-21.05%)
Mutual labels:  smart-contracts, erc20
etherbrite
🗓 Clone eventbrite on Ethereum, built in Solidity, TruffleJS, Web3js and React/Redux.
Stars: ✭ 19 (+0%)
Mutual labels:  smart-contracts, ethereum-contract
ERC884-reference-implementation
An Interface and Reference Implementation of the ERC-884 DGCL Token.
Stars: ✭ 42 (+121.05%)
Mutual labels:  smart-contracts, erc20
Android-Wallet-Token-ERC20
Android Wallet (Token ERC20)
Stars: ✭ 30 (+57.89%)
Mutual labels:  ethereum-contract, ethereum-token
Ethplorer
Viewer of Ethereum tokens and transactions based on ERC20 standard.
Stars: ✭ 722 (+3700%)
Mutual labels:  ethereum-contract, ethereum-token
solidity-contracts
📦 Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (+236.84%)
Mutual labels:  smart-contracts, ethereum-contract
coinmarketcap-ethtoken-db
A database of Ethereum tokens on CoinMarketCap.com in machine-friendly format
Stars: ✭ 25 (+31.58%)
Mutual labels:  erc20, ethereum-token
koinos-gui-miner
The Koinos Miner (GUI) provides a sleek and functional user interface that allows users to mine the KOIN ERC-20 which will be used to deliver an equitable initial token distribution on the Koinos blockchain.
Stars: ✭ 26 (+36.84%)
Mutual labels:  smart-contracts, erc20
wrc20-examples
This repository contains examples of WRC20 tokens written in different languages.
Stars: ✭ 12 (-36.84%)
Mutual labels:  ethereum-contract, erc20
nftfy-v1-core
A decentralized protocol for NFT fractionalization
Stars: ✭ 62 (+226.32%)
Mutual labels:  smart-contracts, erc20
ethereum-contracts
Knowledge Ethereum Smart Contracts
Stars: ✭ 41 (+115.79%)
Mutual labels:  smart-contracts, ethereum-contract
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (+242.11%)
Mutual labels:  smart-contracts, ethereum-contract
cheezyverse
Cheeze Wizards is the world's first battle royale on the blockchain (with cheese!)
Stars: ✭ 38 (+100%)
Mutual labels:  smart-contracts, ethereum-contract
zeneth
🏵️ Let Your ETH Chill — Gasless Ethereum account abstraction with Flashbots
Stars: ✭ 112 (+489.47%)
Mutual labels:  smart-contracts, erc20

Table of Contents

Audit

  • The smart contracts were audited by Iosiro between 5 October 2017 and 13 October 2017.
  • See the audit results here.

Token

CentrallyIssuedToken.sol

  • The Dala ERC20 token that will be issued during the crowdsale.
  • The token is upgradeable, pausable, and releasable.
  • Tokens will be released for transfer once the crowdsale is complete, either by expiration or all tokens have been issued.

Crowdsale

AllocatedCrowdsale.sol

  • The crowdsale is based on the TokenMarket AllocatedCrowdsale contract with some alterations to support whitelisting and a dynamic ETH cap per user that increases over time.

Wallet

MultiSigWalletWithDailyLimit.sol

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].