Skip to content

Instantly share code, notes, and snippets.

View wshbair's full-sized avatar
🎯
Focusing

Wazen Shbair wshbair

🎯
Focusing
View GitHub Profile
pragma solidity ^0.5.12;
import './DateTime.sol';
import './SignedSafeMath.sol';
//----------------------------------------------------------------------------
// CXC Murabaha Smart Contract - Signed integer
//----------------------------------------------------------------------------
contract CXCMurabaha is DateTime {
pragma solidity ^0.5.12;
import './DateTime.sol';
import './SignedSafeMath.sol';
//----------------------------------------------------------------------------
// CXC Sukuk Smart Contract - signed integer
//----------------------------------------------------------------------------
contract CXCSukuk is DateTime {
pragma solidity ^0.5.12;
// ----------------------------------------------------------------------------
// ERC Token Standard #20 Interface
// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
// ----------------------------------------------------------------------------
contract ERC20Interface {
function totalSupply() public view returns (uint);