Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IDATT-2501-Web3
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TrioTech
IDATT-2501-Web3
Merge requests
!4
Draft: Add devition of tokesn
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Add devition of tokesn
Add-devition-of-tokesn
into
main
Overview
0
Commits
2
Pipelines
3
Changes
8
Closed
Pedro Pablo Cardona Arroyave
requested to merge
Add-devition-of-tokesn
into
main
1 year ago
Overview
0
Commits
2
Pipelines
3
Changes
8
Expand
0
1
Merge request reports
Compare
main
version 1
075a0836
1 year ago
main (base)
and
latest version
latest version
f7e49c46
2 commits,
1 year ago
version 1
075a0836
1 commit,
1 year ago
8 files
+
339
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
contracts/Storage.sol
+
1
−
0
Options
@@ -50,6 +50,7 @@ contract Storage {
function register(string memory user) public {
s_users.push(user);
s_tokens[user] = 0;
addBalanceToUser(user, 50*TOKEN_ETH_RATIO);
}
function addBalanceToUser(string memory user, uint256 balance) public payable{
Loading