Skip to content

Instantly share code, notes, and snippets.

View ilovepython12312's full-sized avatar

ilovepython12312

View GitHub Profile
@ilovepython12312
ilovepython12312 / contracts...paynow.sol
Created April 3, 2025 07:45
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.26+commit.8a97fa7a.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract paynow{
address payer;
address payee;
uint amount;
@ilovepython12312
ilovepython12312 / contracts...paynow.sol
Created April 3, 2025 07: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.26+commit.8a97fa7a.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract paynow{
address payer;
address payee;
uint amount;
@ilovepython12312
ilovepython12312 / contracts...paynow.sol
Created April 3, 2025 06:42
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.26+commit.8a97fa7a.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;