Robert Magier

Results 5 comments of Robert Magier

I check today and ERC721 standard defines those functions as payable. Is it possible to reopen the ticket and modify it ?

@frangio Thank you for your kind reply. I decided to comment on that because of @shrugs comment > The reason that payable was not added by default is that non-payable...

@nventuro I think I am more than confused. Standard your linked is still describing function as payable. ` function transferFrom(address _from, address _to, uint256 _tokenId) external payable;` However I think...

Thank you for reopening. For the moment we have copied your library and modified you transfer function to be payable. It works for us ( of course ). Maybe you...

Ok. Will work on that. It might be a bit difficult to run all tests, but I will see how it goes. Would be great to have some way of...