Code has been added to clipboard!

Contract Sink in Solidity Functions

Example
contract Sink {
    function() external payable { }
}