Transpile e170b59f

This commit is contained in:
github-actions
2022-02-08 09:01:46 +00:00
parent 6f7d517d7c
commit 47de4b8f94
8 changed files with 45 additions and 39 deletions

View File

@ -23,6 +23,10 @@ contract SignedMathMockUpgradeable is Initializable {
return SignedMathUpgradeable.average(a, b);
}
function abs(int256 n) public pure returns (uint256) {
return SignedMathUpgradeable.abs(n);
}
/**
* This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain.