code-423n4 / 2022-05-aura-findings

0 stars 1 forks source link

QA Report #140

Open code423n4 opened 2 years ago

code423n4 commented 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

0xMaharishi commented 2 years ago

dupe