This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"version":1,"resource":"file:///Users/rangel/Projects/frontent-fork-setup/src/swaps/vendor/ISwapRouterV3.sol","entries":[{"id":"bqhP.sol","timestamp":1713440247835},{"id":"L6EB.sol","timestamp":1713441150216}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2019-02-23T15:37:33.166Z","extensionVersion":"v3.2.4"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2019-02-18T21:20:25.589Z","extensionVersion":"v3.2.5"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pragma solidity ^0.4.18; | |
| contract ethertransfer { | |
| function payMe() payable public returns(bool success) { | |
| return true; | |
| } | |
| function fundtransfer(address etherreceiver, uint256 amount) public{ | |
| if(!etherreceiver.send(amount)){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <component name="libraryTable"> | |
| <library name="ConnectorArchitecture" type="ConnectorArchitecture"> | |
| <CLASSES> | |
| <root url="jar://$USER_HOME$/Documents/mysql-connector-java-5.1.43/mysql-connector-java-5.1.43-bin.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC /> | |
| <SOURCES /> | |
| </library> | |
| </component> |
NewerOlder