Skip to content

Commit

Permalink
mapping added
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDeadCe11 committed Sep 21, 2024
1 parent 753c5e7 commit cb3d8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EigenAirdrop.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
pragma solidity >=0.8.25;

contract EigenAirdrop {
mapping(address userAddress => uint256 points)public userPoints;
function id(uint256 value) external pure returns (uint256) {
return value;
}
Expand Down

0 comments on commit cb3d8e4

Please sign in to comment.