mattlockyer / composables-998

An implementation and documentation repo for developing the ERC-998 standard for Ethereum.
MIT License
103 stars 64 forks source link

Added functionality to top-down composables to enable them to work wi… #17

Closed mudgen closed 6 years ago

mudgen commented 6 years ago

Added functionality to top-down composables to enable them to work with older contracts like cryptokitties.

Changes: Renamed transferChild functions to safeTransferChild. Added the following functions: function transferChild(address _to, address _childContract, uint256 _childTokenId) external; function getChild(address _from, uint256 _tokenId, address _childContract, uint256 _childTokenId) external;