-
Notifications
You must be signed in to change notification settings - Fork 12.2k
Closed
Labels
contractsSmart contract code.Smart contract code.featureNew contracts, functions, or helpers.New contracts, functions, or helpers.
Description
@KaiRo-at suggested that our current contract is not extensible enough due to using external
functions.
They also suggested to add an internal function that implements transfers to have a central extensibility point. I think this is fine but I would like to see the internal function use msg.sender
rather than having a sender
argument like we did in ERC20.
Metadata
Metadata
Assignees
Labels
contractsSmart contract code.Smart contract code.featureNew contracts, functions, or helpers.New contracts, functions, or helpers.