In WETH and TreasuryDelegate, the .transfer() method is used to transfer Manifest. 
The transfer() call requires that the recipient has a payable callback, only provides 2300 gas for its operation. This means the following cases can cause the transfer to fail:
See this article.
The .transfer method is called in these places:
Use .call() to send Manifest.
