SendProtocol / sdt-contracts

Contracts for SEND Token (SDT)

Home Page:https://www.sendprotocol.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

SEND (SDT)

For more information about Send (SDT) check our website: https://www.sendprotocol.com


Smart Contracts

Contracts for Send Token (SDT) as described in Send's Token Economics and Whitepaper

Token

Snapshot.sol A token with an efficient mechanism to store balance snapshots.

SendToken.sol A token implementing SDT features.

SDT.sol The SDT token contract.

Crowdsale

TokenSale.sol A sale contract as described in Send's Token Economics

Distribution.sol A contract to handle SDT's distribution process as described in Send's Token Economics

TokenVestg.sol A contract to store vested SDT tokens. Users can claim vested tokens if whitelisted by Send.

Utils

Escrow.sol The escrow contract for SDT token, transactions running on this escrow contract can issue exchange rate events if arbitrator is a verified address.

Polls.sol A contract to handle poll's logic for SDT holders.

Deployment flow

  • Deploy sale contract
  • Deploy vesting contract
  • Deploy token with sale contract address
  • Deploy distribution contract with token's address
  • Initialize vesting contract with token and sale addresses
  • Set BTC and ETH exchange rates on sale contract
  • Initialize sale with token, distribution and vesting addresses
  • Deploy escrow contract and link on token contract

Reviewers and audits

  • Marcio Abreu (Author) - CTO @ Send
  • Klaus Hott (Author) - Blockchain Advisor @ Send
  • CoinFabrik (Auditor) - Blockchain Technologies, FinTech and Smart Contracts Development: Security audit results
  • Community review - Bug bounty program

About

Contracts for SEND Token (SDT)

https://www.sendprotocol.com

License:Other


Languages

Language:HTML 79.3%Language:JavaScript 17.7%Language:CSS 2.3%Language:Shell 0.6%