Skip to content

DeepSquare smart contracts running on the Avalanche blockchain

License

Notifications You must be signed in to change notification settings

deepsquare-io/smart-contracts

Repository files navigation

DeepSquare smart-contracts

License Whitepaper Codecov

DeepSquare smart contracts running on the Avalanche C-chain. The contracts are mainly based on the OpenZeppelin smart contracts (@openzeppelin/contracts v4) which are considered as a security standard.

Deployed smart contracts

Contract Address
DeepSquare (ERC20) 0xf192caE2e7Cd4048Bea307368015E3647c49338e
Sale 0xb4A981d2663455aEE53193Da8e7c61c3579301cb
Eligibility 0x52088e60AfB56E83cA0B6340B49F709e57973869

Maintainers


Mathieu Bour

Mathieu Bour

Julien Schneider

Charly Mancel

ERC-20 tokens

DPS security token

The DeepSquare.sol contract represents ERC-20-compatible DPS token. The DPS token has currently restricted transfer options, as described in the DeepSquare whitepaper.

Sale process

The Sale.sol contract allows to conduct the DPS private sale.

Sale process diagram

Vesting schedule

The DPS vesting schedule is controlled by restricting the DPS transfers to the Bridge. This is equivalent to force the account to keep a minimum DPS balance.

References