Open code423n4 opened 2 years ago
According to the solidity documentation(https://docs.soliditylang.org/en/v0.8.13/080-breaking-changes.html):
The pragma pragma experimental ABIEncoderV2; is still valid, but it is deprecated and has no effect. If you want to be explicit, please use pragma abicoder v2; instead.
affected code: /contracts/AuraLocker.sol#L3
dupe
According to the solidity documentation(https://docs.soliditylang.org/en/v0.8.13/080-breaking-changes.html):
The pragma pragma experimental ABIEncoderV2; is still valid, but it is deprecated and has no effect. If you want to be explicit, please use pragma abicoder v2; instead.
affected code: /contracts/AuraLocker.sol#L3