Obtenez le montant payable Ethereum Solidity

function deposit() payable {
	uint weiSent = msg.value;
}
Anxious Alligator