Status: Work in progress
- DreamFramesCollectable.sol
- ERC721.sol
- ERC721Basic.sol
- ERC721BasicToken.sol
- ERC721Holder.sol
- ERC721Receiver.sol
- BonusList.sol
- BonusListInterface.sol
- DreamFramesCrowdsale.sol
- DreamFramesToken.sol
- MakerDAOETHUSDPriceFeedSimulator.sol
- MakerDAOPriceFeedAdaptor.sol
- PriceFeedInterface.sol
- DividendToken.sol
- DreamFrameSecurityToken.sol
- RoyaltyTokenCrowdsale.sol
- WhiteList.sol
- WhiteListInterface.sol
- AddressUtils.sol
- BTTSTokenInterface120.sol
- BTTSTokenLibrary120.sol
- CanSendCodes.sol
- ERC165.sol
- ERC20Interface.sol
- IERC1594.sol
- Operated.sol
- Owned.sol
- Check all derived contracts call the
initOwned(...)
function
- Check all derived contracts call the
- SafeMath.sol
- SupportsInterfaceWithLookup.sol
- DreamFramesCollectable.md
- contract DreamFramesCollectable is SupportsInterfaceWithLookup, ERC721BasicToken, ERC721
- ERC721.md
- contract ERC721Enumerable is ERC721Basic
- contract ERC721Metadata is ERC721Basic
- contract ERC721 is ERC721Basic, ERC721Enumerable, ERC721Metadata
- ERC721Basic.md
- contract ERC721Basic is ERC165
- ERC721BasicToken.md
- contract ERC721BasicToken is SupportsInterfaceWithLookup, ERC721Basic
- using SafeMath for uint256;
- using AddressUtils for address;
- ERC721Holder.md
- contract ERC721Holder is ERC721Receiver
- ERC721Receiver.md
- contract ERC721Receiver
- BonusList.md
- contract BonusList is BonusListInterface, Operated
- BonusListInterface.md
- contract BonusListInterface
- DreamFramesCrowdsale.md
- contract DreamFramesCrowdsale is Owned
- using SafeMath for uint256;
- DreamFramesToken.md
- contract DreamFramesToken is BTTSTokenInterface
- using BTTSLib for BTTSLib.Data;
- MakerDAOETHUSDPriceFeedSimulator.md
- contract MakerDAOETHUSDPriceFeedSimulator is Owned
- MakerDAOPriceFeedAdaptor.md
- contract MakerDAOPriceFeedInterface
- contract MakerDAOPriceFeedAdaptor is PriceFeedInterface
- PriceFeedInterface.md
- contract PriceFeedInterface
- DividendToken.md
- contract DividendToken is BTTSTokenInterface
- using BTTSLib for BTTSLib.Data;
- using BTTSLib for uint256;
- DreamFrameSecurityToken.md
- contract DreamFrameSecurityToken is DividendToken, CanSendCodes, IERC1594
- RoyaltyTokenCrowdsale.md
- contract DreamFramesCSInterface
- contract DreamFramesRoyaltyCrowdsale is Owned
- using SafeMath for uint256;
- WhiteList.md
- contract WhiteList is WhiteListInterface, Operated
- WhiteListInterface.md
- contract WhiteListInterface
- AddressUtils.md
- library AddressUtils
- BTTSTokenInterface120.md
- contract ApproveAndCallFallBack
- contract BTTSTokenInterface is ERC20Interface
- BTTSTokenLibrary120.md
- library BTTSLib
- CanSendCodes.md
- contract CanSendCodes
- ERC165.md
- interface ERC165
- ERC20Interface.md
- contract ERC20Interface
- IERC1594.md
- interface IERC1594 is ERC20Interface
- Operated.md
- contract Operated is Owned
- Owned.md
- contract Owned
- Check all derived contracts call the
initOwned(...)
function
- SafeMath.md
- library SafeMath
- SupportsInterfaceWithLookup.md
- contract SupportsInterfaceWithLookup is ERC165