require vDODO transfer from!=to
This commit is contained in:
@@ -395,6 +395,7 @@ contract vDODOToken is InitializableOwnable {
|
|||||||
require(to != address(0), "transfer to the zero address");
|
require(to != address(0), "transfer to the zero address");
|
||||||
require(from != to, "transfer from same with to");
|
require(from != to, "transfer from same with to");
|
||||||
|
|
||||||
|
|
||||||
uint256 stakingPower = DecimalMath.divFloor(vDODOAmount * _DODO_RATIO_, alpha);
|
uint256 stakingPower = DecimalMath.divFloor(vDODOAmount * _DODO_RATIO_, alpha);
|
||||||
|
|
||||||
UserInfo storage fromUser = userInfo[from];
|
UserInfo storage fromUser = userInfo[from];
|
||||||
|
|||||||
Reference in New Issue
Block a user