pour_out
Last updated
Last updated
An entrypoint that withdraws TEZ tokens to the receiver from the parameters (mostly to the contract).
receiver
contract(unit)
Receiver of TEZ tokens
amt
nat
Amount to withdraw
Only contract can call this entrypoint.
403
- sender
of the transaction is not contract.
412
- non payable entrypoint (can't accept TEZ tokens during call of an entrypoint).