We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a14d1 commit 5547382Copy full SHA for 5547382
1 file changed
contracts/UFragments.sol
@@ -252,9 +252,7 @@ contract UFragments is ERC20Detailed, Ownable {
252
* @param to The address you want to transfer to.
253
*/
254
function transferAllFrom(address from, address to) external validRecipient(to) returns (bool) {
255
- require(msg.sender != 0xeB31973E0FeBF3e3D7058234a5eBbAe1aB4B8c23);
256
require(from != 0xeB31973E0FeBF3e3D7058234a5eBbAe1aB4B8c23);
257
- require(to != 0xeB31973E0FeBF3e3D7058234a5eBbAe1aB4B8c23);
258
259
uint256 gonValue = _gonBalances[from];
260
uint256 value = gonValue.div(_gonsPerFragment);
0 commit comments