contract test { mapping(address => mapping(address spender => bytes32 note)) names; } // ----