This is a simple smart contract that implements a referral rewards program. Users can refer others and earn token rewards. The owner of the contract can update the reward amount.
This is a simple smart contract that implements a referral rewards program. Users can refer others and earn token rewards. The owner of the contract can update the reward amount.
Users can refer a new address and receive token rewards.
Each address can only refer once.
The owner can update the reward amount.
Network: Edu Chain
Contract Address: 0x2e3c6743235Df5C59C1B9F914442899818A1E829
A user calls the refer
function with a valid referee address.
The contract verifies that the user has not referred before.
If valid, the referrer receives a fixed reward.
The owner can adjust the reward amount using updateReward
.
This project is open-source and free to use.
50
0