Skip to content

Commit 4d38811

Browse files
committed
Slither exclusions
1 parent 8ee5df9 commit 4d38811

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contracts/trading/seaport16/zones/immutable-signed-zone/v3/ImmutableSignedZoneV3.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ contract ImmutableSignedZoneV3 is
676676
}
677677

678678
// This zone assumes that either the first consideration item or the first offer item is an ERC721 or ERC1155 token.
679+
// slither-disable-next-line uninitialized-local
679680
address token;
680681
if (uint(zoneParameters.consideration[0].itemType) > 1) {
681682
token = zoneParameters.consideration[0].token;
@@ -727,7 +728,9 @@ contract ImmutableSignedZoneV3 is
727728
}
728729

729730
// This zone assumes that either the first consideration item or the first offer item is an ERC721 or ERC1155 token.
731+
// slither-disable-next-line uninitialized-local
730732
address token;
733+
// slither-disable-next-line uninitialized-local
731734
uint256 tokenId;
732735
if (uint(zoneParameters.consideration[0].itemType) > 1) {
733736
token = zoneParameters.consideration[0].token;

0 commit comments

Comments
 (0)