EEPROM memory categories

i have code like this:

EEPROM.write(firstvalue, 5);
EEPROM.write(secondvalue, 10);

but if i check this with EEPROM.read(firstvalue); EEPROM.read(secondvalue);
it returns fake numbers on secondvalue