types:
uint256 a;
uint16 b;
What happens if i add them without ezplicit cast?
Payable(recipient).transfer(a+b);
I use solidity ^0.6.0 for that
just try it? :L
Обсуждают сегодня