Skip to content

Instantly share code, notes, and snippets.

@Odile-Rothbart
Odile-Rothbart / contracts...6106...transfer_money.sol
Created December 18, 2025 10:09
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=undefined&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract weixin{
address payer;
address payee;
uint amount;
@Odile-Rothbart
Odile-Rothbart / contracts...6106...deposit_money.sol
Created December 18, 2025 10:08
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=undefined&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract deposit{
address depositor;
uint amount;
function deposit_money(address depositor_input, uint amount_input) public {
@Odile-Rothbart
Odile-Rothbart / contracts...6106...zz...deposit_monry.sol
Created December 11, 2025 11:13
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=undefined&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract deposit{
address depositor;
uint amount;
function deposit_money(address depositor_input, uint amount_input) public {
@Odile-Rothbart
Odile-Rothbart / contracts...6106...zz...transfer_money.sol
Created December 6, 2025 07:53
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=undefined&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract weixin{
address payer;
address payee;
uint amount;
@Odile-Rothbart
Odile-Rothbart / contracts...6106...zz...deposit_monry.sol
Created December 6, 2025 07:52
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=undefined&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract weixin{
address depositor;
uint amount;
}
@Odile-Rothbart
Odile-Rothbart / contracts...w1_paynow.sol
Created November 20, 2025 11:09
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=undefined&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract weixin{
address payer;
address payee;
uint amount;