##REAL Token Address You can get the address from https://www.real.markets, take into account that the address has to start with 0x9214 and ends with ab10.
Important resources:
- If integrating REAL in an exchange or automated system, please read: A note for exchanges or holders interacting with REAL in an automated manner
- Sale spec
- Token sale flow
Sale:
REAL:
MultiSig:
At the technical level REAL is a ERC20-compliant token, derived from the MiniMe Token that allows for token cloning (forking), which will be useful for many future usecases.
REAL is slightly diverges with the ERC20 standard, on invalid token transactions or approvals it throws instead of returning false.
Token:
- REAL.sol: Main contract for the token. Derives MiniMeToken.
- MiniMeToken.sol: Token implementation.
Sale:
- RealCrowdsale.sol: Implementation of the initial distribution of REAL.
- DevTokensHolder.sol: Simple contract that will hold all dev funds until final block of the sale.
- TeamTokensHolder.sol: Simple contract that will hold all team funds until final block of the sale.
- MultisigWallet.sol: Gnosis multisig used for REAL and community multisigs.
- Coinfabrik: Coinfabrik contract audit. Issues were corrected here and here