mirror of
https://github.com/Instadapp/InstaContract.git
synced 2024-07-29 22:47:45 +00:00
just commit check.
This commit is contained in:
parent
223999c84f
commit
d7a18ef75a
|
@ -3,11 +3,11 @@ pragma solidity ^0.4.23;
|
|||
|
||||
contract ProxyTest {
|
||||
|
||||
event ETHSent(uint amt);
|
||||
event ETHSend(uint amt);
|
||||
|
||||
function sendETH() public payable {
|
||||
address(msg.sender).transfer(msg.value);
|
||||
emit ETHSent(msg.value);
|
||||
emit ETHSend(msg.value);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user