contract Transaction { event EnteredTransfer( uint256 indexed date, address from, address indexed to, uint256 value ); }