Skip to content

Instantly share code, notes, and snippets.

@Bai-Huijing
Bai-Huijing / DSAI...Paynow.sol
Created May 20, 2025 14:03
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=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract paynow{
address owner;
address payer;
address payee;
uint amount;
@Bai-Huijing
Bai-Huijing / DSAI...Paynow.sol
Created May 20, 2025 14:01
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=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract paynow{
address owner;
address payer;
address payee;
uint amount;