Skip to content

Commit

Permalink
remove unused mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Oct 4, 2023
1 parent 2f18a77 commit 5aba9b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/ERC7432/ERC7432.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ contract ERC7432 is IERC7432 {
// grantor => tokenAddress => tokenId => role => grantee
mapping(address => mapping(address => mapping(uint256 => mapping(bytes32 => address)))) public latestGrantees;

// grantor => tokenAddress => tokenId => operator => isApproved
mapping(address => mapping(address => mapping(uint256 => mapping(address => bool)))) public tokenIdApprovals;

// grantor => operator => tokenAddress => isApproved
mapping(address => mapping(address => mapping(address => bool))) public tokenApprovals;

Expand Down

0 comments on commit 5aba9b9

Please # to comment.