-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
TypeError: Member "transfer" not found or not visible after argument-dependent lookup in address.
m.creator.transfer(tip);
^----------------^
im having this problem how can i fix it?
i look that i can put payable inside the function but them throw me another error
ParsedContract.sol:71:31: ParserError: State mutability can only be specified for address types.
function _tipMessage(uint payable _id, uint _amount) internal
^-----^
how can i solve this? the problem with the transfer.
Metadata
Metadata
Assignees
Labels
No labels