-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Swipe-Network/contracts/staking/Staking.sol
Line 416 in 8821657
| "Can't transfer SXP token out" |
Regarding accidentally sent ERC20 tokens that can be transferred out but "cant transfer sxp token out". How would a user retrieve accidentally sent sxp that was transferred to the smart contract rather than calling on the stake function?
_Function: transfer(address to, uint256 tokens)
MethodID: 0xa9059cbb
[0]: 000000000000000000000000ee03e3d55d52a35ee364fce45cd1373e0f53f8d9
[1]: 000000000000000000000000000000000000000000000042c96f409591400000_
So if the function: transfer was used instead of function: stake.
_Function: stake(uint256 countryID) ***
MethodID: 0xa694fc3a
[0]: 00000000000000000000000000000000000000000000013c6323eaef60ca4000_
How would the user go about getting their sxp returned back to them?