A Time-aware EVM is an extension of the Ethereum Virtual Machine,
with added functionalities that allow it to interact with historical on-chain data directly.
bytes memory args = abi.encodePacked(
address(this), // account
slotNumber, // slot number
blockNumber // block number
);
(
bool success, // status
bytes memory result // result (bytes)
) = address(0x13).staticcall(args);
Historeum provides direct on-chain access to historical data through the EVM, by Archive Storage.
With a Solidity compiler modifications, Historeum enables developers to seamlessly utilize historical data.
Historeum is applicable across various blockchain ecosystems, particullary for reputation and financial services.
2024 | 3Q. Launch Historeum L2-chain on Ethereum. |
4Q. Employ advanced DB optimization techniques. |