recordPaymentFrom
Contract: JBSingleTokenPaymentTerminalStore
Interface: IJBSingleTokenPaymentTerminalStore
- Step by step
- Code
- Errors
- Bug bounty
Records newly contributed tokens to a project.
Mints the project's tokens according to values provided by a configured data source. If no data source is configured, mints tokens proportional to the amount of the contribution.
The msg.sender must be an IJBSingleTokenPaymentTerminal
. The amount specified in the params is in terms of the msg.sender's tokens.